method listMandates documentation in bbn\Api\Permissions\MollieManager

Retrieve all mandates for the given customerId, ordered from newest to oldest.

https://docs.mollie.com/reference/v2/mandates-api/list-mandates

function(string $customer_id, array $params = []) { $customer = $this->getCustomerFromId($customer_id, $params); $mandates = $customer->mandates(); return X::toArray($mandates); }

Retrieve all mandates for the given customerId, ordered from newest to oldest. BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way

This website uses cookies to ensure you get the best experience on our website.