#charan
1 messages · Page 1 of 1 (latest)
Hey! Bit of a broad question! Is there a specific use case you're trying to account for?
I am actually connecting my finance ERP software with stripe connect
Are you looking for something like this:
https://stripe.com/docs/connect/oauth-reference#redirect-uri
?
Yep
But we have to specify the possible redirection uri in the settings tab right
So in that how can I specify an dynamic url
Something like for
customer 1 the url would be go.gridlex.com/red/stripe/1
Customer 2 the url would be
go.gridlex.com/red/stripe/2
...
.
.
.
.
go.gridlex.com/red/stripe/100000
So how should I specify this one in the settings tab
What setting tab? in dashboard... if so no you can't. You need to generate AccountLinks with code and set dynamically the return_url by accountId
https://stripe.com/docs/connect/standard-accounts#create-link
Nope you can't there.