#EUKST
1 messages · Page 1 of 1 (latest)
Can you share the request ID (req_xxx) of the error message in the screenshot? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
My Logs are blank
Can you share your account ID? You can find your account ID by logging in to https://dashboard.stripe.com/settings/account. It'll be in the upper right hand corner and looks like acct_123
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
It's not my account , so i can't share any of details
I am stuck at this issue ,
I am unable to redirect back to my application if redirect_url set to api is not exactly match to url set to application settings in stripe
but if i have 1000 of customer then it is next to impossible to add each user's redirect url to applicaion settings
redirect_uri doesn't support dynamic URL
If the URL are different, they have to be set in the application settings
but i have different url for each shop
so i how can i deal with it any suggestion please
Due to security reason, the redirect_uri has to be pre-defined and I'm afraid there is no solution for dynamic URL
If you're a platform, then the redirect_uri should be the one redirected back to your platform URL
but i am working on shopify , shopify make url of shop , so it did't work for me
Is there any other possible way to resolve this issue
can i pass regex in stripe application settings , in this way my issue can be resolved, what you think
As mentioned earlier that the redirect_uri can't be dynamic or having it configured with regex due to security reason: https://stripe.com/docs/connect/oauth-reference#redirect-uri
One way I can think of is to set the ID as state that represents in the shop information. When returning to redirect_uri, state will be sent as the query parameter that you can use it to perform redirection again internally