#detroxx_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always 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/1361826827114643579
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
I don't think Payment Links are what you're looking for here. Can you tell me more about what exactly you're trying to accomplish?
I need to create a payment screen for my specific client to pay for a predefined subscription and after completing the payment, remain on the same screen with just a success message.
And I don't want the back button to appear on this screen to avoid redirections like in the fixed payment link.
This is likely more what you're looking for, ya? https://docs.stripe.com/invoicing/hosted-invoice-page
In this case I need to create a signature with this API, can I do that?
The link you sent me is to retrieve the invoicing for a bill, right?
First, I need to create a signature for my customer to be able to call the invoice for them to make the payment, correct?
So sorry, got distracted.
What do you mean by 'create a signature'?
No, the link is so you can send a payment page for an Invoice to your user so they can pay it.
You're using Stripe Subscriptions, ya?