PaymentMandateResponse
Response model representing a payment mandate.
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 | The date and time when the mandate was created. |
The date and time when the mandate was created. | ||
JSON Example
{
"status": "PendingCustomerApproval",
"scheme": "string",
"createdDate": "2024-01-01T00:00:00Z"
}