#mkkumawat3333

1 messages · Page 1 of 1 (latest)

zenith zodiacBOT
wet wraith
#

Hi there

limber terrace
#

Yes, It is enabled.

wet wraith
#

What browser are you using?

#

Can you provide a Checkout Session ID?

#

And do you see a different wallet (like Google Pay) instead of Link?

limber terrace
#

Firefox
cs_test_a1iWr8CseVOds7PNi40nOHqJRycqRKBdVIIEmkx9q4Ly0H9Rn4Mgecdw1Y

#

no

wet wraith
#

Thanks give me a moment to look

limber terrace
#

Sure

limber terrace
#

@wet wraith Any update?

wet wraith
#

Still looking...

#

Another minute

limber terrace
#

Sure, Thanks

wet wraith
#

You said: If I set address field in Customer object, Is it going to prefill the billing address with same address in stripe checkout?

limber terrace
#

I have tried to create an customer object with address but it is not prefilling the billing details on the checkout page. I have passed the same customer id which returned the below code.

$customer = $this->stripe->customers->create(
[
'address' => [
'city' => 'Manteshire',
'line1' => '295 Murazik Island',
'postal_code' => '59164',
'state' => 'Virginia',
],
'email' => 'manoj@test.com',
'name' => 'Manoj Kumawat',
]
);

wet wraith
#

Ah I'm sorry I was moving too quickly

#

You can prefill the email address

#

You will only prefill the billing address if there is a collected PaymentMethod that has all of the necessary pieces completed

#

Those necessary components for the payment method are described in what I linked above

#

A valid billing address, billing name and billing email are required on the payment method for Checkout to prefill the customer’s card details.

limber terrace
#

Any update on the first one?

wet wraith
#

We are still looking into that

zenith zodiacBOT
frank breach
#

Hi there 👋 taking over, as my colleague needs to step away

I'm still working with internal folks to get clarity on this. I'll circle back once I have more info.

limber terrace
#

Sure, Thanks