#rooter
1 messages · Page 1 of 1 (latest)
You can use both the old Sources and the new Payment Methods both on the Payment Intents API: https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method
If you don't want to have 2 integrations with 2 different endpoints for creating payments, then I would suggest just moving to Payment Intents
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ugghhh.... this is so much work and testing.
I can't see your integration specifics, so I won't tell you that it's not a lot of work, but I will say that this is literally the only call you have to make to accept a payment now that you have both Sources and Payment Methods: https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method
We are doing a lot more complicated stuff than just that and it's across multiple applications. At the very least I need to build and deploy multiple backend servers when it would be nice if I could just get a compatible ID to use instead.
And we need to test everything a thousand different ways