Create Account for Customer - (To be DEPRECATED - Use POST /v1/accounts instead)Copy Pagepost http://localhost:8080/v0/customers/{customerHayId}/accountPath ParamscustomerHayIduuidrequiredUnique identifier (UUID) of the CustomerBody ParamsBody of a request to create a personal account owned by a customercustomDataobjectContains custom metadata stored with the AccountcustomData objectidempotencyKeyuuidrequiredUnique 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 12 days ago