I want to check a customer card can be charged a certain amount, before actually charging it.
If it can, where in the API does it describe this? I’m unsure what it’s even called - a pre-check, pre-charge, charge-check?
Thanks!
I want to check a customer card can be charged a certain amount, before actually charging it.
If it can, where in the API does it describe this? I’m unsure what it’s even called - a pre-check, pre-charge, charge-check?
Thanks!
Hi @Nettio
Here are API docs describing delayed capture which allows you to authorize a card (verifies the buyer can be charged a certain amount if status returned = “APPROVED”) and either complete the payment or cancel it.
Brilliant - thanks Noor!