Execute selective batch settlement
post: https://easypay5.com/APIcardProcREST/v1.0.0/Settlement/ExecuteBatch_Selective
{
"TransactionIDs": [
52
],
"MerchID": 1
}{
"Settlement_ExecuteBatch_SelectiveResult": {
"BatchResult": {
"BatchClose": 720191352,
"BatchLogID": 103,
"BatchNetAmount": 10,
"BatchNum": 3,
"BatchOpen": 720191352,
"BatchTransCount": 1,
"Code": "A",
"RemainingUnsettled": 0,
"ResultText": "OK 003 0720 0000 ",
"TxLock": "7A639CD720CE4B14"
},
"ErrCode": 0,
"ErrMsg": "",
"FunctionOk": true,
"RespMsg": "Successful Settlement : OK 003 0720 0000 ",
"SettlementApproved": true
}
}SessKey string required
A unique session key used for authentication in API calls. This key is generated upon successful authentication and must be included in all subsequent requests.
Example: A1842D663E9A4A72XXXXXXXX303541303234373138
Content-Type string required
Example: application/json
Accept string required
Example: application/json
TransactionIDs integer[] optional
List of transaction IDs to be settled
Example: [52]
MerchID integer optional
The merchant identifier
Example: 1
Last updated
Was this helpful?