post https://sandbox.juspay.in/mandates/
The API can be used to Pause an Active Mandate
Note:
Only ACTIVE mandates can be paused.
Response Parameters
Parameter | Type | Description |
---|---|---|
mandate_id | String | Unique Identifier for the mandate. Mandate id can be obtained from the List Mandate API response |
mandate_status | String | Status of the mandate. Will be PAUSED only if the mandate is at ACTIVE state earlier. |
start_date | String | Mandate start date in UNIX EPOCH timestamp (UTC timezone) format. |
rule_type | String | Mandate execution rule type ie, ON | BEFORE | AFTER |
revokable_by_customer | Boolean | States if mandate is revokable by the customer |
response_message | String | Represents the action performed. Ex: Pause mandate is scheduled, Mandate is Paused. |
pause_start_date | String | Mandate pause start date in UNIX EPOCH timestamp (UTC timezone) format. |
pause_end_date | String | Mandate pause end date in UNIX EPOCH timestamp (UTC timezone) format. |
max_amount | Number | Max amount of mandate set while creating a mandate |
mandate_type | String | Mandate type: MANDATE(Cards) or EMANDATE (others) |
mandate_token | String | Unique Token provided by Juspay after mandate creation. |
block_fund | Boolean | True/False based on the value passed during mandate creation |
last_activated_at | String | The time at which mandate moved to ACTIVE state. |
frequency | String | Frequency of mandate set. By default ASPRESENTED |
end_date | String | Mandate end date in UNIX EPOCH timestamp (UTC timezone) format. |
amount_rule | String | VARIABLE or FIXED |