ledger-payments
Retrieve list of cash payments
Retrieve a list of cash payments, can accept accountId, status
get/ledger/cash-payments
Query parameters
accountIdstring uuid
Filter by the account that was debited. Can be the main account ID or a sub-account ID.
statusstring
pageinteger
Page parameter, starting from 1
sizeinteger
Response
Cash payments list
Example response
{
"content": [
{
"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
///to the response with the statusresponse-optional-property-added
- ○
added the optional property
///to the response with the statusresponse-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
- ○