Retrieve a list of mandates that have been created for your account. The mandates are sorted, with the most recent first.
mandates found
{ "type": "list", "data": [ { … } ], "count": 0, "_links": { "self": "http://example.com", "next": "http://example.com", "prev": "http://example.com" } }
The reference of the Customer you want to create the mandate for.
The payment method of the mandate. Only 'direct-debit' is supported.
When using 'direct-debit', this is the IBAN of the bank account.
{ "id": "MDQVT0CGB8Z5JK", "type": "mandate", "state": "pending", "customer": "CUWSWVVPTL94VX", "pay_method": "direct-debit", "created_at": "2023-06-30T12:40:10Z", "_links": { "self": "https://api.paypro.nl/mandates/MDQVT0CGB8Z5JK", "customer": "https://api.paypro.nl/customers/CUWSWVVPTL94VX" } }