#rapidbott
1 messages · Page 1 of 1 (latest)
https://stripe.com/docs/payments/checkout/shipping is how you enable collecting a shipping address in Checkout, to comply with the policy the page in the error message describes
But we are not sending or selling any physical products. We are offering a service subscription.
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-billing_address_collection is how you enable billing address then if you only need that
I am collecting the Billing Address and Buyer name here.
Still its giving the error
link to the Checkout page?
Yes
no, i mean paste it here
that's in live mode, are you not testing this in test mode?
I created coupon for testing
not sure what that means. You should use test mode API keys and test cards
this forum is for helping developers directly integrating with the Stripe API and writing their own code