Skip to main content
GET
/
purchases
{
  "has_more": true,
  "purchases": [
    {
      "purchase_id": "<string>",
      "date": "<string>",
      "total": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

A connection-specific token with access scope

Headers

x-api-key
string
required

The client's API key secret value

Query Parameters

limit
integer
default:10

The maximum number of purchases to return

Required range: 1 <= x <= 50
starting_after
string

The purchase id of the last purchase you processed. The next purchase returned will be the next oldest purchase.

Response

Successful Response

has_more
boolean
required

Whether there are more purchases available to fetch

purchases
PurchaseSummary · object[]
required

The list of purchases for the connection sorted in descending order by purchase date