Fetch the transactions of a payout subaccount
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
application/json "application/json"
"PSAE905F542704932282"
OK
{
"page_info": {
"total": 1,
"current_page": 1,
"total_pages": 1
},
"transactions": [
{
"type": "C",
"amount": 100,
"currency": "NGN",
"balance_before": 0,
"balance_after": 100,
"reference": "FLWRVCNF623008",
"date": "2024-03-26T14:59:35+00:00",
"remarks": "Test balance funding",
"sent_currency": "NGN",
"rate_used": 1,
"sent_amount": 100,
"statement_type": "available"
}
]
}