Returns payments for specific project

GET /payments

Returns payments for specific project or specific user (depend's on provided param id)

Query parameters

Responses

GET /payments
curl \
 -X GET https://client-subdomain.bitbond.net/api/v1/payments
Response examples (200)
[
  {
    "id": "string",
    "amount": 42.0,
    "created_at": "string",
    "order_id": "string",
    "project_id": "string"
  }
]