Each response will return a next_cursor field, which holds a random ID value. If the next_cursor != null, then there are additional, paginated results and you can make another request to retrieve them by passing the next_cursor value into the cursor field of the request body.
Response Schema
merchant object
Name
Format
Description
id
number
The ID of the merchant.
name
string
The name of the merchant.
transactions object
Name
Format
Description
id
string
Knot's ID for the transaction.
external_id
nullable, string
The merchant's ID for the transaction.
datetime
string
The timestamp of the transaction in UTC. ISO 8601 format.
url
nullable, string
The URL of the transaction on the merchant's website.
order_status
string
The status of the order associated with the transaction.