View Source Paystack.Settlement (Paystack v0.7.0)

The Settlements API allows you gain insights into payouts made by Paystack to your bank account

Link to this section Summary

Functions

Fetch settlements made to your settlement accounts.

Get the transactions that make up a particular settlement

Link to this section Functions

Specs

fetch() :: Paystack.Api.t()

Fetch settlements made to your settlement accounts.

Specs

fetch(map() | list()) :: Paystack.Api.t()
Link to this function

fetch_transactions(settlement_id)

View Source

Specs

fetch_transactions(String.t()) :: Paystack.Api.t()

Get the transactions that make up a particular settlement

Link to this function

fetch_transactions(settlement_id, query_params)

View Source

Specs

fetch_transactions(String.t(), map() | list()) :: Paystack.Api.t()