#JeremyFlight
1 messages · Page 1 of 1 (latest)
Yes. I've just created the payment method with my mounted address and payment elements - but I need to move that on and take a payment against that card
You can continue following this guide from this step: https://stripe.com/docs/payments/save-and-reuse?platform=web&ui=elements#charge-saved-payment-method
So do I send through the payment request from my server (e.g. with PHP) rather than with Stripe.js?
Correct, the customer (and hence the frontend code) doesn't need to be involved.
OK. That's why I was getting lost! 🙂 Thanks
Happy to help!