GET
/
api
/
v1
/
payments
List payments
curl --request GET \
  --url http://127.0.0.1:8080/api/v1/payments
{
  "payments": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "amount": 123,
      "payment_date": "2023-12-25",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "invoice_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "renter_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "room_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "note": "<string>",
      "created_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    }
  ]
}

Response

200 - application/json

Payments

payments
object[]
required