#uzzzi_97-twilio

1 messages · Page 1 of 1 (latest)

short patrol
#

I'm not terribly familiar with this sort of integration, but you should have a token or payment method which you should be able to attach to a stripe customer to make it re-usable in future (eg with a subscription)

green bluff
#

Got it.
Is creating a customer or a subscription the only way?
Can I not just create a normal charge and use the reusable token generated through the stripe pay connector in twilio?
Like save it in a database and use that to make the next charge

short patrol
#

Unless attached to a customer, any Stripe payment tokens (tok_123 or pm_123) are one time use only

#

You don't need to use subscriptions, you can do future one time payments using a saved payment method (if supported for that payment method type), but they do need to be attached to the customer

green bluff
#

Appreciate your help!

short patrol
#

NP!