For the complete documentation index, see llms.txt. This page is also available as Markdown.

Execute batch settlement for all transactions

post: https://easypay5.com/APIcardProcNumber/v1.0.0/Settlement/ExecuteBatch_All

{
  "MerchID": 1
}
{
  "Settlement_ExecuteBatch_AllResult": {
    "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 006 0808 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

MerchID integer optional

The merchant identifier

Example: 1

Last updated

Was this helpful?