latestOpenAPI 3.0.3UNLICENSED2026-08-2196241404.2 KB
76329919f8a7
ledger-cash deposits
Get specific cash deposit
Get specific cash deposit by reference
get/ledger/cash-deposits/{reference}
Path parameters
referencestring required
Response
cash deposit details
Example response
{
"currency": "USD",
"payinCurrency": "NGN",
"amount": 100,
"rate": 1450.75,
"payinAmount": 145075,
"feeAmount": 0.5,
"providerReference": "PROV123456",
"paymentDetails": {
"details": {
"accountName": "John Doe",
"accountNumber": "230101010",
"reference": "PROV123456"
},
"payinCurrency": "NGN",
"paymentMethods": [
{
"fee": {
"percentage": 0.0035,
"fixedAmount": 1.5,
"currency": "USD"
},
"limits": {
"minAmount": 1,
"firstParty": {
"maxPerTransaction": 250000,
"maxPerDay": 24000
},
"thirdParty": {
"maxPerTransaction": 250000,
"maxPerDay": 24000
},
"currency": "USD"
},
"timeline": {
"minValue": 1,
"maxValue": 3
}
}
]
}
}