#gegeneo_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/1319255450738360350
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, let me help you with this.
What do you mean by "invoices" in this case? Please describe the user flow.
so we have some customers that cannot use paypal, card, etc...
they need to have an invoice generated so they can send it to their finance department for them to then send us money
so the user in our case is the HR department in a company, who are using our HRtech software, and they want to do a purchase using our stripe-hosted checkout page
but since they are not in charge of finances, they need to ask their finance department for paying
and they can only do that by generating an invoice for them that they can share to their finance colleagues to pay
we thought bank_transfer would do that but apparently it doesn't generate an invoice (before payment, we are aware that we can use invoice_creation: {enabled: true} to create an invoice upon successful payment)
is that clear?
You can use Stripe Billing to generate Invoices. Each Invoice has its own hosted page, for payments. And you can use bank transfers as one of the payment method types to pay for it.
https://docs.stripe.com/invoicing/integration
can we generate invoices through stripe checkout?
or do we have to use the invoicing API only
Why do you want to generate it via Stripe Checkout exactly?
Invoices have their own payment page.