#ManuX
1 messages · Page 1 of 1 (latest)
There sure is. Is the desire to save the details alongside a payment, or is there no associated payment?
Anyway, if there's no payment and you just want to collect and save payment information you'd use mode: 'setup': https://stripe.com/docs/payments/save-and-reuse?platform=checkout
If there is an initial payment in a mode: 'payment' session, you can pass additional parameters on creation to save the payment details: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout#save-payment-method-details
Hope this helps!
Thanks a lot @rigid epoch ! it surely helps, much appreciated.
np!