Skip to main content
GET
List funding accounts

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

Response

Returns a paginated list of funding account objects. Each object includes developer_fee.percentage, which is the fee percentage used for deposits received through that funding account.