Skip to main content

Get All Wallets

GET /api/payments/wallets

Get all balances for a particular merchant

Query Parameters
  • isVirtual boolean required

    Indicates whether the account is virtual

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

Wallet information

Response Headers
  • x-request-id any

    Request Id for traceability

Schema
  • Array [
  • status string required

    Possible values: [SUCCESS, FAILED, API_KEYS_INVALID, INSUFFICIENT_FUNDS, NOT_FOUND, MALFORMED_URL, INTERNAL_ERROR, NOT_SUPPORTED, CURRENCY_NOT_SUPPORTED, MOBILE_MONEY_NOT_WHOLE_NUMBER, BALANCE_NOT_FOUND, BALANCE_NOT_AUTHORISED, BALANCE_NOT_NUMERIC, WEB_HOOK_NOT_SPECIFIED_FOR_OTP, TOKEN_RESENT, CLIENT_SIDE_ERROR]

    Status code

  • id int64 required

    Unique identifier of the balance.

  • balanceName string required

    Balance name.

  • balanceAmount double required

    Amount held for this balance.

  • bankAccountNumber string

    Bank Account Number

  • branchCode string

    Branch Code

  • bankName string

    Bank Name

  • bankCode string

    Bank Code

  • active boolean
  • ]
Loading...