#Gab1808
1 messages · Page 1 of 1 (latest)
When you mention storing tokens, are you referring to the card details stored with another payment service provider or an existing card token with Stripe?
Tokens are for single use and it can't be re-used. I guess your existing saved cards should be card sources (card_xxx): https://stripe.com/docs/api/cards
If so, you can use the same card source (card_xxx) when creating a subscription and set it in default_source without any migration: https://stripe.com/docs/api/subscriptions/create#create_subscription-default_source
thanks...apprecaite it
No problem! Happy to help 😄