#ManuX

1 messages · Page 1 of 1 (latest)

hearty badgeBOT
rigid epoch
#

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

Learn how to save card details and charge your customers later.

Securely accept payments online.

#

Hope this helps!

next kelp
#

Thanks a lot @rigid epoch ! it surely helps, much appreciated.

rigid epoch
#

np!