#Maximiliano Pineyro
1 messages · Page 1 of 1 (latest)
Hello 👋
Most of our examples in docs involve some client-side portion as you'd typically need to tokenize the PaymentMethod prior to using it.
However, what you want is mostly covered by this step here
https://stripe.com/docs/payments/save-and-reuse?platform=web#charge-saved-payment-method
Where you can pass a test pm_xxx ID when creating the PaymentIntent
https://stripe.com/docs/testing?testing-method=payment-methods#cards
Awesome! Thanks! I'll take a look to this information.
Yes, I noticed that all the documents were focused on development, and it needed client-side code, I hope this works! Thanks