cURL
curl --request GET \ --url https://api.pcxpay.com/v1/virtual-accounts/admin/transactions/{transaction_id} \ --header 'Authorization: Bearer <token>'
{ "status": "success", "message": "Operation completed successfully", "data": { "transaction_id": "<string>", "account_id": "<string>", "org_id": "<string>", "user_id": "<string>", "type": "credit", "status": "pending", "amount": 123, "currency": "<string>", "fee": 123, "description": "<string>", "payment_rail": "<string>", "reference": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }
Returns admin-level detail for a single transaction.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Transaction detail
success
error
"success"
"Operation completed successfully"
Show child attributes