#tymm

1 messages · Page 1 of 1 (latest)

sharp lanternBOT
dusk forum
#

What mode of Checkout Session are you using?

daring bison
#

payment

dusk forum
#

Right now, Checkout doesn't generate an invoice from a one-time session. Although this is something that is top of mind for us

#

Do you mind sharing your account ID and I can make sure you're kept in the loop of developments on that front?

daring bison
#

because my system will have subscriptions as well so im thinking of standardizing what we store in the db and the invoice id would be the best choice for us.
i understand now that this is in ur pipeline but in the meantime is there any other way that i can create invoice for one off payments?

dusk forum
#

You'd need to handle that manually, I guess creating an Invoice after the Checkout Session that's marked paid out of band

daring bison
#

hmmm can u elaborate on that? how do i create invoice manually

dusk forum
#

So maybe you listen for checkout.session.completed events and in your webhook handler you create an Invoice via the API to reflect the payment processed by Checkout

daring bison
#

well based on the link u sent me i guess i can make invoice without session then? since im not going to use the session url to make payments anyway... im going to pay the invoice using paymentintent

dusk forum
daring bison
#

well i cant use that too 😦 because this hosted payment page cant show all the customer's saved cards

dusk forum
#

Neither does Checkout, to be clear

#

(not all anyway, the most recent)

daring bison
#

yeah i know that so im doing it the paymentintent way

#

and had to do the ui myself 😢

dusk forum
#

Otherwise if you're interested in using Checkout I can sign you up for updates on our one-time invoicing work!