mollie v0.2.3 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 \\ %{})
find(Mollie.Client.t(), binary(), map()) :: Mollie.response()
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(Mollie.Client.t(), map()) :: Mollie.response()
List all available payment methods.
Example
Mollie.Methods.list client
More info at: https://docs.mollie.com/reference/v2/methods-api/list-methods