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.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjo2MiwiZXhwIjoxNzcyMjExNDc2fQ.81be3UGKbcfmoMYsqAv6wYYfENSvB56rVP_99Ms8Uz8
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/"a62f28d3fe4702a98b6f100019aa898b"
cache-control: max-age=0, private, must-revalidate
x-request-id: 597c882e-b757-45ef-aede-f0886fe52d65
x-runtime: 0.009235
content-length: 3438

Status

200 OK

Body

{
  "data": [
    {
      "id": "815cb52b-0725-4fab-9308-a79061cfc59e",
      "type": "transactions",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/transactions/815cb52b-0725-4fab-9308-a79061cfc59e"
      },
      "attributes": {
        "description": null,
        "amount": "3.67",
        "created-at": "2026-02-27T16:56:56.263Z"
      },
      "relationships": {
        "account": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/transactions/815cb52b-0725-4fab-9308-a79061cfc59e/relationships/account",
            "related": "http://example.org/api/rest/customer/v1/transactions/815cb52b-0725-4fab-9308-a79061cfc59e/account"
          }
        },
        "service": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/transactions/815cb52b-0725-4fab-9308-a79061cfc59e/relationships/service",
            "related": "http://example.org/api/rest/customer/v1/transactions/815cb52b-0725-4fab-9308-a79061cfc59e/service"
          }
        }
      }
    },
    {
      "id": "de5f31bd-f3e4-4d4e-bfbd-fcf5aed9f12a",
      "type": "transactions",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/transactions/de5f31bd-f3e4-4d4e-bfbd-fcf5aed9f12a"
      },
      "attributes": {
        "description": "Service creation",
        "amount": "84.0",
        "created-at": "2026-02-27T16:56:56.256Z"
      },
      "relationships": {
        "account": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/transactions/de5f31bd-f3e4-4d4e-bfbd-fcf5aed9f12a/relationships/account",
            "related": "http://example.org/api/rest/customer/v1/transactions/de5f31bd-f3e4-4d4e-bfbd-fcf5aed9f12a/account"
          }
        },
        "service": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/transactions/de5f31bd-f3e4-4d4e-bfbd-fcf5aed9f12a/relationships/service",
            "related": "http://example.org/api/rest/customer/v1/transactions/de5f31bd-f3e4-4d4e-bfbd-fcf5aed9f12a/service"
          }
        }
      }
    },
    {
      "id": "91f49350-80ed-477e-859a-4e3b679bd6c3",
      "type": "transactions",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/transactions/91f49350-80ed-477e-859a-4e3b679bd6c3"
      },
      "attributes": {
        "description": null,
        "amount": "59.71",
        "created-at": "2026-02-27T16:56:56.241Z"
      },
      "relationships": {
        "account": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/transactions/91f49350-80ed-477e-859a-4e3b679bd6c3/relationships/account",
            "related": "http://example.org/api/rest/customer/v1/transactions/91f49350-80ed-477e-859a-4e3b679bd6c3/account"
          }
        },
        "service": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/transactions/91f49350-80ed-477e-859a-4e3b679bd6c3/relationships/service",
            "related": "http://example.org/api/rest/customer/v1/transactions/91f49350-80ed-477e-859a-4e3b679bd6c3/service"
          }
        }
      }
    },
    {
      "id": "bee4a8fc-93cd-49a4-8481-52036b51988a",
      "type": "transactions",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/transactions/bee4a8fc-93cd-49a4-8481-52036b51988a"
      },
      "attributes": {
        "description": "Service creation",
        "amount": "87.57",
        "created-at": "2026-02-27T16:56:56.235Z"
      },
      "relationships": {
        "account": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/transactions/bee4a8fc-93cd-49a4-8481-52036b51988a/relationships/account",
            "related": "http://example.org/api/rest/customer/v1/transactions/bee4a8fc-93cd-49a4-8481-52036b51988a/account"
          }
        },
        "service": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/transactions/bee4a8fc-93cd-49a4-8481-52036b51988a/relationships/service",
            "related": "http://example.org/api/rest/customer/v1/transactions/bee4a8fc-93cd-49a4-8481-52036b51988a/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"
  }
}