Retrieves a list of available payment method types for this specific processor and the given parameters (amount, country, etc.). This endpoint is only available for mollie processors.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The amount in cents to be charged, represented as a whole integer. For example 9900 is equivalent to $99.
Two-letter country code (ISO 3166-1 alpha-2) of the billing address.
Three-letter ISO currency code, in lowercase.
Only return payment methods that are reusable or not.