mandate
Contains customer bank's mandate details
idstring
This is the id of the mandate that got created.
Example:
abcdc28d-486e-4b0a-bbf9-314033863542referencestringrequired
This is the identifier of the mandate in the banking system.
Example:
ABCDEF0796statusstring
This is the status of the mandate request response.
Possible values: [PENDING, ACTIVE, CANCELLED, INACTIVE]
statusReasonstring
This is the status reason of the mandate request response.
Possible values: [MERCHANT_CANCELLED, BANK_CANCELLED, DECLINED, REJECTED, DISPUTED, UNAUTHORIZED, TRANSFERRED]
Example:
MERCHANT_CANCELLEDmandate
{
"id": "abcdc28d-486e-4b0a-bbf9-314033863542",
"reference": "ABCDEF0796",
"status": "PENDING",
"statusReason": "MERCHANT_CANCELLED"
}