#MarkoBoras
1 messages · Page 1 of 1 (latest)
Hi there, https://stripe.com/docs/api/checkout/sessions/create?lang=curl#create_checkout_session-custom_text these are the options for adding custom text.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
if i set this field it is not required?
I can't set address as a required parameter in checkout?
what address? billing address or shipping address?
billing address
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-billing_address_collection you can set billing_address_collection to required to always collect billing address
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
and it will be mandatory for all customers always?