You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to execute stripe.oauth after create a Connect Account and at the Callback URL.
However, the error I got back was "StripeAPIError: Invalid JSON received from the Stripe API"
and I didn't know what was wrong.
So, the result of logging by writing console.log at the place
where the error of line 183 in "StripeResource.js" which is the origin of the problem is caught.
Output is
{
"error": "unsupported_grant_type"
}
Then, I did know parameter typo in my code at last.
Should be returned raw message to the caller function as you know.
Thanks.
The text was updated successfully, but these errors were encountered:
I try to execute stripe.oauth after create a Connect Account and at the Callback URL.
However, the error I got back was "StripeAPIError: Invalid JSON received from the Stripe API"
and I didn't know what was wrong.
So, the result of logging by writing console.log at the place
where the error of line 183 in "StripeResource.js" which is the origin of the problem is caught.
Output is
Then, I did know parameter typo in my code at last.
Should be returned raw message to the caller function as you know.
Thanks.
The text was updated successfully, but these errors were encountered: