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 merchantID is sent in a string. The consumerToken is passed in the URL and the only parameters are the MerchantID and 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
merchantID  1287566 / 6 Numeric only, 0-9
trxIDAA-bb-1234567890This is generated by the requestor and not repeatable for other post request. Minimum 4 and a maximum 20 characters - Alphanumeric and dash (a-z, A-Z, 0-9 - (dash))
https://cce.cashline.certegy.com/v1/customer/limit/increase?{Consumer Token}{merchantID}{trxID}

Approve for Limit Increase – HTTPS 200

Field ParameterValueField Values or Constraints
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.
CashLineAvailable145No Min/(Max) 9999999.99 Numeric only - No commas. If the decimal point is omitted, the amount is considered to be in whole dollars.
CashLineRefillAmount50No 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
trxRefID620588000000110 / 15 Numeric only, 0-9
{
	"cashLineLimit": "150.00",
 	"cashLineAvailable": "145.00",
 	"cashLineRefillAmount": "5",
 	"cashLineRefillDate": "06-25-2071 03:18:19",
	"trxRefID": "6205880000001" 
}

Decline request for Limit Increase – HTTPS 400 and HTTPS 500

Field ParameterValueField Values or Constraints
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 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)
trxRefID620588000000110 / 15 Numeric only, 0-9

{
	"errors": [{
		"errorPath": "/customer/limit/increase",
		"errorMessage": "Limit Increase attempt has failed, because it is within 14 days of the last request",
		"errorType": "system error",
		"errorDate": "06-25-2020 03:18:19",
		"adverseAction": "false",
		"trxRefID": "6205880000001" 
 }]
}

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

Field ParameterValueField Values or Constraints
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)
trxRefID620588000000110 / 15 Numeric only, 0-9

{
	"errors": [{
		"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": "6205880000001" 
 }]
}

Back to Top

Was this article helpful to you? Yes No

How can we help?