GET
/
v1
/
transactions
/
search
curl --request GET \
  --url https://api.creem.io/v1/transactions/search \
  --header 'x-api-key: <x-api-key>'
{
  "items": [
    {
      "id": "<string>",
      "mode": "test",
      "object": "<string>",
      "amount": 2000,
      "amount_paid": 2000,
      "currency": "EUR",
      "type": "<string>",
      "tax_country": "US",
      "tax_amount": 2000,
      "status": "<string>",
      "refunded_amount": 2000,
      "order": {},
      "subscription": {},
      "customer": {},
      "description": "<string>",
      "period_start": 123,
      "period_end": 123,
      "created_at": 123
    }
  ],
  "pagination": {
    "total_records": 0,
    "total_pages": 0,
    "current_page": 1,
    "next_page": 2,
    "prev_page": null
  }
}

Headers

x-api-key
string
required

Query Parameters

customer_id
string

The customer id

order_id
string

The order id

page_number
number

The page number

page_size
number

The the page size

Response

200 - application/json
Successfully retrieved transactions
items
object[]
required

List of transactions items

pagination
object
required

Pagination details for the list