---
page_source: https://docs.juspay.io/card-mandates-sea/docs/card-mandate/enable-card-mandate-payment
page_title: Enable Card Mandate Payment
---


# Enable Card Mandate Payment




### **Step 4:**  Enable Mandate Recurring payment flow for future debits




### 4.1 Recurring transaction


Once a Card Mandate registration is successful, you can seamlessly initiate the recurring debit transactions with Juspay at per the set frequency

* Use the `mandate_id` (available from Order status API/ Webhooks) stored internally at your end and  use **[Mandate Status API](https://docs.juspay.in/card-mandates/docs/card-mandate/mandate-status-check-api)** [](https://docs.juspay.in/api-reference/docs/express-checkout/mandates-status-check-api)to get the updated mandate status and confirm if the mandate is in active state before initiating the recurring debit flow.
* Alternatively you can use the  **[List Mandate API](https://docs.juspay.in/card-mandates/docs/card-mandate/list-mandate-api)** **[](https://docs.juspay.in/upi-autopay/docs/how-to-integrate/list-mandate-api)** to fetch the `mandate_ids` linked for a particular `customer_id`.
* Use **[Mandate Execution API](https://docs.juspay.in/card-mandates/docs/card-mandate/mandate-execution-api)**  to initiate the recurring debit transaction
  
  * Mandatory details: `Order_id`, `Amount, Customer Id`, `Mandate ID`
  * Please initiate this transaction at least**25 hours prior** **to the actual debit date**  to accommodate the time taken for a Pre-Debit Notification (PDN)
* Once Mandate Execution transaction is received, Juspay immediately triggers execution to downstream PG.
  
  * Please note that recurring debit transaction will be routed to the same PA/PG through which the Mandate registration was done
  * You can call the Mandate Execution API again to retry the recurring debit transaction




### 4.2 Check Mandate Recurring Payment Status


After the mandate execution is initiated, you can check the status of the Recurring debit transaction using Order Status API

Juspay will share the Card Mandate Recurring debit order status & details in response of Order Status API and also in Webhooks. Changes are required at your end to handle the mandate parameters passed in the responses

1. [Webhook Response](https://docs.juspay.in/card-mandates/docs/card-mandate/webhook-response-for-mandate-payments)
2. [Order Status Response](https://docs.juspay.in/card-mandates/docs/card-mandate/order-status-response-for-mandate-payments)




### 4.3 Mandate Management


* You can also use the **[List Mandate API](https://docs.juspay.in/card-mandates/docs/card-mandate/list-mandate-api)** **** to get the details of all the mandates for a particular customer for your Mandate Management section

You can manage the Juspay Mandate IDs set up for your users in Mandate Management section using the following APIs:

* Use **[Revoke Mandate API](https://docs.juspay.in/card-mandates/docs/card-mandate/pause-mandate-api)**  to revoke/cancel an Active mandate
* Use **[Pause Mandate API](https://docs.juspay.in/card-mandates/docs/card-mandate/resume-mandate-api)**  to Pause an Active Mandate till a set time
* Use **[Resume Mandate API](https://docs.juspay.in/card-mandates/docs/card-mandate/revoke-mandate-api)**  to resume the paused mandates

