> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-881012b3.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Charge a Card Manually

> Manually charge a card for Razorpay Subscriptions from the Razorpay Dashboard.

<div style={{display:"flex",flexWrap:"wrap",alignItems:"center",gap:"0.35rem 0.9rem",border:"1px solid rgba(128,128,128,0.28)",borderRadius:"0.5rem",padding:"0.45rem 0.75rem",margin:"0 0 1.25rem",fontSize:"0.875rem"}}>
  <span style={{fontWeight:600}}>Available in</span>
  <span>🇮🇳 India</span>
  <span>🇸🇬 Singapore</span>
  <span>🇺🇸 United States</span>
</div>

If one or more auto-charge attempts fail, you will receive a webhook notification. Know more about [webhooks](/docs/webhooks/subscriptions). In such scenarios, you can manually charge the card linked to the Subscription from the Dashboard. Until a successful charge is made, the invoice will be in the `issued` state.

<Warning>
  **Watch Out!**

  Manual charging of a domestic card is not supported.
</Warning>

## Manually Charge a Card From Dashboard

To manually charge a card:

1. Log in to the Dashboard and click **Subscriptions** under **PAYMENT PRODUCTS** in the left menu.
2. Click the **Subscription Id** in the `pending` state that is to be charged.
3. Click the invoice in the `issued` state and click **Attempt Charge**. Alternatively, you can click **Attempt Charge** against the invoice in the `issued` state on the details panel.

### Related Information

* [Create and View Plans](/docs/payments/subscriptions/create-plans)
* [Create Subscriptions via Links](/docs/payments/subscriptions/create-subscription-links)
* [Update a Subscription](/docs/payments/subscriptions/update)
* [Subscriptions Settings](/docs/payments/subscriptions/settings)
