#andrew_error
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1283168546687549523
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Where would I find the request ID?
Is it a response header returned from the payment request?
request-id: req_6HQ3KgGaaFKRIH
The error response has
decline_code: "currency_not_supported"
and
message: "Your card is not supported for this currency. Please use a Visa or MasterCard card"
Still looking at logs for this
Based on this doc (https://docs.stripe.com/declines/codes#stripe-decline-codes) it is saying the JCB international test card based in Japan does not accept the JPY (Japanese Yen) currency?
Okay, it looks like the ability to create JCB charges is missing on your account. I recommend reaching out to our Support team about this: https://support.stripe.com/contact/. When you chat with them, it'll be helpful to share the request ID you shared with me so they can quickly pull up logs: req_6HQ3KgGaaFKRIH
It is interesting that the JCB card works for purchases in USD
I just tested the same JCB card number using the USD currency and it was approved, but when used for the JPY currency it is declined.
@odd meadow if payments in USD currency are accepted on the JCB test card for our account, do you know why payments in JPY currency are declined on the JCB card?
Here is the request-id: req_OnWA4f6YdbkyMI for the successful payment in USD using the JCB card
Do you see anything different (with either JPY or USD) if you test with this JCB card: 3566002020360505 ?
Also, would you be able to confirm these payments/requests are using the same account or not? I'm curious if the account that needs the ability for JCB charges is the specific "connected" customer account or if it is our overall "platform" account.
Same result with this card number. Accepted in USD and declined in JPY.
Hmmm
Let's see
You should be able to see these in your platform dashboard
https://dashboard.stripe.com/test/logs/req_6HQ3KgGaaFKRIH - JPY failure using the test card ending in 0000. This involved a JP-based Express account
https://dashboard.stripe.com/test/logs/req_OnWA4f6YdbkyMI - USD success using the test card ending in 0000. This involved a US-based Custom account
And are both of those accounts considered connected accounts? Apologies, I'm new to Stripe development (and Stripe!) and still learning.
No worries! Yes, the Express and Custom accounts are both connected accounts managed by the same platform
Great, thank you for confirming! How long will this thread stay open if I have additional questions?
I'm working on using the Capabilities API (https://docs.stripe.com/api/capabilities/update?lang=python) to enable JCB payments for JP-based connected accounts.
We usually keep these open for ~20/25 mins from the last message before closing. We don't keep long-running threads. If you have any more questions, you can return to #help with your new set of questions and whoever's online at that time will pick them up
It might be me, it might be someone else ๐
Thanks!