---
page_source: https://juspay.io/in/docs/hyper-checkout/web/resources/payment-management
page_title: Payment Management
---


# Payment Management



Payment Management Page will have the following features:

* Saved Card deletion
* Wallet de-linking
* Saved VPA deletion


### Step 1.1. Request Parameters






## Sample Code Snippets:
### Payment Management:

#### Request Code Snippet:

```request
curl --location 'https://sandbox.juspay.in/session' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Auth' \
--data '{
    "customer_id": "customer",
    "payment_page_client_id": "clientId",
    "action": "paymentManagement"  
}'

```

