Create an annual consent with manual card entry
post: https://easypay5.com/APIcardProcREST/v1.0.0/ConsentAnnual/Create_MAN
For PCI compliant merchants only (AOC on file with Number required)
{
"ccCardInfo": {
"AccountNumber": "4111111111111111",
"ExpMonth": 10,
"ExpYear": 2022,
"CSV": "122"
},
"ConsentCreator": {
"MerchID": 1,
"CustomerRefID": "A1523644",
"ServiceDescrip": "REST Test",
"RPGUID": "4c269391-a698-4e10-a1a8-0353ee80d1a6",
"StartDate": "/Date(1563800567934-0400)/",
"NumDays": 365,
"LimitPerCharge": 1000,
"LimitLifeTime": 100000
},
"AcctHolder": {
"Firstname": "Sean",
"Lastname": "Wood",
"Company": "",
"Title": "",
"Url": "",
"BillIngAdress": {
"Address1": "123 Fake St",
"Address2": "",
"City": "PORTLAND",
"State": "ME",
"ZIP": "04106",
"Country": "USA"
},
"Email": "[email protected]",
"Phone": "8777248472"
},
"EndCustomer": {
"Firstname": "Sean",
"Lastname": "Wood",
"Company": "",
"Title": "",
"Url": "",
"BillIngAdress": {
"Address1": "123 Fake St.",
"Address2": "",
"City": "PORTLAND",
"State": "ME",
"ZIP": "04106",
"Country": "USA"
},
"Email": "[email protected]",
"Phone": "8777248472"
}
}{
"ConsentAnnual_Create_MANResult": {
"ConsentID": 18,
"CreationSuccess": true,
"ErrCode": 0,
"ErrMsg": "",
"FunctionOk": true,
"PreConsentAuthMessage": "APPROVED 297311 ",
"PreConsentAuthSuccess": true,
"PreConsentAuthTxID": 61,
"RespMsg": "Success : Created Consent ID : 000018"
}
}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
ccCardInfo object optional
AccountNumber string optional
Example:
4111111111111111ExpMonth integer optional
Example:
10ExpYear integer optional
Example:
2028CSV string optional
Example:
122
ConsentCreator object optional
MerchID integer optional
Example:
1CustomerRefID string optional
Example:
A1523644ServiceDescrip string optional
Example:
REST TestRPGUID string optional
A custom, user-defined reference ID or value.
Example:
adf98580-b4ab-42fc-bb99-01c89964afe9StartDate string optional
Date and time in Microsoft JSON date format (Unix timestamp and timezone offset).
Example:
2024-12-01T11:19:01.000ZNumDays integer optional
Example:
365LimitPerCharge number · float optional
Example:
1000LimitLifeTime number · float optional
Example:
100000
AcctHolder object optional
Firstname string optional
Example:
SallyLastname string optional
Example:
APIACHCompany string optional
Title string optional
Url string optional
BillIngAddress object optional
Email string optional
Example:
[email protected]Phone string optional
Example:
8775558472
EndCustomer object optional
Firstname string optional
Example:
SallyLastname string optional
Example:
APIACHCompany string optional
Title string optional
Url string optional
BillIngAddress object optional
Email string optional
Example:
[email protected]Phone string optional
Example:
8775558472
Last updated
Was this helpful?