v1

latestOpenAPI 3.1.02026-07-2396772.3 KB
Account Validation

Perform account validation checks

Performs one or more validation checks for a given card, such as CVC, AVS, and cardholder name, in a synchronous (blocking) request. The presence of validation data in the request body implicitly specifies which checks are performed.

post/cards/{card_id}/validations

Path parameters

card_idstring required

Headers

Authorizationstring required

Bearer token for authentication.

Content-Type'application/vnd.api+json' required

Content type of a request to CMP

Response

SUCCESS: The validation was performed and results are in the response body.