MandateSummaryResponse
Summary of the active or most recent payment mandate for a billing account.
Properties
| Name | Type | Description |
|---|---|---|
| status* | enum | Defines the status of a GoCardless Direct Debit mandate. |
Defines the status of a GoCardless Direct Debit mandate. | ||
| scheme | string | The Direct Debit scheme (e.g., "bacs", "sepa_core"). |
The Direct Debit scheme (e.g., "bacs", "sepa_core"). | ||
| createdDate | string | When the mandate was created. |
When the mandate was created. | ||
JSON Example
{
"status": "PendingCustomerApproval",
"scheme": "string",
"createdDate": "2024-01-01T00:00:00Z"
}