Skip to main content
GET
Wallet details

Overview

GET /wallets/{id} returns full details of one wallet, including its current pay-in / pay-out sub-balances and a summary of activity.

When to use it

  • Display a single wallet’s details in your dashboard.
  • Verify a wallet’s balance before initiating a payout (also covered by GET /payment/balance).
  • Reconcile lifetime volumes (payin_amount, payout_amount) against your accounting.

Prerequisites

  • The wallet must belong to your company.

Request

Headers

Path parameters

Response

200 — Success

The shape mirrors the per-wallet entry in GET /wallets, with the addition of an embedded company summary. Note that lifetime volumes are exposed here as payInAmount / payOutAmount (camelCase, legacy) — they are the same numbers as payin_amount / payout_amount in the list view. See API Conventions → Field naming.

Error responses

Code examples

cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

Detailed information for a single wallet.

success
boolean
Example:

true

statusCode
integer
Example:

200

message
string
Example:

"Data retrieved successfully"

data
object