Get https://app.moneygraph.ai/api/v1/customer/transactions/{customer}/{reference}
Authorization* string
Pass your {api_key} as a bearer token in the request header to authorize this call
customer* string
Customer ID. The ID or MCP Key of the onboarded customer.
reference* string
Transaction reference
{
"message": "Transaction details",
"status": "success",
"data": {
"id": "73116916-a88e-44ef-90e8-fce31862efc3",
"amount": "1000.00",
"human_readable_amount": 10,
"charge": "10.00",
"human_readable_charge": 0.1,
"status": "success",
"decline_reason": null,
"mode": "live",
"type": "debit",
"description": "payout",
"created_at": "2024-07-21T23:17:15.000000Z",
"recipient_first_name": "Jude",
"recipient_middle_name": null,
"recipient_last_name": "Obiora",
"recipient_country": "NG",
"recipient_email": "",
"recipient_phone": null,
"recipient_amount": "1584277.00",
"human_readable_recipient_amount": 15842.77,
"recipient_currency": "NGN",
"rate": 1584.27720297,
"transfer_purpose": "Education",
"delivery_method": "cash_pickup",
"agent": {
"id": "f62a1d1a-eb9c-42cc-aac2-0a1c6dd8c7ba",
"business_name": "Access Bank",
"first_name": "Access",
"last_name": "Bank",
"email": "[email protected]",
"phone": "+234 1-2712005-7, 07003000000",
"address": "14/15, Prince Alaba Oniru Road,\nOniru, Victoria Island,\nLagos State, Nigeria.",
"image": "https://app.moneygraph.ai/remittance/storage/app/agents/wjCrf5Xe9QR3Mw5UUyoUxFIXaX208cAayoYutbEm.png"
}
}
}