Resume Mandate API

The API can be used to resume the paused mandates

📘

Note:

Resume operation can be done only on Paused mandates.

Response Parameters

ParameterTypeDescription
mandate_idStringUnique Identifier for the mandate generated and sent by Juspay after mandate creation. Mandate ID can be obtained from the List Mandate API response.
mandate_statusStringStatus of the mandate. Will be ACTIVE only if the previous state was PAUSED.
start_dateStringMandate start date in UNIX EPOCH timestamp (UTC timezone) format.
rule_typeStringMandate execution rule type
i.e. ON | BEFORE | AFTER
revokable_by_customerBooleanStates if mandate is revokable by the customer.
response_messageStringRepresents the action performed. Ex: "Mandate is Resumed".
pause_start_dateStringMandate pause start date in UNIX EPOCH timestamp (UTC timezone) format.
pause_end_dateStringMandate pause end date in UNIX EPOCH timestamp (UTC timezone) format.
max_amountNumberMax amount of mandate set while creating a mandate.
mandate_typeStringMandate type: MANDATE (Cards) or EMANDATE (others)
mandate_tokenStringUnique Token provided by Juspay after mandate creation.
last_activated_atStringThe time at which mandate last moved to ACTIVE state.
frequencyStringFrequency of mandate set. By default ASPRESENTED
end_dateStringMandate end date in UNIX EPOCH timestamp (UTC timezone) format when a mandate will move to EXPIRED state.
block_fundBooleanTrue/False based on the value passed during mandate creation
amount_ruleStringVARIABLE or FIXED
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!