Adyen Balance Control API (v2) — balance overviews and transfers.
Summary
Functions
View balances for all merchants under a company.
View all balances for a merchant account.
Perform a balance transfer between merchant accounts.
Functions
@spec company_balances( String.t(), keyword() ) :: AdyenClient.Client.response()
View balances for all merchants under a company.
@spec merchant_balances( String.t(), keyword() ) :: AdyenClient.Client.response()
View all balances for a merchant account.
@spec transfer( map(), keyword() ) :: AdyenClient.Client.response()
Perform a balance transfer between merchant accounts.