Field Name | Status | Value Type | Description |
---|---|---|---|
status | Mandatory | TEXT |
Status of the transaction that’s verified by the FDS (Fraud Detection System). Some possible values:
|
score | Mandatory | TEXT |
Returned score value from the FDS. |
reason | Mandatory | TEXT |
Response or reason message from the FDS. |
Sample of the fds query response parameter is as follow:
"fds": {
"status": "Passed",
"score": "100",
"reason": "xxx xxxx xxxx"
}
"fds": {
"status": "Rejected",
"score": "30",
"reason": "xxx xxxx xxxx"
}