Documentation

CashLine

  1. Home
  2. CashLine
  3. CashLine eCheck
  4. Increase Consumer’s Limit

Increase Consumer’s Limit

Some consumers may want to increase the value placed on their ability to ACH funds from the account(s) that they have enrolled with CashLine eCheck product. This is where the request for a limit increase transaction can be used. For this transaction type, the consumerToken along with the trxID is sent in a string. The consumerToken is passed in the URL and the only parameters are the trxID.

PUT  https://cce.cashline.certegy.com/v1/customer/limit/increase
Field ParameterValueField Values or Constraints
consumerToken
e4321e6d-333e-11ea-a53a-15092651fc5936 Min/Max Alphanumeric and dash
trxID1234564 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash) (Must be Unique for 2 years)
kioskTransactionIndicator Y1 Alpha - ( This is optional)
If Y= Kiosk
If N or Blank = Cage
https://cce.cashline.certegy.com/v1/customer/limit/increase?consumerToken={{consumerToken}}&trxID={{trxID}}&kioskTransactionIndicator=N

Approve for Limit Increase – HTTPS 200

Field ParameterValueField Values or Constraints
trxRefID56044900000144 / 36 Alphanumeric, a-z, A-Z, 0-9 - (dash)
trxID1234564 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash) (Must be Unique for 2 years)
CashLineLimit  500No Min/(Max) 9999999.99 Numeric only - No commas. If the decimal point is omitted, the amount is considered to be in whole dollars.
CashLineAvailable500No Min/(Max) 9999999.99 Numeric only - No commas. If the decimal point is omitted, the amount is considered to be in whole dollars.
CashLineRefillAmount250No Min/(Max) 9999999.99 Numeric only - No commas. If the decimal point is omitted, the amount is considered to be in whole dollars.
CashLineRefillDate06-25-2071 03:18:19Future DATE/TIME
{
	"trxRefID": "5604490000014",
	"trxID": "123456",
	"cashLineLimit": "500.00",
 	"cashLineAvailable": "500.00",
 	"cashLineRefillAmount": "250.00",
 	"cashLineRefillDate": "06-25-2071 03:18:19", 
}

Decline request for Limit Increase – HTTPS 400 and HTTPS 500

Field ParameterValueField Values or Constraints
trxRefID56044900000144 / 36 Alphanumeric, a-z, A-Z, 0-9 - (dash)
trxID1234564 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash) (Must be Unique for 2 years)
consumerToken2ccdaef4-0c62-11ef-b37e-ade120cf540d36 Alphanumeric and dash
errorPath /customer/limit/increase/99da5722-83f9-11ea-b9c5-f9a750265efeMax 200 Alpha only a-z, A-Z
errorMessage Limit Increase attempt is failed because it is within 14 daysMax 200 Alpha only a-z, A-Z
errorDetailsDue to a recent limit increase Certegy is unable to process this request.Max 260 Alpha only a-z, A-Z
errorType system_errorMax 20 Alpha only a-z, A-Z
errorDate   06-25-2020 03:18:19DATE/TIME
adverseAction false(boolean) true/false (lowercase only)
responseCode0498See 4 digit response codes page for gaming

{
	"errors": [{
		"trxRefID": "5604490000014",
		"trxID": "123456",
		"consumerToken": "2ccdaef4-0c62-11ef-b37e-ade120cf540d",	
		"errorPath": "/customer/limit/increase",
		"errorMessage": "Limit Increase attempt has failed, because it is within 14 days of the last request",
		"errorDetails": "Due to a recent limit increase Certegy is unable to process this request.",
		"errorType": "system error",
		"errorDate": "06-25-2020 03:18:19",
		"responseCode": "0498",
		"adverseAction": "false",
 }]
}

Decline request for Limit Increase – SSN Required – HTTPS 400 and HTTPS 500

Field ParameterValueField Values or Constraints
trxRefID56044900000144 / 36 Alphanumeric, a-z, A-Z, 0-9 - (dash)
trxID1234564 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash) (Must be Unique for 2 years)
errorPath  /customer/limit/increase/99da5722-83f9-11ea-b9c5-f9a750265efeMax 200 Alpha only a-z, A-Z
errorMessage
Limit increase cannot be processed without additonal information. Please provide SSN for a limit increaseMax 260 Alpha only a-z, A-Z
errorType system_errorMax 20 Alpha only a-z, A-Z
errorDate   06-25-2020 03:18:19DATE/TIME
adverseAction false(boolean) true/false (lowercase only)

{
	"errors": [{
		"trxRefID": "5604490000014",
		"trxID": "123456",		
		"errorPath": "/customer/limit/increase/99da5722-83f9-11ea-b9c5-f9a750265efe",
		"errorMessage": "Limit increase cannot be processed without additional information. Please provide SSN for a limit increase",
		"errorType": "system_error",
		"errorDate": "06-25-2020 03:18:19",
		"adverseAction": "false",
		"trxRefID": "5604490000014" 
 }]
}

Back to Top

Was this article helpful to you? Yes No

How can we help?