Class FraudResponse
Properties
| NAME | TYPE | LENGTH | DESCRIPTION | EXAMPLES |
|---|---|---|---|---|
| DataItems | DataItems[] | Currently not in use. Send as null. | "DataItems":null, | |
| ResponseCode | String | 50 | Response status. For a successful response, send the code "00". If there is an issue with processing the request, at a minimum we request that the error code "06" be sent. It is recommended that your solution support as many error response codes as appropriate to allow the Financial Institution to quickly identify and resolve any issues. If your solution will support more error codes than "06":
| "ResponseCode":"00", |
| ResponseDescription | String | 1000 | The description associated with the Response Code. This is an internal description for the Financial Institution. At a minimum, send the following descriptions:
If supporting error response codes beyond 06, at a minimum send "failure", but it is recommended to have more meaningful descriptions. | "ResponseDescription":"success" |