#KEITH LARD
1 messages · Page 1 of 1 (latest)
No, my current flow is just immediately confirming a payment intent
(from a collected payment method)
But I need to add a tax to it, and I cannot seem to figure out how to do this without using an invoice, but I'm not sure how to combine a MOTO payment with an invoice like this
I don't know, let me check if this is possible
Cool thank you. So my idea flow would be.
- Collect payment method
- Generate invoice? Add tax
- Payment Intent (MOTO) from payment method
- Confirm Payment
I don't think you can use MOTO with Invoices, unfortunately.
But do you need it if you've already collected the Payment Method?
You can use MOTO when setting up the PM. And then pay with it without MOTO.
Well I collect the payment method over the phone using the card element
just more secure than using the direct API
So it all happens in one action
Is that still a MOTO payment, I thought I had to flag MOTO on both
No, just when collecting it.
I see, this may solve my issue. So I can create an invoice then pay it immedaitely using the payment intent (attaching the moto payment method)
More like:
- Collect the PM via SetupIntent with MOTO.
- Create an Invoice with the PM.
- Finalize and pay the Invoice.
Perfect thanks I'll try this
Happy to help!