Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.63 KB

File metadata and controls

48 lines (32 loc) · 1.63 KB

Monetary Pay API

Admin Command Requests

Admin Command Responses


Batch Summary

GET /admin/batchsummary

Request Fields

No request fields for Batch Summary Admin Command.


Batch Close

POST /admin/batchclose

Request Fields (bold fields required)

Field Type Max Length Description Location
BatchNo String 6 Batch number returned in Batch Summary Body
BatchItemCount String 20 Batch item count returned in Batch Summary Body
NetBatchTotal String 20 Net of all transactions in batch returned in Batch Summary Body

Responses

Admin batch command response bodies will include the following fields:

Response Fields

Field Type Max Length Description
Status 1 String 10 Transaction Status
Message String 40 Optional message from the server or processor
BatchNo Numeric 6 Batch number returned by processor
BatchItemCount Numeric 8 Number of total items in batch
NetBatchTotal Numeric 10 Net of all transactions in batch

1 Status values: Success, or Error