Skip to main content
GET
List wallet transactions

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
invoice
object
required
transaction_id
string
read-only
currency
string
read-only
value
string<decimal>
read-only
running_balance
string<decimal>
read-only
narrative
string | null
trans_type
enum<string>
Available options:
SALE,
ADJUSTMENT,
PAYOUT,
CHARGE,
AIRTIME,
DEPOSIT,
EXCHANGE,
UNMARKED
status
enum<string>
Available options:
AVAILABLE,
CLEARING,
ON-HOLD,
CANCELLED,
CHARGEBACK-PENDING,
REFUNDED,
ADJUSTMENT
created_at
string<date-time> | null
read-only
updated_at
string<date-time> | null
read-only