v1

latestSwagger 2.02026-08-041113661.2 MB
Payment

List payments

get/v1beta/payments

Query parameters

limitinteger

The limit.

offsetinteger

The offset.

orderstring

The order.

order_bystring

The order by.

typestring

The type.

statusstring

The status.

start_creation_datestring

The start creation date.

end_creation_datestring

The end creation date.

Response

A successful response.

codeinteger
descstring
maintenanceboolean

Example response

{
  "code": 0,
  "data": {
    "results": [
      {
        "amount": {
          "product": {
            "currency": "EUR",
            "price": 0
          },
          "reseller": {
            "currency": "EUR",
            "price": 0
          }
        },
        "confirmation_date": "",
        "creation_date": "2006-09-15 14:19:30",
        "id": 123,
        "is_processed": false,
        "method": "",
        "payment_date": "2006-09-15 14:25:30",
        "status": "new",
        "type": "online"
      }
    ],
    "total": 0
  },
  "desc": ""
}