#S60-contact
1 messages ยท Page 1 of 1 (latest)
Hi there! CJ isn't available at the moment. But I'm happy to help if you have a question?
Hey Bismark.
So I asked a question which apparently CJ knew the answer despite asking this a few more times here.
the scenario is the following.
I can't seem to be able to create an invoice for one time payments.
from the checkout session.
This is possible with recurring payments (subscriptions)
Hi ๐ I'm stepping in for @tiny saffron . This currently isn't something you can do with Checkout. We are looking into it.
is there a deadline for this? This is such a shame. We really have to move our invoice system to a different software...:(
We do not have an ETA for this feature presently, sorry
In Stripe we create Invoice objects first before we collect a payment. You can create an invoice for a set amount using our API and then we have a hosted Invoice page link you can provide to your customer.
No, the Invoice creates a Payment Intent that requires being paid
You create the Invoice first, that defines the payment you need to collect
as well as what the user is paying for
then you collect the funds from your customer
so, it goes goes like this.
- user sees invoice.
- Click's pay.
- user Gets redirected to checkout.
- user pays the invoice.
- Users gets to see the invoice at any point
is this correct ?
Not checkout. This isn't a checkout session. The URL generated is in the Invoice object you create using the API.
You can get an idea of how this works here: https://stripe.com/docs/invoicing/quickstart-guide
Stripe handles invoices in an inverted approach to what most people think of so you might want to review this doc as well:
https://stripe.com/docs/invoicing/overview