Network Token Provision Failures {#tms-net-tkn-fail-ex-rest}
============================================================

|       Reason Code        |                                  Description                                   |
|--------------------------|--------------------------------------------------------------------------------|
| INVALID_REQUEST          | The network token provision request contained invalid data.                    |
| CARD_VERIFICATION_FAILED | The network token provision request contained data that could not be verified. |
| CARD_NOT_ELIGIBLE        | Card cannot be used currently with issuer for tokenization.                    |
| CARD_NOT_ALLOWED         | Card cannot be used currently with card association for tokenization.          |
| DECLINED                 | Card cannot be used currently with issuer for tokenization.                    |
| SERVICE_UNAVAILABLE      | The network token service was unavailable or timed out.                        |
| SYSTEM_ERROR             | An unexpected error occurred with network token service, check configuration.  |
[Network Token Provision Failure Reason Codes and Descriptions]

Lost and Stolen Card Response

```keyword
{
    "_links": {
        "self": {
            "href": "https://apitest.visaacceptance.com/tms/v1/instrumentidentifiers/7030000000041554452"
        },
        "paymentInstruments": {
            "href": "https://apitest.visaacceptance.com/tms/v1/instrumentidentifiers/7030000000041554452/paymentinstruments"
        }
    },
    "id": "7030000000041554452",
    "object": "instrumentIdentifier",
    "state": "ACTIVE",
    "tokenizedCard": {
        "state": "UNPROVISIONED",
        "reason": "CARD_NOT_ELIGIBLE",
        "type": "visa"
    },
    "card": {
        "number": "400555XXXXXX4452"
    },
    "metadata": {
        "creator": "testrest"
    }
}
```

{#tms-net-tkn-fail-ex-rest_codeblock_x4l_mlt_lwb} Issuer Decline Response

```keyword
{
    "_links": {
        "self": {
            "href": "https://apitest.visaacceptance.com/tms/v1/instrumentidentifiers/7030000000051790079"
        },
        "paymentInstruments": {
            "href": "https://apitest.visaacceptance.com/tms/v1/instrumentidentifiers/7030000000051790079/paymentinstruments"
        }
    },
    "id": "7030000000051790079",
    "object": "instrumentIdentifier",
    "state": "ACTIVE",
    "tokenizedCard": {
        "state": "UNPROVISIONED",
        "reason": "CARD_NOT_ALLOWED",
        "type": "visa"
    },
    "card": {
        "number": "462294XXXXXX0079"
    },
    "metadata": {
        "creator": "testrest"
    }
}
```

Past Expiration Date Response

```keyword
{
    "_links": {
        "self": {
            "href": "https://apitest.visaacceptance.com/tms/v1/instrumentidentifiers/7030000000224170019"
        },
        "paymentInstruments": {
            "href": "https://apitest.visaacceptance.com/tms/v1/instrumentidentifiers/7030000000224170019/paymentinstruments"
        }
    },
    "id": "7030000000224170019",
    "object": "instrumentIdentifier",
    "state": "ACTIVE",
    "tokenizedCard": {
        "state": "UNPROVISIONED",
        "reason": "CARD_NOT_ALLOWED",
        "type": "visa"
    },
    "card": {
        "number": "476134XXXXXX0019"
    },
    "metadata": {
        "creator": "testrest"
    }
}
```

Issuer Not Participating Response

```keyword
{
    "_links": {
        "self": {
            "href": "https://apitest.visaacceptance.com/tms/v1/instrumentidentifiers/7030000000224170019"
        },
        "paymentInstruments": {
            "href": "https://apitest.visaacceptance.com/tms/v1/instrumentidentifiers/7030000000224170019/paymentinstruments"
        }
    },
    "id": "7030000000224170019",
    "object": "instrumentIdentifier",
    "state": "ACTIVE",
    "tokenizedCard": {
        "state": "UNPROVISIONED",
        "reason": "CARD_NOT_ALLOWED",
        "type": "visa"
    },
    "card": {
        "number": "476134XXXXXX0019"
    },
    "metadata": {
        "creator": "testrest"
    }
}
```

