---
page_title: Capture the Blocked Funds
product: One Time Mandate
page_source: https://juspay.io/in/docs/one-time-mandate/docs/one-time-mandate/capture-the-blocked-funds
llms_txt: https://juspay.io/in/docs/llms.txt
product_llms_txt: https://juspay.io/in/docs/one-time-mandate/llms.txt
---


# Capture the Blocked Funds



Once a UPI one time registration is successful, you can seamlessly initiate the execution API of Juspay to capture the blocked amount.

* Use**** **[List Mandate API](https://docs.juspay.in/upi-autopay/docs/how-to-integrate/list-mandate-api)** to find the mandate_id linked for a customer_id.
  
  > **Note**
  > If `mandate_id` is stored (available from Order status API/ Webhooks) at your end, the List Mandate API is not required and the Mandate Status API can be called directly
* Use [Mandate Status 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 execution API.

* Use **[Mandate Execution API](https://docs.juspay.in/upi-autopay/docs/how-to-integrate/mandate-execution-api)**  to initiate the capture
  
  * Mandatory details: Order_id, Amount, Customer Id, Mandate ID
  * Its not required to do Notification for the execution API

---

## See Also

- [Enable One Time Mandate Registration](https://juspay.io/in/docs/one-time-mandate/docs/one-time-mandate/enable-one-time-mandate-registration)
- [Testing & Validation](https://juspay.io/in/docs/one-time-mandate/docs/one-time-mandate/testing--validation)
