Get Transaction By ID
Get transaction by Id
GET
/v3/transactions/{transactionId}
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"
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.id
string
transaction identifier
data.orderId
string
The reference to the external order ID
data.customer.id
string
User id
data.customer.firstName
string
First Name
data.customer.lastName
string
Last Name
data.customer.email
string
Last Name
data.shippingCost
number
shipping cost number
data.createdAt
string
transaction creation date
data.lease.id
string
order identifier
data.lease.status
string
Signing status of the transaction
data.items
array
N/A
data.purchaseTotal
number
total purchase cost in cents
data.purchaseSalesTax
number
total sale tax in cents
Last updated
Was this helpful?