Skip to main content
GET
/
wallets
/
{id}
Retrieve wallet
curl --request GET \
  --url https://sandbox.kulmipay.com/api/v1/wallets/{id} \
  --header 'Authorization: Bearer <token>'
{
  "available_balance": "<string>",
  "wallet_id": "<string>",
  "label": "<string>",
  "can_disburse": true,
  "current_balance": "<string>",
  "updated_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://developers.kulmipay.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
default:ISSecretKey_test_xxxxxxxxxxxxxxxx
required

Use your KulmiPay secret key as the Bearer token.

Path Parameters

id
integer
required

A unique integer value identifying this wallet.

Response

200 - application/json
available_balance
string<decimal>
required
wallet_id
string
read-only
label
string
Required string length: 1 - 40
Pattern: ^[a-zA-Z0-9-_ ]+$
can_disburse
boolean
currency
enum<string>
Available options:
KES,
USD,
EUR,
GBP
wallet_type
enum<string>
Available options:
SETTLEMENT,
WORKING
current_balance
string<decimal>
read-only
updated_at
string<date-time> | null
read-only