---
page_title: Response in Return URL
product: API Reference
page_source: https://juspay.io/in/docs/api-reference/docs/express-checkout/response-in-return-url
llms_txt: https://juspay.io/in/docs/llms.txt
product_llms_txt: https://juspay.io/in/docs/api-reference/llms.txt
---


# Response in Return URL



In addition to the existing parameter in the returnUrl, there will be 3 extra parameters.

* **mandate_id**  - This is a reference Id which needs to be passed by merchant in Notification API and Mandate Execution API for recurring transactions.
* **mandate_token**  - Merchants who have implemented Mandate token as reference id are suggested to use mandate_id since Notification API supports only mandate_id.**Note:** Mandate Execution API supports both mandate_id and mandate_token.
* **mandate_status**  - Based on the authenticated transaction status, this status can be ACTIVE, FAILURE, CREATED.


| Transaction status | Mandate status | Remark |
|---|---|---|
| PENDING_VBV | CREATED | Awaiting for status from PG. This can either move to any of the below 4 status |
| AUTHORIZING | CREATED | Pending - awaiting for terminal state |
| CHARGED | ACTIVE | Transaction is success and the Mandate is set ACTIVE. Recurring debits can only be attempted if Mandate is ACTIVE |
| AUTHORIZATION_FAILED | FAILURE | User completed authentication, but the bank refused the transaction |
| AUTHENTICATION_FAILED | FAILURE | User drop off or not initiated |



#### HTTP Code Snippet:

```http
https://api.juspay.in/?status_id=21&status=CHARGED&order_id=guest-test-26&mandate_id=h439sfj3430&mandate_token=0ed6dd3dc5984db090b535294b662d01&mandate_status=ACTIVE&signature=wCFja5Zxxxx687LUxkqlw1NQYraC%2Bz540CitnlCouYI%3D&signature_algorithm=HMAC-SHA256
```


The mandate details will also be provided in order status API and webhook.

---

## See Also

- [Order + Txns Mandate Registration](https://juspay.io/in/docs/api-reference/docs/express-checkout/order--txns-mandate-registration)
- [Get Mandate Order Status](https://juspay.io/in/docs/api-reference/docs/express-checkout/get-mandate-order-status)
