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.eyJhdWQiOlsiY3VzdG9tZXItdjEiXSwic3ViIjo2MywiZXhwIjoxNzgzNjA1Nzc5fQ.k74z1MpQpYKZ1nqed6XH0suwfdECo0707sdK3YBrmHI
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/"0396eb14d1174691434df869646f82ae"
cache-control: max-age=0, private, must-revalidate
x-request-id: 560cb79a-a259-4e06-8ec8-d495b166cdb5
x-runtime: 0.008630
content-length: 3440

Status

200 OK

Body

{
  "data": [
    {
      "id": "2d5badc9-9ab2-41b4-945e-a2dc9bd7b478",
      "type": "transactions",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/transactions/2d5badc9-9ab2-41b4-945e-a2dc9bd7b478"
      },
      "attributes": {
        "description": null,
        "amount": "77.76",
        "created-at": "2026-07-09T14:01:59.032Z"
      },
      "relationships": {
        "account": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/transactions/2d5badc9-9ab2-41b4-945e-a2dc9bd7b478/relationships/account",
            "related": "http://example.org/api/rest/customer/v1/transactions/2d5badc9-9ab2-41b4-945e-a2dc9bd7b478/account"
          }
        },
        "service": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/transactions/2d5badc9-9ab2-41b4-945e-a2dc9bd7b478/relationships/service",
            "related": "http://example.org/api/rest/customer/v1/transactions/2d5badc9-9ab2-41b4-945e-a2dc9bd7b478/service"
          }
        }
      }
    },
    {
      "id": "585df0d4-71fd-4443-8b29-64f3f6d5effe",
      "type": "transactions",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/transactions/585df0d4-71fd-4443-8b29-64f3f6d5effe"
      },
      "attributes": {
        "description": "Service creation",
        "amount": "85.69",
        "created-at": "2026-07-09T14:01:59.025Z"
      },
      "relationships": {
        "account": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/transactions/585df0d4-71fd-4443-8b29-64f3f6d5effe/relationships/account",
            "related": "http://example.org/api/rest/customer/v1/transactions/585df0d4-71fd-4443-8b29-64f3f6d5effe/account"
          }
        },
        "service": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/transactions/585df0d4-71fd-4443-8b29-64f3f6d5effe/relationships/service",
            "related": "http://example.org/api/rest/customer/v1/transactions/585df0d4-71fd-4443-8b29-64f3f6d5effe/service"
          }
        }
      }
    },
    {
      "id": "8465eef5-0913-4fcf-a22e-a852e2cc9450",
      "type": "transactions",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/transactions/8465eef5-0913-4fcf-a22e-a852e2cc9450"
      },
      "attributes": {
        "description": null,
        "amount": "98.48",
        "created-at": "2026-07-09T14:01:59.009Z"
      },
      "relationships": {
        "account": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/transactions/8465eef5-0913-4fcf-a22e-a852e2cc9450/relationships/account",
            "related": "http://example.org/api/rest/customer/v1/transactions/8465eef5-0913-4fcf-a22e-a852e2cc9450/account"
          }
        },
        "service": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/transactions/8465eef5-0913-4fcf-a22e-a852e2cc9450/relationships/service",
            "related": "http://example.org/api/rest/customer/v1/transactions/8465eef5-0913-4fcf-a22e-a852e2cc9450/service"
          }
        }
      }
    },
    {
      "id": "c5b834ab-7502-496d-9638-224e7fb93a8b",
      "type": "transactions",
      "links": {
        "self": "http://example.org/api/rest/customer/v1/transactions/c5b834ab-7502-496d-9638-224e7fb93a8b"
      },
      "attributes": {
        "description": "Service creation",
        "amount": "60.49",
        "created-at": "2026-07-09T14:01:59.003Z"
      },
      "relationships": {
        "account": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/transactions/c5b834ab-7502-496d-9638-224e7fb93a8b/relationships/account",
            "related": "http://example.org/api/rest/customer/v1/transactions/c5b834ab-7502-496d-9638-224e7fb93a8b/account"
          }
        },
        "service": {
          "links": {
            "self": "http://example.org/api/rest/customer/v1/transactions/c5b834ab-7502-496d-9638-224e7fb93a8b/relationships/service",
            "related": "http://example.org/api/rest/customer/v1/transactions/c5b834ab-7502-496d-9638-224e7fb93a8b/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"
  }
}