#EUKST

1 messages · Page 1 of 1 (latest)

wise thicketBOT
gleaming python
hasty dust
#

My Logs are blank

gleaming python
hasty dust
#

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

gleaming python
#

redirect_uri doesn't support dynamic URL

#

If the URL are different, they have to be set in the application settings

hasty dust
#

but i have different url for each shop
so i how can i deal with it any suggestion please

gleaming python
#

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

hasty dust
#

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

gleaming python
#

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