UAT: https://insights-uat.ingo.money/check-maker/score
PROD: https://insights.ingo.money/check-maker/score
| Field Name | Req | Type | Validations | Description |
|---|---|---|---|---|
| aba | yes | string | max-length=10 | The ABA Number |
| accountNumber | yes | string | max-length=25 | The Account Number |
| correlationData | no | array | max-lengths=75 (for each of name and value) | Client Correlation Data |
Example Request
{
"aba": "123456789",
"accountNumber": "1002345678",
"correlationData": [{
"AttributeName": "AttributeName1",
"AttributeValue": "AttributeValue1"
},
{
"AttributeName": "AttributeName2",
"AttributeValue": "AttributeValue2"
}
]
}