#brumel_unexpected
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1251134318533804153
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Which payment UI are they using to pay the initial invoice? If you're using send_invoice I assume it's the hosted invoice page?
Yes. It's that
That's not supported today I'm afraid
i don't understand
You can't redirect customers from the hosted invoice page to your application after they pay, no
how can i do it ?
You'd use something like Checkout instead, which will handle the initial payment for you in our hosted UI, configure the recurring payments and then redirect your customer back to your page: https://docs.stripe.com/billing/subscriptions/build-subscriptions?platform=web&ui=stripe-hosted
ok thank
Please you don't have a link for a stand alone api ? ou a curl api
I can't and any addtionnal package in my project.
hi! I'm taking over this thread.
we recommend using our libraries. but if needed you can use curl or make direct request to our REST endpoints.
for example to create a Checkout Session with curl: https://docs.stripe.com/api/checkout/sessions/create?lang=curl
thank