method getAllPaymentMethods documentation in bbn\Api\Permissions\MollieManager

Retrieve all enabled payment methods.

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

function(string $profile_id) { $methods = $this->mollie->methods->allAvailable([ 'profileId' => $profile_id ]); return X::toArray($methods); }

Retrieve all enabled payment methods. 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.