Recurring Schedule Query
URL Endpoint: https://easypay5.com/APIcardProcREST/v1.0.0/Query/RecurringSchedule
Request Method: POST
Headers:
Session Key is passed to the API via the header:
Content-Type: application/json
Accept: application/json
SessKey: A1842D663E9A4A72XXXXXXXX303541303234373138
Copied
{
"Query": "(E=1)&&(H=4)"
}
{
"RecurringSchedule_QueryResult": {
"ErrCode": 0,
"ErrMsg": "",
"FunctionOk": true,
"NumRecords": 3,
"RespMsg": "Successfully Returned Transaction Records : 3",
"Schedule": [
{
"AcctHolderID": 782,
"AcctNo": "0119",
"ConsentID": 396,
"ConsentType": "S",
"DueOn": "/Date(1760068800000-0400)/",
"ID": 282,
"LastName": "Draper",
"MerchID": 1,
"OfTotalPayment": -1,
"OfTotalPayments": -1,
"PaymentAmt": 300.0000,
"PaymentNum": 1,
"Period": "WEEKLY",
"RPGUID": "",
"RStatus": "S",
"SchedNum": 59,
"Tries": 0,
"TxID": -1
},
{
"AcctHolderID": 960,
"AcctNo": "0119",
"ConsentID": 478,
"ConsentType": "S",
"DueOn": "/Date(1760068800000-0400)/",
"ID": 432,
"LastName": "Draper",
"MerchID": 1,
"OfTotalPayment": -1,
"OfTotalPayments": -1,
"PaymentAmt": 300.0000,
"PaymentNum": 1,
"Period": "WEEKLY",
"RPGUID": "",
"RStatus": "S",
"SchedNum": 87,
"Tries": 0,
"TxID": -1
},
{
"AcctHolderID": 1087,
"AcctNo": "0119",
"ConsentID": 538,
"ConsentType": "S",
"DueOn": "/Date(1760068800000-0400)/",
"ID": 496,
"LastName": "Draper",
"MerchID": 1,
"OfTotalPayment": -1,
"OfTotalPayments": -1,
"PaymentAmt": 300.0000,
"PaymentNum": 1,
"Period": "WEEKLY",
"RPGUID": "",
"RStatus": "S",
"SchedNum": 111,
"Tries": 0,
"TxID": -1
}
]
}
}
Copied