#SuperFedz
1 messages · Page 1 of 1 (latest)
Default Payment Methods do not work with Payment Intents.
When creating a Payment Intent that you want to be charged against a specific Payment Method, you should provide that Payment Method's ID via the payment_method parameter:
https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
No worries. I'll do some backend programming to use the metadata to do what i need to.