post https://api.reepay.com/v1/payment_method//card/verify
Some card acquirers support a card verification operation. The operation checks the validity of a stored card without making an actual authorization on the card. That is, the check will not be visible to the cardholder on their bank statement. Currently this operation is only supported for acqurier Nets, Swedbank, Bambora and Valitor. Notice that this operation is subject to charges. See billwerk.plus for the current pricing or contact [email protected] for more information on pricing and how to utilize this service.
To test the operation with the test acquirer, specific CVV codes can be used to trigger erros:
CVV | State | Error |
---|---|---|
901 | soft_declined | insuffcient_funds |
902 | hard_declined | declined_by_acquirer |
903 | processing_error | acquirer_error |
Errors
The operation can generate the following errors beside the generic HTTP error codes described here.
Error code | HTTP code | Description |
---|---|---|
40 | 404 | Payment method not found |
18 | 404 | Card not found |
138 | 400 | Card verification not supported by the current acquirer agreements |