mollie v0.2.1 Mollie.Methods

Link to this section Summary

Functions

Retrieve a single method by its ID. Note that if a method is not available on the website profile a status 404 Not found is returned. When the method is not enabled, a status 403 Forbidden is returned

List all available payment methods

Link to this section Functions

Link to this function find(client, id, params \\ %{})

Retrieve a single method by its ID. Note that if a method is not available on the website profile a status 404 Not found is returned. When the method is not enabled, a status 403 Forbidden is returned.

Example

Mollie.Methods.find client, "ideal"

More info at: https://docs.mollie.com/reference/v2/methods-api/get-method

Link to this function list(client, params \\ %{})

List all available payment methods.

Example

Mollie.Methods.list client

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