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.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjo2MiwiZXhwIjoxNzY3MzU4MDM3fQ.I3Wsc746AnWRq_m21Sx3CMCmP7ZDusiKX5A4e85QSs8
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/"5a880f1b3cfd4306e979b5355ad8b718"
cache-control: max-age=0, private, must-revalidate
x-request-id: b7c47227-ebc4-4aa2-bce3-93120302d962
x-runtime: 0.009083
content-length: 3440

Status

200 OK

Body

{
  "data": [
    {
      "id": "60c5ddd1-6593-4845-a546-ffa1b58e6054",
      "type": "transactions",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/transactions/60c5ddd1-6593-4845-a546-ffa1b58e6054"
      },
      "attributes": {
        "description": null,
        "amount": "90.14",
        "created-at": "2026-01-02T12:46:17.666Z"
      },
      "relationships": {
        "account": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/transactions/60c5ddd1-6593-4845-a546-ffa1b58e6054/relationships/account",
            "related": "http://example.org/api/rest/customer/v1/transactions/60c5ddd1-6593-4845-a546-ffa1b58e6054/account"
          }
        },
        "service": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/transactions/60c5ddd1-6593-4845-a546-ffa1b58e6054/relationships/service",
            "related": "http://example.org/api/rest/customer/v1/transactions/60c5ddd1-6593-4845-a546-ffa1b58e6054/service"
          }
        }
      }
    },
    {
      "id": "d36d23d5-b49a-4165-8668-d46829135030",
      "type": "transactions",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/transactions/d36d23d5-b49a-4165-8668-d46829135030"
      },
      "attributes": {
        "description": "Service creation",
        "amount": "66.24",
        "created-at": "2026-01-02T12:46:17.660Z"
      },
      "relationships": {
        "account": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/transactions/d36d23d5-b49a-4165-8668-d46829135030/relationships/account",
            "related": "http://example.org/api/rest/customer/v1/transactions/d36d23d5-b49a-4165-8668-d46829135030/account"
          }
        },
        "service": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/transactions/d36d23d5-b49a-4165-8668-d46829135030/relationships/service",
            "related": "http://example.org/api/rest/customer/v1/transactions/d36d23d5-b49a-4165-8668-d46829135030/service"
          }
        }
      }
    },
    {
      "id": "7d90d3f2-1631-4bc5-b2d8-82aecf922806",
      "type": "transactions",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/transactions/7d90d3f2-1631-4bc5-b2d8-82aecf922806"
      },
      "attributes": {
        "description": null,
        "amount": "56.37",
        "created-at": "2026-01-02T12:46:17.644Z"
      },
      "relationships": {
        "account": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/transactions/7d90d3f2-1631-4bc5-b2d8-82aecf922806/relationships/account",
            "related": "http://example.org/api/rest/customer/v1/transactions/7d90d3f2-1631-4bc5-b2d8-82aecf922806/account"
          }
        },
        "service": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/transactions/7d90d3f2-1631-4bc5-b2d8-82aecf922806/relationships/service",
            "related": "http://example.org/api/rest/customer/v1/transactions/7d90d3f2-1631-4bc5-b2d8-82aecf922806/service"
          }
        }
      }
    },
    {
      "id": "f0df1953-50bc-4ca0-9698-35f35338fc97",
      "type": "transactions",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/transactions/f0df1953-50bc-4ca0-9698-35f35338fc97"
      },
      "attributes": {
        "description": "Service creation",
        "amount": "59.52",
        "created-at": "2026-01-02T12:46:17.637Z"
      },
      "relationships": {
        "account": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/transactions/f0df1953-50bc-4ca0-9698-35f35338fc97/relationships/account",
            "related": "http://example.org/api/rest/customer/v1/transactions/f0df1953-50bc-4ca0-9698-35f35338fc97/account"
          }
        },
        "service": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/transactions/f0df1953-50bc-4ca0-9698-35f35338fc97/relationships/service",
            "related": "http://example.org/api/rest/customer/v1/transactions/f0df1953-50bc-4ca0-9698-35f35338fc97/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"
  }
}