End Customer Accounts
GET
/accounts/ec
Returns all end-customer accounts configured under the specified omnibus account.
Parameters
Header Parameters
X-API-KEY*
Type
Requiredstring
Query Parameters
account_number*
Omnibus account number whose end-customer accounts should be returned.
Type
Requiredstring
Responses
OK
application/json
JSON { "end_customer_id": "MOCK_CUST_001", "cash_available": "1000000" }, { "end_customer_id": "SETTLEMENT", "cash_available": "0" }
[
]