# Get a list of payments related to the customer Get a list of payments related to the customer Endpoint: GET /lili/api/v1/partner/payments Version: v2.0.0 Security: accessKey ## Query parameters: - `customerId` (string) The customer ID, as provided in the create lead response - `receiverAccountNumber` (string) The receiver account number - `startDate` (string) Start date for the payment list - `endDate` (string) End date for the payment list ## Response 200 fields (application/json): - `paymentItemResponseList` (array) - `paymentItemResponseList.paymentId` (string) The payment ID - `paymentItemResponseList.submissionDate` (string) The payment submissiondate - `paymentItemResponseList.status` (any) Enum: "CREATED", "PROCESSED", "FAILED"