Skip to main content
GET
List Account Transactions

Authorizations

Authorization
string
header
required

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

Path Parameters

account_id
string<uuid>
required

Query Parameters

status
string | null
limit
integer
default:100
Required range: 1 <= x <= 1000
offset
integer
default:0
Required range: x >= 0

Response

Successful Response

id
string<uuid>
required
source
string
required
cashier_id
string | null
required
order_id
string | null
required
customer_id
string<uuid>
required
account_id
string<uuid>
required
manager_id
string<uuid> | null
required
approved_by
string<uuid> | null
required
transaction_owner
string<uuid> | null
required
team_id
string<uuid> | null
required
gate_id
string | null
required
gate_name
string | null
required
payment_data
Payment Data · object | null
required
amount
string
required
currency
string
required
account_amount
string
required
usd_amount
string | null
required
exchange_rate_usd
string | null
required
proof_reference
string | null
required
proof_url
string | null
required
type
string
required
status
string
required
customer_view
boolean
required
comment
string | null
required
create_time
string<date-time>
required
update_time
string<date-time>
required
approve_time
string<date-time> | null
required
decline_time
string<date-time> | null
required
account_currency
string | null
fx_rate_applied
string | null
account_login
string | null
manager_name
string | null
approved_by_name
string | null
transaction_owner_name
string | null
chargeback_of
string<uuid> | null
payout_provider
string | null
payout_status
string | null
payout_reference
string | null
payout_attempt
integer | null
payout_submitted_at
string<date-time> | null
payout_completed_at
string<date-time> | null
payout_failure_reason
string | null