#Omri-google-pay

1 messages · Page 1 of 1 (latest)

timber dagger
#

What Stripe call are you making where you see that?

sudden sand
#

this.paymentRequest.on('paymentmethod', async event =>

#

the paymentrequest: this.paymentRequest = stripe.paymentRequest({ country: countryCode && countryCode.length > 0 ? countryCode[0].code : 'US', currency: 'usd', total: { label: 'Total amount', amount: totalAmount * 100 }, requestPayerName: true, requestPayerEmail: true })

#

?

timber dagger
#

The server is busy, will look in to this n a moment

#

So the Payment Request is going through and you are asking why the PaymentMethod that is created does not have a wallet property?

#

Do you have a PaymentMethod ID from a time that this happened (pm_123)?

sudden sand
#

pm_1JteGUCX4dX04uRZmx7e2Vai

timber dagger
#

Thank you

shell storm
#

@sudden sand ah I know

#

that is not a Google Pay created card