#RahulGuru

1 messages ยท Page 1 of 1 (latest)

left arrowBOT
ripe knot
#

Hi
Are you using a live card with a test checkout session ?

red locust
#

no we are using live card and also live checkout.

ripe knot
#

Could you please share the Checkout Session Url ?

white valley
#

Hello ๐Ÿ‘‹
Taking over.

This message is typically shown if the Payment Intent you're using is created with Test mode API keys

red locust
red locust
white valley
red locust
#

pi_3NdC4eLKkAwUCOkv0WjwC6yP_secret_LOyPd0zXp4chyJgZyFZsdYLEp

red locust
white valley
#

@red locust please be patient, server is busy
It might take a while for me to look, I'll respond as soon as I can

#

Can you share the PaymentLauncher code you're working with?

red locust
#

const {error} = await confirmPlatformPayPayment(client_secret, {
googlePay: {
testEnv: false,
merchantName: 'ESSTA',
merchantCountryCode: 'GB',
currencyCode: 'GBP',
billingAddressConfig: {
format: PlatformPay.BillingAddressFormat.Full,
isPhoneNumberRequired: true,
isRequired: true,
},
},
});

white valley
#

If you're setting merchantName: 'ESSTA', then that's the one that should be shown on the Google Pay modal.

Are you sure the code you're writing is the one that's running on the device?

red locust
#

yes I changed it to "ESSTA" as before it was "My merchant name"

white valley
red locust
#

yes, Its got approval

white valley
#

If its been approved then all you need is testEnv: false, switch your API keys to live mode and run a signed & "release" build of your APK

red locust
#

ok

white valley
#

That's all that's needed. If you've done that already then I don't know what's causing this. Must be something in your code as this isn't something we've come across before