#datdudebeast-checkout
1 messages · Page 1 of 1 (latest)
Hi 👋
What is the issue you are encountering?
The issue im having has to deal with users not having to enter billing or address information on the checkout.
I currently dont have any payment links created. Im sending the a request for checkout direclty from my code
And when the checkout button is clicked im led here
Sorry lets take a step back
First, what stripe product(s) are you using?
This is a Checkout page. You also said Payment Links
I dont have any payment links created
This checkout page is made by stripe based on the product selected on the site by the user
Can you explain more on what youre asking?
You said you have a client-side integration.
What code are you writing? What is the behavior you are seeing? What is your expectation?
I wrote server side code to upload all my products to stripe inside the product catalog and saving out the price id to my firestore database for each product. Then inside my Checkout page before getting to stripe it loads up the cart items the user selected. Then i have a link being generated for stripe checkout using this:
But the issue im facing is that on my stripe client side checkout, it doesnt give the user the option to input billing and shipping addresses.
See first screenshot as reference
Oh you are uisng redirectToCheckout. That client-side approach is deprecated and we are not adding features to it.
is there another way I should be doing this?
Server-side Checkout
You can specify both biling address and shipping address collection:
Thank you
We have been adding a lot of functionality to the server-side Checkout product. I recommend reviewing the current features as there may be other ones that are also beneficial to your integration: https://stripe.com/docs/payments/checkout/customization