#.xsanti_
1 messages · Page 1 of 1 (latest)
Is this for billing or shipping address? I see we have a property for shipping address creation, I am not immediately sure if we have something similar for billing address collection https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-shipping_address_collection
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
is shipping address, but the link you send me is for create a cheakout session, i can do it with the payment link?
Apologies for the delay, yes you can definitely turn these on for payment links https://stripe.com/docs/api/payment_links/payment_links/object#payment_link_object-billing_address_collection
https://stripe.com/docs/api/payment_links/payment_links/object#payment_link_object-shipping_address_collection
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.