GET
/
v1
/
payments
curl --request GET \
  --url https://api.paywise.de/v1/payments/ \
  --header 'Authorization: Bearer <token>'
{
  "count": 123,
  "next": "http://api.example.org/accounts/?offset=400&limit=100",
  "previous": "http://api.example.org/accounts/?offset=200&limit=100",
  "results": [
    {
      "href": "<string>",
      "id": "<string>",
      "claim": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "your_reference": "<string>",
      "amount": {
        "value": "<string>",
        "currency": "EUR"
      },
      "value_date": "2023-12-25",
      "metadata": [
        {
          "type": "comment",
          "value": "<string>"
        }
      ],
      "created": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer

Number of results to return per page.

offset
integer

The initial index from which to return the results.

Response

200 - application/json
count
integer
Example:

123

next
string | null
Example:

"http://api.example.org/accounts/?offset=400&limit=100"

previous
string | null
Example:

"http://api.example.org/accounts/?offset=200&limit=100"

results
object[]

A payment associated for a claim