#datdudebeast-checkout

1 messages · Page 1 of 1 (latest)

naive cipherBOT
marble lagoon
#

Hi 👋

What is the issue you are encountering?

twin grotto
#

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

marble lagoon
#

Sorry lets take a step back

twin grotto
marble lagoon
#

First, what stripe product(s) are you using?

This is a Checkout page. You also said Payment Links

twin grotto
#

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

marble lagoon
#

What are you doing, specifically with Stripe products

#

Be explicit

twin grotto
#

Can you explain more on what youre asking?

marble lagoon
#

You said you have a client-side integration.

What code are you writing? What is the behavior you are seeing? What is your expectation?

twin grotto
#

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

marble lagoon
twin grotto
#

is there another way I should be doing this?

marble lagoon
#

Server-side Checkout

twin grotto
#

Thank you

marble lagoon