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"
Path Parameters
The endpoint path expects parameters.
transactionId
string
The transaction ID provided at lease generation.
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
object
N/A
data.id
string
transaction identifier
data.orderId
string
The reference to the external order ID
data.customer
object
N/A
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
object
N/A
data.lease.id
string
order identifier
data.lease.status
string
Signing status of the transaction
data.items
array
N/A
data.items[].description
string
item description
data.items[].sku
string
item sku number
data.items[].brand
string
item brand
data.items[].cost
number
item cost
data.items[].quantity
number
item quantity
data.items[].quantityByStatus
object
Items quantity grouped by status
data.purchaseTotal
number
total purchase cost in cents
data.purchaseSalesTax
number
total sale tax in cents
Last updated
Was this helpful?