# Register a payment transaction Creates a payment notification in the Lili system Endpoint: PUT /lili/api/v1/payments Version: v2.0.0 Security: accessKey ## Request fields (application/json): - `customerId` (string) - `amount` (number) - `effectiveDate` (string) - `payeeName` (string) - `receiverAccountNumber` (string) - `traceNumber` (string) - `originatorRoutingNumber` (string) - `originatorAccountNumber` (string) ## Response 200 fields (application/json): - `paymentId` (string) The payment ID - `details` (string) The payment details - `status` (any) The payment status Enum: "SUCCESS", "ACCOUNT_NOT_FOUND", "ACCOUNT_CLOSED", "NOT_RELEASED_EARLY", "TECHNICAL_ERROR", "BAD_DATA", "EFFECTIVE_DATE_PAST"