Skip to main content

Get All Balances

GET /api/payments/balances

Get all balances for a particular merchant

Header Parameters
  • api-key string required
  • api-secret string required
Responses

Balance information

Schema
  • Array [
  • id int64 required

    Unique identifier of the balance.

  • balanceName string required

    Balance name.

  • balanceAmount double required

    Amount held for this balance.

  • active boolean
  • ]
Loading...