v3
latestOpenAPI 3.0.3UNLICENSED2026-07-2796235396.3 KBledger-payments
Get specific cash payment
Get specific cash payment by reference
get/ledger/cash-payments/{reference}
Path parameters
referencestring required
Response
cash payment details
Example response
{
"currency": "USD",
"payoutCurrency": "NGN",
"amount": 100,
"rate": 1450.75,
"payoutAmount": 145075,
"providerReference": "PROV123456",
"recipient": {
"accountName": "John Doe",
"beneficiaryType": "BeneficiaryLocalBankAccount",
"bankName": "Great Bank LLC",
"accountIdentifier": "230101010",
"paymentChannelId": "BANK_TRANSFER_NIGERIA",
"country": "IE"
}
}