Skip to main content
Retrieve multi-currency wallets (USD & NGN) for an end user account. This endpoint allows you to fetch wallet information including balances, permissions, and settings for a specific entity.

Overview

The Get End User Wallets endpoint returns all wallets associated with a specific entity ID and wallet type. Each wallet contains information about the currency, balance, permissions, and configuration settings.

Parameters

Wallet Types

  • SPEND: Wallets used for spending and transactions
  • COLLECTION: Wallets used for collecting payments and funds

Response Structure

The response includes an array of wallets, each containing:
  • Basic Info: ID, slug, description, currency, balance
  • Permissions: Permission type and flow type
  • Settings: Wallet type, approval threshold, display currency, funding/withdrawal currencies, balance visibility

Example Request

Example Response

Use Cases

  • Balance Checking: Retrieve current wallet balances for display
  • Transaction Preparation: Get wallet details before processing payments
  • Account Management: Display wallet information in user dashboards
  • Integration Setup: Fetch wallet configurations for integrations
  • Audit & Reporting: Generate reports on wallet status and balances