Activate Mandate
- Request Parameters
- Response Parameters
Request Parameters
| Field Name | Type | Required | Description |
|---|---|---|---|
| MandateCode | String | Yes | Unique code identifying the mandate to be authorized or validated. Must match an existing mandate previously created. |
| Token | String | Yes | One-time or short-lived token issued to the customer to authorize or confirm the mandate. Often generated via SMS, email, or app verification. |
| MerchantId | String | Yes | Unique identifier of the merchant or institution requesting mandate authorization. |
| requestId | String | Yes | Unique identifier of the request. Used for tracking, logging, and mapping responses to the request. |
Response Parameters
| Field Name | Type | Required | Description |
|---|---|---|---|
| ResponseCode | String | Yes | Standardized code indicating the result of the authorization:
|
| responseMessage | String | Yes | Human-readable message describing the outcome of the authorization request (e.g., SUCCESS, FAILED, EXPIRED TOKEN). |
| requestId | String | Yes | Unique identifier of the original request, used to correlate the response with the initiating request. |