Card Validation API Response Object

The description of the Card Validation API response object

The Card Validation API returns a response in standard JSON format. The following table lists the properties of a Card Validation API response:

PropertyDescription
successWhether or not the card was validated.
errorsThe errors subobject array if any.

errors Subobject (Array)

PropertyDescription
codeThe error code.
messageThe error message.

You can find examples of this response object here.