Void API Response Object
The description of the Void API response object
The Void API returns a response in standard JSON format. The following table lists the properties of a Void API response:
Property | Description |
---|---|
authorizationNumber | The gateway authorization number. |
approved | The transaction status. |
approvedMsg | The status detail. |
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