#texonidas_api

1 messages ¡ Page 1 of 1 (latest)

lapis bronzeBOT
#

👋 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/1253560105677623417

📝 Have more to share? Add details, code, screenshots, videos, etc. below.

undone cosmos
#

Hi, what does 'reaise an invoice' mean?

lapis bronzeBOT
glacial folio
#

sorry, to be more specific: we're an australian company and these people are very backwards

#

they want us to email them a pdf invoice with whatever payment period due on it

#

so on the checkout im hoping for an option to say "receive invoice" rather than pay right now

#

I believe stripe calls that a "bill" internally

#

or is this a separate set of functionality that will need to be implemented on a separate button next to checkout for example?

empty crater
#

i think what you're looking for is one-off invoices which you send to the customer to pay - you might want to start off from this landing page instead : https://docs.stripe.com/invoicing

Create and manage invoices for one-time payments with Stripe Invoicing.

glacial folio
#

is it possible to use these for a subscription though?

#

they will be signing up for an ongoing membership and will want these invoiced for each billing period

empty crater
glacial folio
#

okay so i can do that programatically

#

and am I able to do that via a checkout session?

empty crater
#

Checkout Session doesn't support collection_method=send_invoice unfortunately.

glacial folio
#

okay so i will need a separate flow for that. and that will likely all happen in a single transaction on my server won't it? that seems to be the flow

#

checkout button next to a request invoice button, req invoice will send a payload to our API to generate and create subscription etc

empty crater
#

to clarify, the customers that want the invoice, are customers that don't want to pay now right now. They'll pay via some other way e.g. via the hosted invoice page that Stripe will email them?

#

if that's the case then yes, whatever you said sounds about right

glacial folio
#

beautiful

#

thank you very much for your help!

#

sorry that took so long to get through