Create Account for Customer - (To be DEPRECATED - Use POST /v1/accounts instead)Copy Pagepost http://localhost:8001/v0/customers/{customerHayId}/accountPath ParamscustomerHayIduuidrequiredUnique identifier (UUID) of the CustomerBody ParamsBody of a request to create a personal account owned by a customercustomDataobject | nullContains custom metadata stored with the AccountcustomData object | nullidempotencyKeyuuidrequiredUnique value (UUID) used to identify this request and used to recognise any subsequent retriesResponses 200Success 400Bad Request 403Forbidden 422Unprocessable Entity 500Internal Server Error 501Not ImplementedUpdated 25 days ago