mollie v0.2.1 Mollie.Settlements
Link to this section Summary
Functions
Retrieve a single settlement
Retrieve all settlements, ordered from new to old. Results are paginated
Retrieve all captures included in a settlement
Retrieve all chargebacks included in a settlement
Retrieve all payments included in a settlement
Retrieve all refunds included in a settlement
Retrieve the details of the current settlement that has not yet been paid out
Retrieve the details of the open balance of the organization
Link to this section Functions
Retrieve a single settlement.
Example
Mollie.Settlements.find client, "stl_jDk30akdN"
More info at: https://docs.mollie.com/reference/v2/settlements-api/get-settlement
list(Mollie.Client.t(), map() | list()) :: Mollie.response()
Retrieve all settlements, ordered from new to old. Results are paginated.
Example
Mollie.Settlements.list client
More info at: https://docs.mollie.com/reference/v2/settlements-api/list-settlements
list_captures(Mollie.Client.t(), binary()) :: Mollie.response()
Retrieve all captures included in a settlement.
Example
Mollie.Settlements.list_captures client, "stl_jDk30akdN"
More info at: https://docs.mollie.com/reference/v2/settlements-api/list-settlement-captures
list_chargebacks(Mollie.Client.t(), binary()) :: Mollie.response()
Retrieve all chargebacks included in a settlement.
Example
Mollie.Settlements.list_chargebacks client, "stl_jDk30akdN"
More info at: https://docs.mollie.com/reference/v2/settlements-api/list-settlement-chargebacks
list_payments(Mollie.Client.t(), binary()) :: Mollie.response()
Retrieve all payments included in a settlement.
Example
Mollie.Settlements.list_payments client, "stl_jDk30akdN"
More info at: https://docs.mollie.com/reference/v2/settlements-api/list-settlement-payments
list_refunds(Mollie.Client.t(), binary()) :: Mollie.response()
Retrieve all refunds included in a settlement.
Example
Mollie.Settlements.list_refunds client, "stl_jDk30akdN"
More info at: https://docs.mollie.com/reference/v2/settlements-api/list-settlement-refunds
Retrieve the details of the current settlement that has not yet been paid out.
Example
Mollie.Settlements.next client
More info at: https://docs.mollie.com/reference/v2/settlements-api/get-next-settlement