Add or Delete information in the self reporting DisAssociated Persons Table
The Disassociated Persons list is for problem gamblers. This provides gamblers with a method to acknowledge that they have a problem with gambling and enable them to take personal responsibility by adding their name via this call out. This would inhibit the individual to ACH funds from their bank account via CashLine’s eCheck product. They can add or delete their personal information into the CashLine’s DAP gaming product. This call out can be added by the “block level” where at this time the levels are casino and property level. The consumer can be added and can use either their Identification.
Field Parameter | Value | Required or Optional | Field Values or Constraints |
---|---|---|---|
trxID | 123456 | REQUIRED | 4 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash) (Must be Unique for 2 years) |
trxRefID | 5604490000014 | REQUIRED | 4 / 36 Alphanumeric, a-z, A-Z, 0-9 - (dash) |
operatorID | xxx123 | OPTIONAL | 2 / 30 Alphanumeric, Spaces and dash (a-z A-Z 0-9 $#@._ ) |
terminalID | Terminal321 | OPTIONAL | 2 / 30 Alphanumeric, Spaces and dash (a-z A-Z 0-9 $#@._ ) |
terminalGrpID | grp321 | OPTIONAL | 2 / 30 Alphanumeric, Spaces and dash (a-z A-Z 0-9 $#@._ ) |
dob | yyyy-mm-dd | REQUIRED | DATE (YYYY-MM-DD) |
ssn | 999999999 | OPTIONAL | 9 digits/Numeric only. No dashes or spaces. |
blockLevel | Casino or Property | OPTIONAL | two options Casino or Property |
firstName | firstname | REQUIRED | First name. Allowable characters: a to z (lowercase alphabet) A to Z (uppercase alphabet) 0 to 9 (numeric digits) hyphen (-) dot (.) comma (,) space character ( ) tab character Minimum Characters: 2 Maximum Characters: 25 |
lastName | lastname | REQUIRED | Last name. Allowable characters: a to z (lowercase alphabet) A to Z (uppercase alphabet) 0 to 9 (numeric digits) hyphen (-) dot (.) comma (,) space character ( ) tab character Minimum Characters: 2 Maximum Characters: 25 |
idCode | FL | REQUIRED | 2 / 2 See State Code List |
idValue | 123458 | REQUIRED | Alphanumeric and Asterisks (*) Only. Dashes or spaces, if entered, will be stripped out. Max Length - 24 Alphabetic characters. This variable-size field contains the Driver's License number for manual entry methods. Asterisks are acceptable characters. However, other special characters such as dashes and spaces appearing on the face of the license should not be manually entered or transmitted. |
{
"merchantID": "123456",
"trxID": "1234567890",
"integratorID": "xYzAbC123",
"operatorID": "xxx123",
"terminalID": "Terminal321",
"terminalGrpID": "grp321",
"dob": "yyyy-mm-dd",
"ssn": "999999999",
"blockLevel": "Casino or Property",
"firstName": "Johnny",
"lastName": "Rocket",
"idCode": "GA",
"idValue": "123458"
}
Successful Add to DAP
Field Parameter | Value | Field Values or Constraints |
---|---|---|
operatorID | 12345678 | 2 / 30 Alphanumeric, Spaces and dash (a-z A-Z 0-9 $#@._ ) |
trxID | 123456 | 4 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash) (Must be Unique for 2 years) |
trxRefID | 5604490000014 | 4 / 36 Alphanumeric, a-z, A-Z, 0-9 - (dash) |
firstName | firstname | First name. Allowable characters: a to z (lowercase alphabet) A to Z (uppercase alphabet) 0 to 9 (numeric digits) hyphen (-) dot (.) comma (,) space character ( ) tab character Minimum Characters: 2 Maximum Characters: 25 |
lastName | lastname | Last name. Allowable characters: a to z (lowercase alphabet) A to Z (uppercase alphabet) 0 to 9 (numeric digits) hyphen (-) dot (.) comma (,) space character ( ) tab character Minimum Characters: 2 Maximum Characters: 25 |
ssn | 9999 | Last four digits of SSN |
idCode | FL | 2 / 2 See State Code List |
idValueLastFour | 3458 | 4 digits returned |
{
"operatorID": "xxx123",
"firstName": "Johnny",
"lastName": "Rocket",
"ssn": "9999",
"id": {
"idState": "GA",
"idValueLastFour": "3458"
}
}
Unsuccessful add to DAP
Field Parameter | Value | Field Values or Constraints |
---|---|---|
trxID | 123456 | 4 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash) (Must be Unique for 2 years) |
trxRefID | 5604490000014 | 4 / 36 Alphanumeric, a-z, A-Z, 0-9 - (dash) |
errorPath | /dap | Max 200 Alpha only a-z, A-Z |
errorMessage | The ID already exists on DAP | Max 200 Alpha only a-z, A-Z |
errorType | system_error | Max 20 Alpha only a-z, A-Z |
errorDate | 06-25-2020 03:18:19 | DATE/TIME |
adverseAction | False | (boolean) true/false (lowercase only) |
{
"errors": [{
"errorPath": "/dap",
"errorMessage": "The ID already exists on DAP",
"errorType": "system_error",
"errorDate": "06-25-2020 03:18:19",
"adverseAction": "false"
}]
}
Delete Consumer’s information for the DAP file
Field Parameter | Value | Required or Optional | Field Values or Constraints |
---|---|---|---|
trxID | 123456 | REQUIRED | 4 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash) (Must be Unique for 2 years) |
trxRefID | 5604490000014 | REQUIRED | 4 / 36 Alphanumeric, a-z, A-Z, 0-9 - (dash) |
operatorID | xxx123 | OPTIONAL | 2 / 30 Alphanumeric, Spaces and dash (a-z A-Z 0-9 $#@._ ) |
terminalID | Terminal321 | OPTIONAL | 2 / 30 Alphanumeric, Spaces and dash (a-z A-Z 0-9 $#@._ ) |
dob | yyyy-mm-dd | REQUIRED | YYYY-MM-DD |
ssn | 999999999 | OPTIONAL | 999999999 |
firstName | firstname | REQUIRED | First name. Allowable characters: a to z (lowercase alphabet) A to Z (uppercase alphabet) 0 to 9 (numeric digits) hyphen (-) dot (.) comma (,) space character ( ) tab character Minimum Characters: 2 Maximum Characters: 25 |
lastName | lastname | REQUIRED | Last name. Allowable characters: a to z (lowercase alphabet) A to Z (uppercase alphabet) 0 to 9 (numeric digits) hyphen (-) dot (.) comma (,) space character ( ) tab character Minimum Characters: 2 Maximum Characters: 25 |
idCode | FL | REQUIRED | 2 / 2 See State Code List |
idValue | 123458 | REQUIRED | Alphanumeric and Asterisks (*) Only. Dashes or spaces, if entered, will be stripped out. Max Length - 24 Alphabetic characters. This variable-size field contains the Driver's License number for manual entry methods. Asterisks are acceptable characters. However, other special characters such as dashes and spaces appearing on the face of the license should not be manually entered or transmitted. |
https://cce.cashline.certegy.com/v1/dap?merchantID=123456&integratorID=xYzAbC123&idCode=GA&idValue=7760123&dob=1962-11-10&lastName=Mannino&firstName=Andrew
Successful ID removal from DAP
If you get this, you can assume that you were added to DAP. Since there is really nothing here indicating a successful add.
Field Parameter | Value | Field Values or Constraints |
---|---|---|
trxID | 123456 | 4 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash) (Must be Unique for 2 years) |
trxRefID | 5604490000014 | 4 / 36 Alphanumeric, a-z, A-Z, 0-9 - (dash) |
firstName | firstname | First name. Allowable characters: a to z (lowercase alphabet) A to Z (uppercase alphabet) 0 to 9 (numeric digits) hyphen (-) dot (.) comma (,) space character ( ) tab character Minimum Characters: 2 Maximum Characters: 25 |
lastName | lastname | Last name. Allowable characters: a to z (lowercase alphabet) A to Z (uppercase alphabet) 0 to 9 (numeric digits) hyphen (-) dot (.) comma (,) space character ( ) tab character Minimum Characters: 2 Maximum Characters: 25 |
ssnLastFour | 1234 | 4 digit returned |
idCode | FL | 2 / 2 See State Code List |
idValueLastFour | 3458 | 4 digit returned |
{
"id": {
"idState": "GA",
"idValueLastFour": "3458"
}
}
Unsuccessful Add to DAP
Field Parameter | Value | Field Values or Constraints |
---|---|---|
trxID | 123456 | 4 / 20 Alphanumeric, a-z, A-Z, 0-9 - (dash) (Must be Unique for 2 years) |
trxRefID | 5604490000014 | 4 / 36 Alphanumeric, a-z, A-Z, 0-9 - (dash) |
errorPath | /dap | Max 200 Alpha only a-z, A-Z |
errorDetails | Errors in request Message to Certegy | Max 260 Alpha only a-z, A-Z |
errorMessage | Invalid or Inactive Setup Client Account | Max 200 Alpha only a-z, A-Z |
errorType | system_error | Max 20 Alpha only a-z, A-Z |
errorDate | 06-25-2020 03:18:19 | DATE/TIME |
adverseAction | False | (boolean) true/false (lowercase only) |
{
"errors": [{
"errorPath": "/dap",
"errorMessage": "Invalid or Inactive Setup Client Account",
"errorType": "system_error",
"errorDate": "06-15-2020 03:18:19",
"adverseAction": "false"
}]
}