#evan-address-collection
1 messages · Page 1 of 1 (latest)
@midnight violet how can I help?
How can I enable user address input on checkout page form without code?
Are you referring to billing addresses?
yes
I assume you're using code to create the Checkout session to begin with? If so, you'll want to use billing_address_collection: required: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-billing_address_collection
isn't there a way to this without coding?
Is there a chance you're using PaymentLinks instead of Checkout? https://stripe.com/docs/payments/payment-links
i think I'm going to take the first option
evan-address-collection
Thank you so much! It worked.