#mkkumawat3333
1 messages · Page 1 of 1 (latest)
hello! what mode are you using for the Checkout Session?
payment
you can pass in this parameter : https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-setup_future_usage and the customer id in https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-customer (or alternatively, always create a customer https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-customer_creation)
If I pass customer email address in checkout session instead of customer id is checkout session going to create a new Customer object every time or retrieve a customer object if already exist corresponding to that email address?
@trim chasm Please use the thread created for you: https://discord.com/channels/841573134531821608/1098458727490793492, this is for other user
Payment link.
@native wolf
If I pass customer email address in checkout session instead of customer id is checkout session going to create a new Customer object every time or retrieve a customer object if already exist corresponding to that email address?
If the customer email address is set in the Checkout Session creation request instead of customer ID, it will create a new customer