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

Authentication

Authenticate user and retrieve session key

post: https://easypay5.com/APIcardProcNumber/v1.0.0/Authenticate

{
  "AcctCode": "EP911XXXX",
  "Token": "2148B239CF6846BDA5D141BF4A4CFBE8"
}
{
  "AuthenticateResult": {
    "AuthSuccess": true,
    "ErrCode": 0,
    "ErrMsg": "",
    "FunctionOk": true,
    "MerchantList": [
      {
        "Address": "45 spring street portland Maine 04101",
        "Descrip": "Test Merchant 1",
        "ID": 1,
        "Location": "Test Merchant 1",
        "TermID": "006"
      }
    ],
    "RespMsg": "SessKey Expires|4/18/2019 7:29:47 AM",
    "SessKey": "B9F24903C3BA4770AE303032303541303032353437",
    "ThisUser": {
      "APILocationID": 2210,
      "AccountCode": "EP9116875",
      "AcctID": 205,
      "Alias": "vidya_Venkatraman",
      "CreatedBy": "ADMIN : vidya Venkatraman",
      "DateCreated": "2024-12-01T11:19:01.000Z",
      "DateModified": "2024-12-01T11:19:01.000Z",
      "Description": "EP DEV ACCT",
      "ExpirationDate": "2024-12-01T11:19:01.000Z",
      "ID": 2547,
      "IsExpired": false,
      "IsLockedOut": false,
      "TokenDescription": "EP DEV ACCT"
    }
  }
}

Content-Type string required

Example: application/json


Accept string required

Example: application/json

AcctCode string optional

Account code that never changes

Example: EP911XXXX


Token string optional

Token that expires every 2 years

Example: 2148B239CF6846BDA5D141BF4A4CFBE8

Last updated

Was this helpful?