Skip to main content
Skip table of contents

Get all payments

GET /v3/payments

Get payments of logged user. Limit and start filters can be used.

Name

Type

Description

provider

string

Payment provider reference

limit

integer

start

integer

Offset for the limit

CODE
Headers:
Content-Type: application/json
Authentication: Bearer %access_token%

Authentication:
Grant_type: login_info
Scopes: []

Response body:
{
  "payments": [
    {
      "id": 0,
      "userId": 0,
      "amount": 0,
      "currency": "string",
      "state": "string",
      "created": "2021-10-21T09:16:21.988Z",
      "updated": "2021-10-21T09:16:21.988Z",
      "expires": "2021-10-21T09:16:21.988Z",
      "paymentNo": 0,
      "provider": "string",
      "description": "string"
    }
  ],
  "count": 0
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.