#sr_api

1 messages · Page 1 of 1 (latest)

past nexusBOT
#

👋 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.

wet fulcrum
#

Yes that's possible

worthy marsh
#

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)?

wet fulcrum
#

You mean creating an invoice without sending an email to customer?

worthy marsh
#

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:

  1. Use the invoice's Payment Intent for processing the payment with the saved payment method.

  2. 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.

wet fulcrum
#

set the collection_method to charge_automatically when creating an invoice

worthy marsh
#

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?

wet fulcrum
#

No you can't. You need to create three invoices, €50 each