Risk
Object
| Name | Type | Details | Mandatory | Description |
|---|---|---|---|---|
| class | string | Y | The type of object which is being returned. In this case it will be risk | |
| level | string | HIGH | MEDIUM | LOW | N | The risk level. |
| reason | string | N | The risk level reason. See reasons. |
Risk level reasons
| Reason | Description |
|---|---|
| PREPAID | The card is prepaid. |
| COUNTRY_MISMATCH | The Bin card's country is different from the request's country. |
| INSUFFICIENT_FUNDS | There wasn’t enough money available to complete the transaction. |
| BANK_DECLINED | The transaction has been declined by the issuing bank. |
| EXPIRY_DATE | The card will expire prior to the check-in date. |
| 3DS | Validation performed via 3DS. |
| SCHEME_NOT_SUPPORTED | The card is not supported. |
| NOT_ENOUGH_DATA_FROM_BANK | Not enought information from the issuing bank. |
Example
{
"class":"risk",
"level":"HIGH",
"reason":"INSUFFICIENT_FUNDS"
}