createdAt | string <date-time> When the mandate was created |
customerId | string <uuid> ID of the customer who owns the payment method |
externalReferenceId | string Optional external reference ID |
id | string <uuid> Unique identifier of the mandate |
originalTransactionId | string <uuid> ID of the original transaction that established consent |
paymentMethodId | string <uuid> ID of the payment method this mandate applies to |
standingInstructionType | string (StandingInstructionType) Type of merchant-initiated transaction this mandate authorizes |
status | string (MandateStatus) Current status of the mandate |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "customerId": "87d8e330-2878-4742-a86f-dbbb3bf522ac",
- "paymentMethodId": "b6df8625-cd25-4123-b345-638aa7b5d011",
- "originalTransactionId": "b11ac1d7-0e90-4b3e-a083-e5c767d08597",
- "standingInstructionType": "INSTALLMENT",
- "status": "ACTIVE",
- "createdAt": "2019-08-24T14:15:22Z",
- "externalReferenceId": "string"
}