#sr_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/1244915623860109316
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Yes that's possible
As we do not want to use the invoice as a payment method (since we are using the invoice's Payment Intent with the backend solution), is it possible to create an invoice without a visible payment link (to not confuse the customer)?
You mean creating an invoice without sending an email to customer?
Yes, that's correct. We would like to create an invoice without sending an email to the customer containing a payment link or another obligation to pay.
Our primary aim is to:
-
Use the invoice's Payment Intent for processing the payment with the saved payment method.
-
Avoid involving the invoice itself as a payment method or sending any payment link.
Once the order is successfully processed, we want to provide the user with the invoice. However, this invoice should not include a payment link.
set the collection_method to charge_automatically when creating an invoice
If the invoice amount is €150, can we use the invoice's Payment Intent to split the charge into three installments of €50 each, charged on three different dates and not charge €150 once?
No you can't. You need to create three invoices, €50 each