Documentation

CashLine

  1. Home
  2. CashLine
  3. CashLine eCheck
  4. Consumer Limit Inquiry

Consumer Limit Inquiry

The Get Consumer’s Limit endpoint where the consumerToken is passed in the URL and the only parameter is the MerchantID, the consumerToken is supplied in the response to the Get Consumer Inquiry. If consumer is not enrolled, then an Enrollment transaction would be submitted after the consumer reads and accepts the Terms and Conditions and the acceptedTermsInd field can be set to “Y” (yes) indicating that the consumer has agreed to the terms and conditions and that they have been accepted.

GET  https://cce.cashline.certegy.com/v1/customer/limit
Field ParameterValueRequired or OptionalField Values or Constraints
consumerToken
1b597b33-a0e7-11ea-9630-ef55d2cd0f41REQUIREDMax 60 Alphanumeric and dash
trxID123456REQUIRED 4 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash) (Must be Unique for 2 years)
https://cce.cashline.certegy.com/v1/customer/limit?{Consumer Token}{merchantID}

Consumer’s Limit Inquiry Success – HTTPS 200

Field ParameterValueField Values or Constraints
trxID 1234564 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash) (Must be Unique for 2 years)
trxRefID56044900000144 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash)
cashLineLimit  150No Min/(Max) 9999999.99 Numeric only - No commas. If the decimal point is omitted, the amount is considered to be in whole dollars.
cashLineAvailable  145No Min/(Max) 9999999.99 Numeric only No commas
cashLineRefillAmount  50No Min/(Max) 9999999.99 Numeric only No commas
cashLineRefillDate   06-25-2071 03:18:19Future DATE/TIME

{
	"trxID": "123456"
	"trxRefID": "5604490000014"	
	"cashLineLimit": "150.00",
	"cashLineAvailable": "145.00",
	"cashLineRefillAmount": "5.00",
	"cashLineRefillDate": "06-25-2071 03:18:19"
}

Consumer’s Limit Inquiry Failed – HTTPS 400 and HTTPS 500

Field ParameterValueField Values or Constraints
trxID1234564 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash) (Must be Unique for 2 years)
trxRefID56044900000144 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash)
errorPath /customer/limit/3a9ffb95-f73e-11ee-a2c3-235b33c05a3fMax 200 Alpha only a-z, A-Z
errorMessage Consumer limit Information not foundMax 260 Alpha only a-z, A-Z
errorType system_errorMax 20 Alpha only a-z, A-Z
errorDate   04-10-2024 02:53:10DATE/TIME
adverseAction false(boolean) true/false (lowercase only)

{
	"trxID": "123456"
	"trxRefID": "5604490000014"
	"errors": [{
		"errorPath": "/customer/limit/3a9ffb95-f73e-11ee-a2c3-235b33c05a3f",
		"errorMessage": "Consumer limit Information not found",
		"errorType": "system_error",
		"errorDate": "04-10-2024 02:53:10",
		"adverseAction": "false"
	}]
}

Back to Top

Was this article helpful to you? Yes 1 No

How can we help?