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

PropertyDescription
batchNbrThe number of the batch you are closing.
approvedWhether the batch was closed successfully.
submitDateThe date and time on which the batch settlement was submitted.
errorsThe errors subobject array if any.
warningsThe warnings subobject array if any. You should review them even though the gateway approved the transaction.

errors Subobject (Array)

PropertyDescription
codeThe error code.
messageThe error message.

warnings Subobject (Array)

PropertyDescription
codeThe warning code.
messageThe warning message.

You can find examples of this response object here.