#reikoBooop
1 messages · Page 1 of 1 (latest)
Could you share the Payment Intent ID (pi_xxx) that the Apple Pay processed on?
pi_3N3TKlC2kGbWYBsW1GiN4acC_secret_IZ9ulkgz036QmO2cDwCimHUG0
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?
Yes, that's what I was trying to do, do I need to look at platform account for the payment?
Could you share how the Express Dashboard activity feed looks like?
Is that where you wanted to see?
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
Only Destination Charges and Separate Charges and Transfers are recommended for Express connected account: https://stripe.com/docs/connect/charges
Express Dashboard has limited dashboard access, so Direct Charges won't be shown: https://stripe.com/docs/connect/express-dashboard
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
So Google Pay is a different issue? Could you share what doesn't work and the error message you received?
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
Can you share your development website, so that I can take a look?
https://consumer.dev.booop.it
You can either scan the QR code and follow steps or go to this URL and scan the QR code
The New Way to Shop and Checkout
I can see Google Pay button without any issue
Yes I can see the Google pay button too but when I try to process it it gives me the error message
I'm able to complete the Google Pay transaction
If this works, then it should work for other integration. I'd recommend checking another QR code with the working one
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
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
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
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
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.'
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
Could you go https://consumer.dev.booop.it/ and scan the item ?
The New Way to Shop and Checkout
I tried, but still getting empty checkout page in the browser
Apple pay's payment intent Id is pi_3N3VZPC2kGbWYBsW0bGCMRlq_secret_sWxL9NM8PzkYg3bDEC95jhczs
This is the steps that I performed:
- Scan the QR code and add the item to the cart
- Checkout the cart
- Share the checkout link to my laptop browser since I use iPhone and only chrome browser has Google Pay
- 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
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
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
Actually that feels more strange that the different QR code worked haha
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
Would there be a different way of getting the transaction info for this?
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?
Let me talk to my team member and can I get back to you sometimes this afternoon?