Documentation

CashLine

  1. Home
  2. CashLine
  3. CashLine eCheck
  4. Java Web Token

Java Web Token

Request

Field ParameterValueRequiredField Values or Constraints
merchantID123456Required6 All Numeric
integratorIDxYzAbC123Required4 / 30 Alphanumeric, space and dash
trxID123456Required4 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash) (Must be Unique for 2 years)
GET  https://cce.cashline.certegy.com/v1/user/login?integratorID={integratorID}&merchantID={merchantID}&trxID={trxID}
Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQ=

Response – Success

Field ParameterField Values or Constraints
statusenabled
rolesome role
jwteyJ0eXAiOiJKV1QiLCJh[...]85db6kx-nLOwWqZE4Dg
{
  "status": "enabled", 
  "role": "some role", 
  "jwt": "eyJ0eXAiOiJKV1QiLCJh[...]85db6kx-nLOwWqZE4Dg" 
}

Back to Top

Was this article helpful to you? Yes No

How can we help?