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); }