#Emanuelztrada_.
1 messages · Page 1 of 1 (latest)
What do you mean by floating in the bank?
So if a payment succeeds that means it's successful. We have other statuses for alternate states: https://stripe.com/docs/api/payment_intents/object#payment_intent_object-status
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
thanks @bleak ginkgo
No problem
Sorry, I have another question, is there a possibility to not generate payment intentions and make a direct payment?
You can use the older charge objects: https://stripe.com/docs/api/charges
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
But that's not recommended and is a legacy flow
Payment Intents are the newer way to do things with our API
Why don't you want to use payment intents?
because very customers can generate multiple payment intentions and never pay or is it stripe's intention to know who doesn't pay?
thank you for your help