method getMandate documentation in bbn\Api\Permissions\MollieManager

Retrieve a mandate by its ID and its customer’s ID.

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

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

Retrieve a mandate by its ID and its customer’s ID. 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.