#яσчαℓтℓя
1 messages · Page 1 of 1 (latest)
it's not possible no
Invoices/Subscriptions have no integration with auth-and-capture payments
and you can't link an existing PaymentIntent to an existing Invoice, it just doesn't work that way
Thanks for the clarification. We are using the Payment Intents API to essentially pre-authorise payments above a certain amount say £10k, and then cancel them for each new payment above £10k for that specific user. After what you have just said, I think the best option would be to cancel the final uncaptured payment, and assume the user has the funds, and then generate an invoice for the same payment amount as the cancelled PaymentIntent. Would I be correct in saying that's probably the most straightforward approach?
to me the most straightforward approach would be to not use Invoices. I think what you say makes sense though.
for completeness I would mention https://stripe.com/docs/api/invoices/pay#pay_invoice-paid_out_of_band exists and you can abuse it to create and pay an invoice without actually paying it(like if the payment happened on an unconnected PaymentIntent)
it's just not great since then you don't have any link to the real payment