chickadee » striped-zebra » add-customer

(add-customer card-token #!key (description #f) (email #f) (plan "") (username (default-username)) (description ""))procedure

Add a customer to Stripe for further use. card-token is a token returned by Stripe's javascript api and is the card that will be associated with the customer's account. For more details see the Stripe customer documentation.