---
title: "PIN Management via Hosted Issued Card Page"
source_url: https://docs.rapyd.net/en/pin-management-via-hosted-issued-card-page.html
lang: en
---

# PIN Management via Hosted Issued Card Page

Generate a hosted page to view and reset the PIN for issued cards.

The **Hosted Issued Card Page** is a generated secure page for your customers to view and reset the PIN of their issued cards. The Hosted Issued Card Page will request a verification code sent to the customer’s mobile phone. Once the verification code is submitted, a view PIN page will display the card PIN. The PIN can be reset using the hosted page after the PIN is viewed.

**Common Use Cases**

- You need a secure way to view and reset the PIN of an issued card that has already been activated.

> **Note:**
>
> A card can be activated using the [Hosted Card Activation Page](https://docs.rapyd.net/en/hosted-card-activation-page.md "Hosted Card Activation Page")
>
> - After activating the issued card, the PIN can be viewed and reset at any time using a Hosted Issued Card Page.
> - Some card programs do not support this feature. Holders of those cards must reset the PIN at an ATM.
> - PINs are relevant to physical cards.

## Hosted Issued Card Page - PIN Management

1. The customer completes the OTP page when a verification code is sent to their mobile phone.

   ![648865c7038de.png](image/img-ae59f854870a4260ea55c0af6b7c45f3.png)
2. The customer views their PIN.

   ![648865c89f9f9.png](image/img-11438e3b16be53fdb988180f43c8930d.png)
3. The customer clicks on **Click here to reset your PIN**.
4. The customer can reset their PIN.

   ![648865ca620ae.png](image/img-a034e9daaccfe15eb9e1c44bd3a1505c.png)

## Hosted Issued Card Page - PIN Management Workflow

![Hosted-Issued-Card-PIN-Management](image/img-6cee0f3808e2b23788de188bc239285a.jpg)

1. You request Rapyd to view/reset the card PIN.
2. Rapyd creates the Hosted Issued Card Page — PIN Management.
3. You display the Hosted Page to your customer or embed it on your website.
4. The customer resets the pin and Rapyd sends you the notification.

## How Card PIN Management Works

### Create Hosted Issued Card Page

See [Activate Issued Card Using Hosted Page](https://docs.rapyd.net/en/activate-issued-card-using-hosted-page.md "Activate Issued Card Using Hosted Page") to view a full list of the parameters.

### Request

- - Request

    - ```
      POST https://sandboxapi.rapyd.net/v1/hosted/issuing/pin
      {
         "card": "card_1958bbc97e00686b8bda42ce33d3101e",
         "ewallet_contact": "cont_0a73f7d860c7bbd1b8891b322151337b"  
      }
      ```

### Response

- - Response

    - ```
      {
         "status": {
             "error_code": "",
             "status": "SUCCESS",
             "message": "",
             "response_code": "",
             "operation_id": "ce496f7a-930c-4641-8720-9bd7db03cdc4"
         },
         "data": {
             "status": "NEW",
             "cancel_url": "http://rapyd.net",
             "complete_url": "http://rapyd.net",
             "language": "",
             "merchant_color": "323fff",
             "merchant_logo": "",
             "merchant_website": "http://rapyd.net",
             "merchant_customer_support": {
                 "url": "http://support.rapyd.net",
                 "email": "support@rapyd.net",
                 "phone_number": "555-555-5555"
             },
             "merchant_alias": "Test",
             "merchant_terms": "",
             "merchant_privacy_policy": "",
             "page_expiration": 1647356349,
             "Redirect_url": "https://sandboxcheckout.rapyd.net/otp?token=hp_issuing_pin_c3ccba5c587e3b819fc297c602b9af58",
             "region": null,
             "geo_country": null,
             "id": "hp_issuing_pin_c3ccba5c587e3b819fc297c602b9af58",
             "ewallet_contact": "cont_0a73f7d860c7bbd1b8891b322151337b",
             "card_token": "card_1958bbc97e00686b8bda42ce33d3101e",
             "card_issuing": "ci_0f35efd0d036c91570c87b4ff53a714e",
             "skip_view_pin": false

         }
      }

       
      ```

**Note**: You can pass the  `skip_view_pin` parameter as `true` to skip the view PIN page. When this happens, the customer will only see the reset PIN page after entering the OTP.
