Recurring Consent Full Detail
URL Endpoint: https://easypay5.com/APIcardProcREST/v1.0.0/Query/ConsentRecurring_FullDetail
Request Method: POST
Headers:
Session Key is passed to the API via the header:
Content-Type: application/json
Accept: application/json
SessKey: A1842D663E9A4A72XXXXXXXX303541303234373138
Copied
{
"ConsentID": 24
}
{
"ConsentRecurring_FullDetailResult": {
"AccounttHolder": {
"AccountNum": "wj8HlAYlMJI=jvje9l7qZuEFiDDeEDDym6ZdlL0DX8HX",
"AcctMask": "4111XXXXXXXX1111",
"Address1": "123 Fake St",
"Address2": "",
"CardType": "VI",
"City": "PORTLAND",
"Company": "",
"CreatedOn": "\/Date(1549878586493-0500)\/",
"Email": "robert@easypaysolutions.com",
"ExpDate": "1023",
"Firstname": "Sean",
"ID": 1,
"LastChanged": "\/Date(1565340232080-0400)\/",
"LastName": "Wood",
"MerchID": 1,
"Phone": "8777248472",
"State": "ME",
"Zip": "04106"
},
"ConsentRecurring": {
"AcctHolderFirstName": "Sean",
"AcctHolderID": 1,
"AcctHolderLastName": "Wood",
"AcctNo": "1111",
"AuthTxID": 75,
"CreatedBy": "vidya_Venkatraman",
"CreatedOn": "\/Date(1565340232090-0400)\/",
"CustID": 72,
"CustRefID": "A123456",
"EndDate": "\/Date(1576213200000-0500)\/",
"ID": 24,
"IsEnabled": true,
"MerchID": 1,
"ModifiedBy": ":",
"ModifiedOn": "\/Date(-62135578800000-0500)\/",
"RAmtPaidSoFar": -1,
"RLastPaymentAmt": 1000.0000,
"RNumPayments": 10,
"RPGUID": "",
"RPaymentAmt": 1000.0000,
"RPeriod": "BI_WEEKLY",
"RTotalAmt": 10000.0000,
"ServiceDescrip": "",
"StartDate": "\/Date(1565323200000-0400)\/"
},
"EndCustomer": {
"Address1": "123 Fake St.",
"Address2": " ",
"City": "PORTLAND ",
"ClientRefID": "A123456",
"Company": "",
"CreatedOn": "\/Date(1565340232083-0400)\/",
"Email": "robert@easypaysolutions.com",
"Firstname": "Sean",
"ID": 72,
"LastChanged": "\/Date(1565340232083-0400)\/",
"LastName": "Wood",
"MerchID": 1,
"Phone": "8777248472",
"Service": "",
"State": "ME ",
"Zip": "04106 "
},
"ErrCode": 0,
"ErrMsg": "",
"FunctionOk": true,
"RespMsg": "Successfully Returned Full Detail For Consent ID : 24"
}
}
Copied