Create End Customer Account
POST
/accounts/ec/create
Creates an end-customer account under the specified omnibus account. If the account already exists, the existing record is returned with already_exists=true.
Parameters
Header Parameters
X-API-KEY*
Type
Requiredstring
Request Body
application/json
JSON "account_number": "MOCK_OMNI_AVSUAT_RQD_001", "end_customer_id": "MOCK_CUST_001"
{
}
Responses
OK
application/json
JSON "end_customer_id": "MOCK_CUST_001", "cash_available": "0", "already_exists": false
{
}