Get Transactions
Get transactions for a merchant.
GET
/v3/transactions
Request
The details below help you form your HTTP requests to this endpoint.
Headers
You may need to provide specific headers.
x-consumer-custom-id
string
Consumer data with the format "channel:vendorId"
Query
You may provide query parameters to filter the output.
page
number
Page number to retrieve. Max 1000
limit
number
Limit of transactions to retrieve. Max 1000
leaseStatus
string
Filter by lease status (signed/pending)
fromDate
date
Start date to retrieve
toDate
date
End date to retrieve
Response
The details below help you understand the responses you could get from this endpoint.
Samples
Below are samples of responses, with tabs corresponding to returned status code.
Schema
The response's schema is outlined below.
data.transactions
array
N/A
data.meta.count
number
N/A
data.meta.totalPages
number
N/A
data.meta.page
number
N/A
data.meta.limit
number
N/A
Last updated
Was this helpful?