#mlo300
1 messages · Page 1 of 1 (latest)
Hello! This is the doc you'll want to read through: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
yes but I miss the backend part
Which backend part are you specifically talking about? As far as I know that doc does cover which backend calls you'd need to make
Isn't there a doc that shows you both the graphics and the api call part that you have to create?
That's what the doc does - it shows you the payment intent creation call you need to make server side here https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements#web-create-intent
Yes but if some times payments must go, on connect what should I change?
If you're using connect the changes will depend on which type of charge you want to make
if you do direct charges we talk about that here : https://stripe.com/docs/connect/direct-charges
and if you're doing destination it's here: https://stripe.com/docs/connect/destination-charges
Yes but it is not explained how it correlates to a checkout created with stripe elements