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:

PropertyDescription
authorizationNumberThe gateway authorization number.
approvedThe transaction status.
approvedMsgThe status detail.
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.