post https://api.juspay.in/txns/#mandate-registration-transaction
In the redirect response, webhook and check status API, mandate data will be passed additionally from the current parameters.
Parameter | Type | Constraints | Description |
---|---|---|---|
order_id | String | OrderID for which the payment is being started. | |
txn_id | String | Transaction ID for the payment attempt. | |
status | String | Status of the transaction. PENDING_VBV indicates that the transaction requires authentication to complete. | |
payment.authentication.method | String | HTTP Method for authentication. Can be one of GET or POST | |
payment.authentication.url | String | URL to which the user has to be taken to for completing the authentication | |
payment.authentication.params | String | Present only when the method is POST. Parameter map that has to be sent along with the URL for authentication. Do not hardcode the params in your client * Never assume that you will receive param “x” or param “y”. This is completely dynamic and will vary on a case by case basis. |