Listar pagamentos de recorrência

get/payments-recurrences/{recurrenceId}/payments

Path parameters

recurrenceIdstring required

Recurrence ID

Response

successful operation

Example response

{
  "data": [
    {
      "paymentId": "35455c30-49eb-4143-ac69-1887be87de78",
      "paymentDate": "2024-09-10",
      "scheduleDate": "2024-09-10",
      "status": "STARTED",
      "detail": {
        "recurrencePaymentIndex": 1,
        "totalPaymentsInRecurrence": 10
      }
    }
  ]
}