Transactions

Profile

The Transactions resource represents a collection of Transaction resources.

Properties

name type read-only conditional
count integer true true
page integer true true
per_page integer true false
rel conditional
self false
first true
next true
prev true
last true

Embedded

Additional semantics

This collection is paginated. See Pagination.

This collection supports Transaction Query Language (TQL).

Example representation

{
  "per_page": 20,
  "_links": {
    "self": {
      "href": "https://merchant.test.clearhaus.com/transactions"
    },
    "curies": [
      {
        "href": "https://developer.clearhaus.com/rels/{rel}",
        "templated": true,
        "name": "ch"
      }
    ]
  },
  "_embedded": {
    "ch:transactions": [...]
  }
}
Open Navigation Close Navigation