#jignesh_13529
1 messages · Page 1 of 1 (latest)
hello! you can pass in the metadata in
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-metadata
If you're doing one time payments, you can additionally pass it into :
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-metadata
if you're doing subscriptions, you can additionally pass it into :
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-subscription_data-metadata
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I have to transfer with customer object ?
no you don't, the Checkout Session can create a customer object for you too : https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-customer_creation
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.