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.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Idempotency-Key
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
This endpoint expects an object.
processingTerminalId
Unique identifier that we assigned to the terminal.
card
Object that contains information about the card.
operator
Operator who requested to verify the card.
customer
Object that contains the customer's contact details and address information.
Response
Successful request. Returns the verification status of the card details.
processingTerminalId
Unique identifier that we assigned to the terminal.
verified
Indicates if the card details are valid:
true
- Card details are valid.false
- Card details are not valid.
operator
Operator who requested to verify the card.
card
Object that contains the details of the payment card.
transactionResult
Object that contains information about the transaction response details.