List Deposits
Lists funding account deposits for NGN and crypto receive flows. When a developer fee is configured, each settled deposit shows the merchant developer fee and the customer amount separately from Daya fees.
Query parameters
Number of results per page (default: 50, max: 200)
Page number (default: 1)
Filter by deposit type
Filter by external status (can be specified multiple times)
Filter by exact payment reference. Only applies to NGN deposits
Filter by onramp ID (UUID format). Only applies to funding-account NGN deposits
Filter by offramp ID (UUID format). Only applies to funding-account crypto deposits
Filter deposits created from this time (RFC3339 format, inclusive)
Filter deposits created before this time (RFC3339 format, exclusive)
Response
OK
Example response
{
"data": [
{
"customer_amount": {
"amount": "98.5000",
"currency": "USD"
},
"developer_fee": {
"amount": "1.5000",
"currency": "USD",
"percentage": "1.5"
},
"sender": {
"account_number": "****1234",
"bank_name": "Chase",
"name": "Jane Doe"
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.