#milan22
1 messages · Page 1 of 1 (latest)
Thanks buddy
I explain
After creating connect express account we got one link thats in without code format
But in code implementation, once we create connect express account,
We have to create connect express account link . In that api there we have to mention two URL, redirect URL and return URL. I m but confuse as i don't have clientside url ready and i am making it in testmode. Hence what should I put in that
are you talking about this https://stripe.com/docs/api/account_links/create ?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yes I am talking about that only
there is no redirect URL in that API
if you're talking about https://stripe.com/docs/api/account_links/create#create_account_link-refresh_url
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I mistakenly told but I am talking about that url used in the docs
this is used so that you would be able to generate a new account link if the one the merchant is trying to access has already expired
The URL the user will be redirected to if the account link is expired, has been previously-visited, or is otherwise invalid. The URL you specify should attempt to generate a new account link with the same parameters used to create the original account link, then redirect the user to the new account link’s URL so they can continue with Connect Onboarding. If a new account link cannot be generated or the redirect fails you should display a useful error to the user.
you need to implement this in your final product
for the time being you can put any URL
I knew it but right now I testing it with postman and having client side not ready so what should I use for that
any URL would work
I have added url of Google.com but it showing me to change brand setting in response and all
what's the request ID? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.