method revokeMandate documentation in bbn\Api\Permissions\MollieManager

Revoke a customer’s mandate.

You will no longer be able to charge the consumer’s bank account or credit card with this mandate and all connected subscriptions will be canceled.

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

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

Revoke a customer’s mandate. 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.