Close Batch API Response Object
The description of the Close Batch API response object
The Close Batch API returns a response in standard JSON format. The following table lists the properties of a Close Batch API response:
Top-Level Properties
Property | Description |
---|---|
batchNbr | The number of the batch you are closing. |
approved | Whether the batch was closed successfully. |
submitDate | The date and time on which the batch settlement was submitted. |
errors | The errors subobject array if any. |
warnings | The warnings subobject array if any. You should review them even though the gateway approved the transaction. |
errors
Subobject (Array)
errors
Subobject (Array)Property | Description |
---|---|
code | The error code. |
message | The error message. |
warnings
Subobject (Array)
warnings
Subobject (Array)Property | Description |
---|---|
code | The warning code. |
message | The warning message. |
You can find examples of this response object here.
Updated 5 months ago