#debadritaRC
1 messages · Page 1 of 1 (latest)
no my requirement is little different
Can you please share the exact use case with a concrete example ?
ok
Let me explain. I am using customer profile of Stripe. Now in that page I have uploaded my company logo. The link is attached to this logo is https://app.thetechtrader.com/
which is our website.
Now the thing is as we are in development stage we are using test mode of . While we are using test mode the Logo should be linked with our dev version of website https://dev.thetechtrader.com/
This is my requirement. Does this make sense?
You mean you need to use a logo for the test mode and another logo for the live mode ?
not logo
when you click on the logo the link you are redirected I want to change that link
Hi! I'm taking over this thread.
When you click on the logo in the top left corner of a Checkout Session, it redirects you to the cancel_url: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-cancel_url
When you create the Checkout Session, set cancel_url to the value you need.
I am using no code stripe customer profile and after login to the customer profile there are details about my subscription . Right?
In that page at the left top corner there is the logo of my website
You are talking about the Customer Portal? https://stripe.com/docs/no-code/customer-portal
I am talkinf about that one
yes
how can I change the url
My website url is https://app.thetechtrader.com/ so If the click on the logo in customer portal it takes me to that url but as we are in developement face now, so I need that in the customer portal the logo should be linked to https://app.thetechtrader.com/ which is the developement vertion of my website
Both the links you shared are the same. But I think you can set different urls for testmode and live mode here: https://dashboard.stripe.com/test/settings/billing/portal