Get Transaction By ID
Find the transaction by the given Id
/v3/transactions/{transactionId}
GET
https://apis.sandbox.flexshopper.com/v3/transactions/{transactionId}
Path Parameters
transactionId
string
Transaction Id
Headers
Authorization
string
Authorization token
Response Parameters
A successful request returns the HTTP 200 OK
status code and a JSON response body that shows the transaction info
Key
Type
Description
id
String
Transaction id
createAt
String
Transaction creation date
shippingCost
Number
Total Shipping Cost
lease.id
String
Lease Id
lease.status
String
The current lease status, values allowed: signed, pending
items
Array
The list items.
items.quantity
Number
Item quantity.
items.quantityByStatus
Object
Quantity of items grouped by status. Ex { signed: 1 }
items.cost
Number
Item cost with any discounts already applied.
items.description
String
Item description
items.brand
String
Item's brand
items.sku
String
Item unique identifier
Last updated