> For the complete documentation index, see [llms.txt](https://docs.faspay.co.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.faspay.co.id/merchant-integration/api-reference-1/credit-card-transaction/recurring-payment-api/json-message-format/notification-cc-expired.md).

# Notification CC Expired

If the Card is expired, Faspay will be informed with JSON to the merchant URL that has been set on the Faspay system.

**URL-Merchant**                   : http(s)://Merchant>/api

### Request Parameter:&#x20;

{% tabs %}
{% tab title="Parameters" %}

<table><thead><tr><th width="161">Parameter</th><th width="141">Data Type</th><th width="84" align="center">M/O/C</th><th>Description</th></tr></thead><tbody><tr><td>request</td><td>Alphanumeric</td><td align="center">O</td><td>Request Description</td></tr><tr><td>member_id</td><td>Numeric</td><td align="center">M</td><td>Merchant's Member ID</td></tr><tr><td>member_name</td><td>Alphanumeric</td><td align="center">M</td><td>Member name</td></tr><tr><td>member_email</td><td>Alphanumeric</td><td align="center">M</td><td>Member email</td></tr><tr><td>amount</td><td>Numeric</td><td align="center">M</td><td>Amount of transaction</td></tr><tr><td>expired_date</td><td>Date Time</td><td align="center">M</td><td>Expired Date Format: "YYYY - MM"</td></tr></tbody></table>
{% endtab %}

{% tab title="Sample Code Request" %}

```json
{  
  "member_id":"201914030006",
  "member_name":"John Doe",
  "member_email":"john@gmail.com",
  "amount":"3000.00",
  "expired_date":"2022-05"
}
```

{% endtab %}
{% endtabs %}
