#afzal
1 messages · Page 1 of 1 (latest)
"Confirm" mean your customer need to pay for it
You can confirm via client SDKs (normal use case) or via backend (testing purpose only)
@noble laurel can you provide some reference for doing this?
client or server?
i'm developing backend, but want to also know about frontEnd
Please provide both
client and server both
@noble laurel Can you please provide some reference for client and server both
Okie here is a general guide for confirming in client https://stripe.com/docs/payments/accept-a-payment
And here is the server call for Confirm PaymentIntent 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.