MollieEx (mollie_ex v0.4.0)

Copy Markdown View Source

Top-level module for the mollie_ex Hex package.

mollie_ex is a community driven Elixir SDK for the Mollie API. SDK modules use the MollieEx.* namespace.

Start by building an explicit MollieEx.Client, then pass that client to resource modules such as MollieEx.Payments, MollieEx.Refunds, and MollieEx.Captures.

Payment-scoped chargebacks are available through MollieEx.Chargebacks. Payment-scoped delayed routes are available through MollieEx.PaymentRoutes. Payment links are available through MollieEx.PaymentLinks. Customers are available through MollieEx.Customers. Payment methods, mandates, subscriptions, and profiles are available through MollieEx.Methods, MollieEx.Mandates, MollieEx.Subscriptions, and MollieEx.Profiles.

Full usage guides are available in the HexDocs sidebar: