method enablePaymentMethod documentation in bbn\Api\Permissions\MollieManager

Enable a payment method on a specific or authenticated profile to use it with payments.

https://docs.mollie.com/reference/v2/profiles-api/enable-method#

List of payment methods: https://docs.mollie.com/reference/v2/methods-api/list-methods

function(string $profile_id, string $payment_method_id) { $profile = $this->mollie->profiles->get($profile_id); $method = $profile->enableMethod($payment_method_id); return X::toArray($method); }

Enable a payment method on a specific or authenticated profile to use it with payments. 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.