#sinduri_api

1 messages ¡ Page 1 of 1 (latest)

autumn joltBOT
#

👋 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.

thin girderBOT
#

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.

robust pagoda
#

hi

wheat terrace
#

Hi there

#

Sorry being late, but I can't see the request. Are you sure you are using the correct refresh token?

robust pagoda
#

the API request is connected to Stripe app whic is in development phase

#

ie not published in Stripe marketplace

wheat terrace
#

Could you elaborate which step you are doing, following which Doc?

robust pagoda
#

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

wheat terrace
#

Hi, reading this but what is the URL path for req_BNLwZdko4tGb0I

robust pagoda
#

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

wheat terrace
#

Is that another different error than the error in your first question?

robust pagoda
#

Yes

wheat terrace
#

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

  1. req_xxx to do ...
  2. req_yyy to do ...
  3. req_zzz getting error aaa
robust pagoda
#

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

wheat terrace
#

Do you have the request for the last error? Or somewhere public I can see it?

#

Do you find that error on Stripe Dashboard?

robust pagoda
#

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

wheat terrace
#

Ah yes that should be it. If you account still needs more information then all these OAuth dance won't work

robust pagoda
#

okay , but why it requires in sandbox mode?

wheat terrace
#

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

robust pagoda
#

Okay