active_merchant icon indicating copy to clipboard operation
active_merchant copied to clipboard

Checkout.com V2: Let Checkout API handle verification

Open obahareth opened this issue 5 years ago • 0 comments

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.

obahareth avatar May 12 '19 10:05 obahareth