#CUBOS Gavin
1 messages · Page 1 of 1 (latest)
Payment Intents don't generate/utilise invoices, so this seems expected. If you need an invoice you'd either:
- Use the Invoicing API as opposed to Payment Intents.
- Generate an invoice post-payment, marked as paid.
Alternatively you could use Checkout, which supports post-payment invoices automatically: https://stripe.com/docs/payments/checkout/post-payment-invoices
The latter should be perfectly fine. Would we somewhat connect that post-payment invoice with our payment intent?
I'll have a look.
I guess you could leverage metadata field to make a connection to the pi_xxx
True. Thank you very much ynnoj, this surely helps us a lot. 😊
np!