> ## 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.

# Recurring Payments APIs for Cards

> List of Recurring Payments APIs available for Cards.

<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>
</div>

You can use the Recurring Payments APIs to perform various actions using Cards as a payment method.

## List of Recurring Payments APIs

The table below lists the various Recurring Payments APIs available for Cards and gives a brief description of each API:

| API                                                                                                                                                                    | Description                                                         |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- |
| [Create Authorisation Transaction using Checkout](/docs/api/payments/recurring-payments/cards/create-authorization-transaction#11-using-razorpay-standard-checkout)    | API to create an authorisation transaction using Razorpay Checkout. |
| [Create Authorisation Transaction using Registration Link](/docs/api/payments/recurring-payments/cards/create-authorization-transaction#1-2-using-a-registration-link) | API to create an authorisation transaction using Registration Link. |
| [Fetch Tokens using Payment id](/docs/api/payments/recurring-payments/cards/tokens#2-1-fetch-token-by-payment-id)                                                      | API to fetch tokens using the Payment id.                           |
| [Fetch Tokens using Customer id](/docs/api/payments/recurring-payments/cards/tokens#22-fetch-tokens-by-customer-id)                                                    | API to fetch tokens using the Customer id.                          |
| [Delete Tokens](/docs/api/payments/recurring-payments/cards/tokens#23-delete-tokens)                                                                                   | API to delete tokens.                                               |
| [Create Subsequent Payments](/docs/api/payments/recurring-payments/cards/create-subsequent-payments)                                                                   | API to create subsequent payments.                                  |

### Related Information

* [Integrate Recurring Payments Using Cards](/docs/payments/recurring-payments/cards/integrate)
* [Supported Banks and Apps](/docs/payments/recurring-payments/cards/supported-banks)
