#Mallain23
1 messages · Page 1 of 1 (latest)
As far as I konw there isn't a way to directly pay an invoice with stripe terminal (because we don't consider card_present to be a valid payment method type to use for Invoices)
You'd have to tie the payment intent (for your terminal payment) and the invoice together yourself - either through metadata or in your own databases
Gotcha ok, thanks that's what I thought - is Stripe planning on providing a feature that would allow us to do something similar. The invoice is helpful because it helps calculate taxes and discounts
We use invoices for all non-terminal payments, and it would be helpful to be able do something like this with the termianls
I don't believe they have plans to support card_present on Invoices, but I do think they have future plans that would allow you to actually tie the payment object to the invoice properly