Process scheduled payments
{
"MerchID": 1
}{
"ProcessScheduledPaymentsResult": {
"ApprovedPayments": [
{
"AcctNo": "1111",
"CardHolder": "JOHN DOE",
"CardType": "VI",
"ConsentID": 6,
"ConsentType": "S",
"ErrMsg": "",
"IsPartialApproval": false,
"MerchID": 1,
"PaymentAmt": 10,
"PaymentDate": "2024-12-01T11:19:01.000Z",
"PaymentNum": 1,
"SEQ": "119",
"SchedID": 1,
"SchedNum": 1,
"TxApproved": true,
"TxID": 104,
"TxnCode": 90944
}
],
"DeclinedPayments": [
{
"AcctNo": "1111",
"CardHolder": "JOHN DOE",
"CardType": "VI",
"ConsentID": 6,
"ConsentType": "S",
"ErrMsg": "",
"IsPartialApproval": false,
"MerchID": 1,
"PaymentAmt": 10,
"PaymentDate": "2024-12-01T11:19:01.000Z",
"PaymentNum": 1,
"SEQ": "119",
"SchedID": 1,
"SchedNum": 1,
"TxApproved": true,
"TxID": 104,
"TxnCode": 90944
}
],
"ErrCode": 0,
"ErrMsg": "",
"FunctionOk": true,
"NumApproved": 2,
"NumDeclined": 1,
"NumPartialAuths": 0,
"NumProcessed": 3,
"RespMsg": "Total Processed: 3 Approved: 2 Declined: 1 Partial: 0"
}
}Last updated
Was this helpful?