#PeoplesElbow-payment
1 messages · Page 1 of 1 (latest)
Hi! Usually we recommend this flow to accept payments:
- Create a PaymentIntent on the backend, that gives you a client secret
- Then collect payment information on the frontend, using the client secret and Payment Elements
- And confirm the payment on the frontend
See this guide for me information: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
If you confirm the payment on the backend and the payment requires authentification (like 3DS), then the payment will fail.