Transactions API

get listing

GET /api/rest/customer/v1/transactions

Parameters

Name Description
filter[id] id filter
filter[created-at-eq] created at eq filter
filter[created-at-not-eq] created at not eq filter
filter[created-at-gt] created at gt filter
filter[created-at-gteq] created at gteq filter
filter[created-at-lt] created at lt filter
filter[created-at-lteq] created at lteq filter
filter[created-at-in] created at in filter
filter[created-at-not-in] created at not in filter
filter[account-id-eq] account id eq filter
filter[account-id-not-eq] account id not eq filter
filter[account-id-in] account id in filter
filter[account-id-not-in] account id not in filter
filter[service-id-eq] service id eq filter
filter[service-id-not-eq] service id not eq filter
filter[service-id-in] service id in filter
filter[service-id-not-in] service id not in filter
filter[amount-eq] amount eq filter
filter[amount-not-eq] amount not eq filter
filter[amount-gt] amount gt filter
filter[amount-gteq] amount gteq filter
filter[amount-lt] amount lt filter
filter[amount-lteq] amount lteq filter
filter[amount-in] amount in filter
filter[amount-not-in] amount not in filter
filter[description-eq] description eq filter
filter[description-not-eq] description not eq filter
filter[description-cont] description cont filter
filter[description-start] description start filter
filter[description-end] description end filter
filter[description-in] description in filter
filter[description-not-in] description not in filter
filter[description-cont-any] description cont any filter

Request

Headers

Accept: application/vnd.api+json
Content-Type: application/vnd.api+json
Authorization: eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjo2MiwiZXhwIjoxNzc2MzY1MjA4fQ.Q8Taqv-QhcPXTcU0H5OdFa16zE8uvbtcWmLYKlH8xkc
Host: example.org
Cookie: 

Route

GET /api/rest/customer/v1/transactions

Response

Headers

x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
content-type: application/vnd.api+json
vary: Accept
etag: W/"131660df7171458f915f1549bbd83e3e"
cache-control: max-age=0, private, must-revalidate
x-request-id: 739f23a9-a93e-4f7d-97f8-8cc16d741277
x-runtime: 0.007852
content-length: 3440

Status

200 OK

Body

{
  "data": [
    {
      "id": "d1267a1b-09e4-4efb-aacc-2864c3b338f9",
      "type": "transactions",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/transactions/d1267a1b-09e4-4efb-aacc-2864c3b338f9"
      },
      "attributes": {
        "description": null,
        "amount": "60.21",
        "created-at": "2026-04-16T18:45:48.963Z"
      },
      "relationships": {
        "account": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/transactions/d1267a1b-09e4-4efb-aacc-2864c3b338f9/relationships/account",
            "related": "http://example.org/api/rest/customer/v1/transactions/d1267a1b-09e4-4efb-aacc-2864c3b338f9/account"
          }
        },
        "service": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/transactions/d1267a1b-09e4-4efb-aacc-2864c3b338f9/relationships/service",
            "related": "http://example.org/api/rest/customer/v1/transactions/d1267a1b-09e4-4efb-aacc-2864c3b338f9/service"
          }
        }
      }
    },
    {
      "id": "1348a683-4dba-478a-9392-2f914d9d3c23",
      "type": "transactions",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/transactions/1348a683-4dba-478a-9392-2f914d9d3c23"
      },
      "attributes": {
        "description": "Service creation",
        "amount": "42.29",
        "created-at": "2026-04-16T18:45:48.957Z"
      },
      "relationships": {
        "account": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/transactions/1348a683-4dba-478a-9392-2f914d9d3c23/relationships/account",
            "related": "http://example.org/api/rest/customer/v1/transactions/1348a683-4dba-478a-9392-2f914d9d3c23/account"
          }
        },
        "service": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/transactions/1348a683-4dba-478a-9392-2f914d9d3c23/relationships/service",
            "related": "http://example.org/api/rest/customer/v1/transactions/1348a683-4dba-478a-9392-2f914d9d3c23/service"
          }
        }
      }
    },
    {
      "id": "ded11041-c2e7-4914-94c0-d6da61536841",
      "type": "transactions",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/transactions/ded11041-c2e7-4914-94c0-d6da61536841"
      },
      "attributes": {
        "description": null,
        "amount": "30.17",
        "created-at": "2026-04-16T18:45:48.942Z"
      },
      "relationships": {
        "account": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/transactions/ded11041-c2e7-4914-94c0-d6da61536841/relationships/account",
            "related": "http://example.org/api/rest/customer/v1/transactions/ded11041-c2e7-4914-94c0-d6da61536841/account"
          }
        },
        "service": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/transactions/ded11041-c2e7-4914-94c0-d6da61536841/relationships/service",
            "related": "http://example.org/api/rest/customer/v1/transactions/ded11041-c2e7-4914-94c0-d6da61536841/service"
          }
        }
      }
    },
    {
      "id": "dc2bef50-c122-4f96-9592-1973082dfe18",
      "type": "transactions",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/transactions/dc2bef50-c122-4f96-9592-1973082dfe18"
      },
      "attributes": {
        "description": "Service creation",
        "amount": "10.03",
        "created-at": "2026-04-16T18:45:48.936Z"
      },
      "relationships": {
        "account": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/transactions/dc2bef50-c122-4f96-9592-1973082dfe18/relationships/account",
            "related": "http://example.org/api/rest/customer/v1/transactions/dc2bef50-c122-4f96-9592-1973082dfe18/account"
          }
        },
        "service": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/transactions/dc2bef50-c122-4f96-9592-1973082dfe18/relationships/service",
            "related": "http://example.org/api/rest/customer/v1/transactions/dc2bef50-c122-4f96-9592-1973082dfe18/service"
          }
        }
      }
    }
  ],
  "meta": {
    "total-count": 4
  },
  "links": {
    "first": "http://example.org/api/rest/customer/v1/transactions?page%5Bnumber%5D=1&page%5Bsize%5D=50",
    "last": "http://example.org/api/rest/customer/v1/transactions?page%5Bnumber%5D=1&page%5Bsize%5D=50"
  }
}