post https://sandbox.juspay.in/mandates/
The API can be used to resume the paused mandates
Note:
Resume operation can be done only on Paused mandates.
Response Parameters
Parameter | Type | Description |
---|---|---|
mandate_id | String | Unique Identifier for the mandate generated and sent by Juspay after mandate creation. Mandate ID can be obtained from the List Mandate API response. |
mandate_status | String | Status of the mandate. Will be ACTIVE only if the previous state was PAUSED. |
start_date | String | Mandate start date in UNIX EPOCH timestamp (UTC timezone) format. |
rule_type | String | Mandate execution rule type i.e. ON | BEFORE | AFTER |
revokable_by_customer | Boolean | States if mandate is revokable by the customer. |
response_message | String | Represents the action performed. Ex: "Mandate is Resumed". |
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. |
last_activated_at | String | The time at which mandate last 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 when a mandate will move to EXPIRED state. |
block_fund | Boolean | True/False based on the value passed during mandate creation |
amount_rule | String | VARIABLE or FIXED |