Cards

Verify card

Use this method to verify a customer’s card details.

In the request, send the customer’s card details.

In the response, our gateway indicates if the card details are valid and if you should use them in follow-on actions.

post/cards/verify

Headers

Authorizationstring required

Bearer authentication

Idempotency-Keystring uuid required

Unique identifier that you generate for each request. You must use the UUID v4 format for the identifier. For more information about the idempotency key, go to Idempotency.

Request body

processingTerminalIdstring required

Unique identifier that we assigned to the terminal.

operatorstring

Operator who requested to verify the card.

Response

Successful request. Returns the verification status of the card details.

operatorstring

Operator who requested to verify the card.

processingTerminalIdstring required

Unique identifier that we assigned to the terminal.

verifiedboolean required

Indicates if the card details are valid:

  • true - Card details are valid.
  • false - Card details are not valid.

Changes

No recorded changes to this endpoint across all 1 revision of this API.