#dla70_73166
1 messages · Page 1 of 1 (latest)
hey there, there is, but can you explain a bit more about what you're trying to do to help me guide you?
sure. I want to do as much of my Stripe interactions as possible using the regular REST API, but I understand that I have to create payment methods using the js elements. so I need to create a page where my users manage their payment methods, which will be charged later.
the guides I've found all seem to assume I'm processing a payment, but all I want to do is tokenize payment methods for later use
Gotcha, in that case, I recommend reviewing this guide for collecting payment details for later without a payment: https://stripe.com/docs/payments/save-and-reuse?platform=web&ui=elements
This uses the Setup Intents API, designed for exactly what you're describing.