#TD
1 messages ยท Page 1 of 1 (latest)
Hello ๐
To confirm PaymentIntent server-side, you can use this API endpoint
https://stripe.com/docs/api/payment_intents/confirm
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
how about client side?
The API allows you to confirm it server-side if you already have a payment method
You'd use client-side function if you're trying to collect a payment method using elements and confirm the PaymentIntent with it
Gotcha. In that case you'd use the client-side function
in ionic mobile app
so we dont have even redirect url
ok I think will try tomorrow using
over here we will pass client secret to confirm
after we collect payment information
๐