Skip to content

End Customer Accounts

GET
/accounts/ec

Returns all end-customer accounts configured under the specified omnibus account.

Parameters

Header Parameters

X-API-KEY*
Type
string
Required

Query Parameters

account_number*

Omnibus account number whose end-customer accounts should be returned.

Type
string
Required

Responses

OK

application/json
JSON
[
  
{
  
  
"end_customer_id": "MOCK_CUST_001",
  
  
"cash_available": "1000000"
  
},
  
{
  
  
"end_customer_id": "SETTLEMENT",
  
  
"cash_available": "0"
  
}
]

Playground

Headers
Variables
Key
Value

Samples

Powered by VitePress OpenAPI