Skip to content
Advertisement

Can you pass a shipping address to Stripe Checkout

I am using Stripe Checkout API to direct a website user to make payment.

Is there a way to pass a shipping address to the hosted checkout page so it’s gathered from the referrer rather then Stripe themselves?

JavaScript

You can add the following line to make Stripe ask for a shipping address, but I want to pass this from the referrer instead.

JavaScript

Advertisement

Answer

To do this you would create a Customer and provide their shipping address, then provide that existing Customer when creating the Checkout session:

JavaScript
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement