Reputation: 341
Im in the process of creating automatic charges to Stripe out of an iOS app.
I can:
Adding the card to the customer however, uses up the token (token seems to be single use only according to Stripe), so I need a new one for a later charge.
Now, Id like to create a charge, which leads to the question:
Thank you!
Upvotes: 0
Views: 910
Reputation: 4658
The create charge api allows you to pass the customer id to charge the customer's stored card and token is not required.
Upvotes: 0