#fw-superveetz
1 messages ยท Page 1 of 1 (latest)
Hi! Sorry for the wait. Taking a look now
So it looks like you are using a test-mode API key to make that call. Are you meaning to do that? If so, have you matched the test API key that you get in the Stripe dashboard with the one you're using to make the call?
Correct, I have confirmed the test key is the same key that appears in the stripe dashboard under the API Key section with "viewing test data" toggled ON.
For more info, we are loading stripe JS like this:
loadStripe('pk_test_...', {
betas: ['link_beta_2'],
apiVersion: '2020-08-27;link_beta=v1',
stripeAccount: accountId,
})
One moment, you want the setup intent ID right?
Also, I noticed this issue happens with using Payment Intents as well, not just Setup Intent. It happens to us in sandbox / staging environments, but seems to work in prod
Is this something happening every time?
And yes, an example specific setup intent ID please
It happens everytime, this is the setup intent ID: seti_1MCToTQY88Lv8OWosfYLUS47
order session ID if it is useful: 1670443313173030655-2a899512-895e-435f-a5e9-69218fba0926
ok thanks, checking
Is this available online somewhere i can test?
Are there any other errors surfaced in the console?
Here is a link that you can test, but it uses Payment Intent instead of Setup Intent, the same error arises: https://commerce_sanity_test.fw-staging.tv/watch?fw_video=gMODzL
Click the Product Card at the bottom, choose an item and click "Buy Now", it will take you through the checkout process
If you want to test Setup Intent as well, I can provide a link in a moment
I love the cocomelon figurines as test products ๐
hahah ๐ thanks for looking into this for us
What step in the flow does this happen?
Once you click "Place Order", the Google Pay Dialogue should appear if you selected Gpay on the card selection page
Right, so I do that then i see my google pay cards etc fine
If you choose a card and click "Pay", do you get the errors?
I'm trying ot configure a test acocunt to let me do that
if you need to configure the Google Pay Test Cards, visit this link: https://groups.google.com/forum/#!forum/googlepay-test-mode-stub-data
while signed into your Google Account ofc
OK i got that working (yea i'm in that but it wasn't showing up for my other tst account ๐คทโโ๏ธ )
but now i hit the same error you showed
THinking about that
OK, this is a subtle one
The connected account you're testing with, do you control that?
The issue is that this standard account is only connected to your platform in live mode -- you need a test mode connection for this flow to work
Your options are:
1/ use oauth to to get this account connected to your platform in test mode using your test ca_123 id from here: https://dashboard.stripe.com/test/settings/connect (integration section)
2/ create a new test mode only standard account and test with that:
https://stripe.com/docs/connect/standard-accounts#create-account
The connected account we are testing with, we do control. Ok, awesome, thanks for these infos. I will try both options