ledger-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,
"feeAmount": 0.5,
"providerReference": "PROV123456",
"recipient": {
"accountName": "John Doe",
"beneficiaryType": "BeneficiaryLocalBankAccount",
"bankName": "Great Bank LLC",
"accountIdentifier": "230101010",
"paymentChannelId": "BANK_TRANSFER_NIGERIA",
"country": "IE"
}
}Changes
Changed in 2 of the 6 revisions of this API.4
- ○
added the optional property
feeAmountto the response with the200statusresponse-optional-property-added
- ○
added the optional property
feeInclusiveto the response with the200statusresponse-optional-property-added
- ○
- ○
the endpoint scheme security
HMACAuthwas added to the APIapi-security-added
- ○
the endpoint scheme security
authTokenwas removed from the APIapi-security-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○