Skip to main content
GET
/
v1
/
funding-accounts
List funding accounts
curl --request GET \
  --url https://api.daya.co/v1/funding-accounts \
  --header 'X-Api-Key: <x-api-key>'

Overview

Retrieve a paginated list of funding accounts for the authenticated merchant.

Authentication

X-Api-Key
string
required
Your merchant API key

Query Parameters

customer_id
string
Filter by customer ID.
type
string
Filter by TEMPORARY or PERMANENT.
rail
string
Filter by NGN_VIRTUAL_ACCOUNT or CRYPTO_ADDRESS.
status
string
Filter by PENDING, ACTIVE, FAILED, or DISABLED.
page
integer
Page number. Default: 1.
limit
integer
Results per page. Default: 50. Max: 200.

Request Example

curl --request GET \
  --url 'https://api.daya.co/v1/funding-accounts?rail=NGN_VIRTUAL_ACCOUNT&status=ACTIVE' \
  --header 'X-Api-Key: YOUR_API_KEY'

Response

Returns a paginated list of funding account objects.