active_merchant
active_merchant copied to clipboard
Checkout.com V2: Let Checkout API handle verification
Based on https://api-reference.checkout.com/#tag/Payments/paths/~1payments/post
which says
Omitting the amount or providing 0 will perform a card verification.
Authorizing with an amount of 0 will make Checkout verify the card themselves. This is more advantageous because they can do retries with different amounts, and they will take care of voiding the charge, meaning this is one less thing active_merchant has to worry about.
This works for both credit cards and tokenized credit cards.