#ucjonathan-charge-pm-tokens
1 messages · Page 1 of 1 (latest)
I don't believe payment method objects are compatible with Charges API
what API would I use to rebill if I have those two identifiers?
PaymentIntents API supports PaymentMethod objects as well as legacy tokens
https://stripe.com/docs/api/payment_intents
https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method
OK, I'll research further.
👍