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:
Property | Description |
---|---|
success | Whether or not the card was validated. |
errors | The errors subobject array if any. |
errors
Subobject (Array)
errors
Subobject (Array)Property | Description |
---|---|
code | The error code. |
message | The error message. |
You can find examples of this response object here.
Updated 5 months ago