#Sinduri-woo-checkout-address

1 messages · Page 1 of 1 (latest)

hushed raft
#

Hey. You would need to speak to WooCommerce about that really as they manage that plugin and determine which parameters and data to pass to us when creating the Checkout Session

#

Can you share an example cs_xxx ID?

unique flare
#

Our concern is can we pass billing/shipping address to stripe checkout ? We need to prefil the address

#

Since our plugin uses in WooCommerce store, the end customer need to enter twice the address. It seems that Stripe checkout session API doesn't have parameter to pass the address!

#

Req req_PdQpVnqfw43sXe

hushed raft
# unique flare Req req_PdQpVnqfw43sXe

This API is explicitly telling us to make Checkout capture the billing and shipping address:

billing_address_collection: "required",
shipping_address_collection: {
  allowed_countries: ["US"]
}
hushed raft
unique flare
#

Yes we passing it, see - req_7XxVvk2nNAHvbb
But it's not prefil in Stripe checkout page

hushed raft
#

I imagine that's because WooCommerce doesn't do that

unique flare
#

Let me check