#reikoBooop

1 messages · Page 1 of 1 (latest)

thin fractalBOT
distant garnet
#

Could you share the Payment Intent ID (pi_xxx) that the Apple Pay processed on?

leaden orbit
#

pi_3N3TKlC2kGbWYBsW1GiN4acC_secret_IZ9ulkgz036QmO2cDwCimHUG0

distant garnet
#

The connected account type is Express and it doesn't have full dashboard access. Are you trying to see the payment from the Express Dashboard?

leaden orbit
#

Yes, that's what I was trying to do, do I need to look at platform account for the payment?

distant garnet
#

Could you share how the Express Dashboard activity feed looks like?

leaden orbit
#

Is that where you wanted to see?

distant garnet
#

This is not the Express Dashboard, but the platform admin Dashboard. Since you use Direct Charges on Express connected account (not recommended), it won't show in this activity feed. This activity feed is only for Destination Charges and Separate Charges and Transfers

leaden orbit
#

okay, I understand the limitation on dashboard. but with PaymentRequestButtonElement, I have been told that as long as the connected account is using live mode key, Apple pay should work and it seems work (as no error is given from console) but now Google pay does not work either on this live connected account

distant garnet
#

So Google Pay is a different issue? Could you share what doesn't work and the error message you received?

leaden orbit
#

I get window message 'Request failed unexpected developer error, please try again later.' only error message shown on console is able to download payment manifest "https://pay.google.com/gp/p/payment_method_manifest.json".

Payment intent: pi_3N3UP1C2kGbWYBsW1dkUOsi8_secret_RXWbwbEeUV01ptpNasaFIYtKQ

#

Google pay works fine with other connected account with test mode key though

distant garnet
#

Can you share your development website, so that I can take a look?

leaden orbit
distant garnet
#

I can see Google Pay button without any issue

leaden orbit
#

Yes I can see the Google pay button too but when I try to process it it gives me the error message

distant garnet
#

I'm able to complete the Google Pay transaction

leaden orbit
#

👀

#

oh sorry I gave you the wrong QR code

distant garnet
#

If this works, then it should work for other integration. I'd recommend checking another QR code with the working one

leaden orbit
#

Could you try this one?

#

Nikit's supercars is connected account with test mode key, its works fine but with live mode key somehow it does not work

#

new QR code should take you to the checkout page with different connected account, which is connected with live mode key and with this account Google pay and apple pay both have problems

distant garnet
#

Can you share the Payment Intent (pi_xxx)? Since you use live mode key, I won't be able to test it as it will charge to the live card

leaden orbit
#

it shouldnt charge the live card cuz from frontend I am passing test key but from backend its passing live secret key

#

pi:pi_3N3UuEC2kGbWYBsW0X5XtlIJ_secret_gjLbaoqNNSUrJJtpohLsGXIZ8

distant garnet
#

pi_3N3UuEC2kGbWYBsW0X5XtlIJ was created with test mode key. Where do you pass it in live mode key?

#

How is this PI different from the PI I completed successfully earlier? From the requests, their integrations are the same

leaden orbit
#

Differences are:
success full ones were the connected account integrated with test mode key but only works on Google pay not Apple pay.

Later QR code that I gave to you is active connected account with live mode key from backend but frontend using test mode key but with this integration have problems of apple and google pay
Apple pay seems to go through (as no error on console from Stripe Element but cannot see the transaction)
Google pay does not work and comes back with error of 'Request failed unexpected developer error, please try again later.'

distant garnet
#

Apple pay seems to go through
What is the Payment Intent ID (pi_xxx)?

#

Google pay does not work and comes back with error of 'Request failed unexpected developer error, please try again later.'
When I open the the checkout link in browser, it came back with empty screen that I'm unable to test like previous successful Google Pay

leaden orbit
distant garnet
#

I tried, but still getting empty checkout page in the browser

leaden orbit
#

Apple pay's payment intent Id is pi_3N3VZPC2kGbWYBsW0bGCMRlq_secret_sWxL9NM8PzkYg3bDEC95jhczs

distant garnet
#

This is the steps that I performed:

  1. Scan the QR code and add the item to the cart
  2. Checkout the cart
  3. Share the checkout link to my laptop browser since I use iPhone and only chrome browser has Google Pay
  4. Checkout page on browser is empty
#

The above step 1 to 3 worked fine in the previous successful Google Pay

#

Not really sure why it didn't work on the latest QR code you shared

leaden orbit
#

Ah okay, because the cart items is stored in local storage only (which is required property for checkout component)

#

that is why sharing the URL to browser does not work because browser's local storage is empty

distant garnet
#

For Apple Pay pi_3N3VZPC2kGbWYBsW0bGCMRlq, the payment was completed successfully. Since you use Direct Charges on Express connected account, the payments will not be shown in the activity of the connected account in the Dashboard. The activity feed is meant for Destination Charges and Separate Charges and Transfers

#

In any case, you can use API to check the Payment Intent status

#

Ah okay, because the cart items is stored in local storage only (which is required property for checkout component)
I see! Strange that it was working fine in the previous successful one

leaden orbit
#

For Apple pay (any wallet payment), we are using Webhook to get the information of payment completion, with test key & payment intent we were able to get information for the transaction but with live key we somehow cannot get the transaction details

leaden orbit
distant garnet
#

For Apple pay (any wallet payment), we are using Webhook to get the information of payment completion, with test key & payment intent we were able to get information for the transaction but with live key we somehow cannot get the transaction details
What kind of transaction details are you referring to here?

leaden orbit
#

Let me talk to my team member and can I get back to you sometimes this afternoon?