#sinduri_api
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/1230021593770754089
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- sinduri_stripe-js-parameters, 17 hours ago, 36 messages
- sinduri_code, 19 hours ago, 35 messages
- sinduri_code, 21 hours ago, 65 messages
- sinduri_code, 1 day ago, 14 messages
hi
Hi there
Sorry being late, but I can't see the request. Are you sure you are using the correct refresh token?
the API request is connected to Stripe app whic is in development phase
ie not published in Stripe marketplace
Could you elaborate which step you are doing, following which Doc?
I have a WooCommerce Stripe plugin with integrated with Stripe to accept payments, using standard publishable and secret keys to authenticate with Stripe. But now we are migrating to Stripe app Oauth authentication
Hi, reading this but what is the URL path for req_BNLwZdko4tGb0I
Sorry, not understand your question
Meanwhile, facing another issue, I called access token API - req_zmdCqTgpE4Seal
and I tried to pay using Stripe card, but received the error
here I passed the publishable key receivedd from Stripe from the previous response
Is that another different error than the error in your first question?
Yes
Sorry looks like there are multiple issues here and you could be confused by their order
Could you take a step back and list down in bullet points the request id on a chronological order? Something like
- req_xxx to do ...
- req_yyy to do ...
- req_zzz getting error aaa
This is the request ID of last API call to generate access token - req_zmdCqTgpE4Seal
Received the response as below
{
"access_token": "********************************************************",
"livemode": false,
"refresh_token": "",
"scope": "stripe_apps",
"stripe_publishable_key": "pk_test_51K6RgqSB9POxYCQZ8jFLKYNmV1OdupT6dxDJLgtZNjWc1zRynKq7evdLdPgPobpztCb8WxfAlvtuD7ko4uSID4lk00xkuQiu40",
"stripe_user_id": "acct_1K6RgqSB9POxYCQZ",
"token_type": "bearer"
}
Received an error while pay using Stripe card, in payment method API call using JS.
We pass the same publishable key and account ID - pk_test_51K6RgqSB9POxYCQZ8jFLKYNmV1OdupT6dxDJLgtZNjWc1zRynKq7evdLdPgPobpztCb8WxfAlvtuD7ko4uSID4lk00xkuQiu40, acct_1K6RgqSB9POxYCQZ
Do you have the request for the last error? Or somewhere public I can see it?
Do you find that error on Stripe Dashboard?
The app is not published on Stripe marktetplace and in test mode
I installed the in my Stripe account and it's country is India , Now I installed the app in a other Stripe account having country US and now the error not happened and payment succeeded
In indian Stripe account , there is a warning like payment is paused sue to missing business information that might be the issue
Ah yes that should be it. If you account still needs more information then all these OAuth dance won't work
okay , but why it requires in sandbox mode?
Sorry don't follow the last question. Do you mean Test mode?
It depends on the specific Account. IN account could have more required information due to India country and regulator being more strict
Okay