Skip to main content
GET
/
v1
/
transactions
/
{transaction_id}
Get Transaction By Id
curl --request GET \
  --url https://api.trykintsugi.com/v1/transactions/{transaction_id} \
  --header 'X-API-KEY: <api-key>' \
  --header 'x-organization-id: <api-key>'
{
  "organization_id": "orgn_dummyOrg123",
  "external_id": "ext_trans_001",
  "date": "2025-03-10T14:00:00",
  "status": "COMMITTED",
  "description": "Example Transaction Description",
  "processing_status": "ADDRESS_DONE",
  "total_amount": "200.00",
  "customer_id": "cust_dummyCust001",
  "marketplace": false,
  "exempt": "NOT_EXEMPT",
  "exemptions": [],
  "total_tax_amount_imported": "0.00",
  "tax_rate_imported": "0E-9",
  "total_tax_amount_calculated": "15.00",
  "tax_rate_calculated": "0.075",
  "taxable_amount": "200.00",
  "currency": "USD",
  "locked": false,
  "source": "SHOPIFY",
  "connection_id": "conn_dummy123",
  "destination_currency": "USD",
  "converted_total_amount": "200.00",
  "converted_total_tax_amount_imported": "0.00",
  "converted_total_tax_amount_calculated": "15.00",
  "conversion_rate": "1.00",
  "city": "Dummy City",
  "county": "Dummy County",
  "state": "CA",
  "country": "US",
  "postal_code": "90001",
  "address_status": "VERIFIED",
  "id": "tran_dummyId001",
  "addresses": [
    {
      "phone": "+15551234567",
      "street_1": "123 Example St",
      "street_2": "Apt 456",
      "city": "Dummy City",
      "county": "Dummy County",
      "state": "CA",
      "postal_code": "90001",
      "country": "US",
      "full_address": "123 Example St Apt 456, Dummy City, CA 90001, US",
      "type": "BILL_TO",
      "status": "VERIFIED",
      "id": "addr_dummy001",
      "transaction_id": "tran_dummyId001"
    }
  ],
  "transaction_items": [
    {
      "external_id": "item_ext_001",
      "organization_id": "orgn_dummyOrg123",
      "date": "2025-03-10T14:00:00",
      "description": "Dummy Product Description",
      "external_product_id": "prod_ext_001",
      "product": "Dummy Product",
      "product_id": "prod_dummyId001",
      "product_name": "Dummy Product Name",
      "product_description": "Detailed dummy product description",
      "quantity": "2",
      "amount": "100.00",
      "tax_amount_imported": "0.00",
      "tax_rate_imported": "0E-9",
      "tax_amount_calculated": "7.50",
      "tax_rate_calculated": "0.075",
      "original_currency": "USD",
      "destination_currency": "USD",
      "converted_amount": "100.00",
      "converted_taxable_amount": "100.00",
      "converted_tax_amount_imported": "0.00",
      "converted_tax_amount_calculated": "7.50",
      "taxable_amount": "100.00",
      "exempt": false,
      "id": "txim_dummy001",
      "tax_items": [],
      "total_discount": "0.00",
      "subtotal": "200.00"
    }
  ],
  "customer": {
    "phone": "+15557654321",
    "street_1": "789 Customer Rd",
    "street_2": "",
    "city": "Customer City",
    "county": "Customer County",
    "state": "CA",
    "postal_code": "90002",
    "country": "US",
    "full_address": "789 Customer Rd, Customer City, CA 90002, US",
    "name": "John Doe",
    "external_id": "cust_ext_001",
    "status": "ACTIVE",
    "email": "[email protected]",
    "source": "SHOPIFY",
    "connection_id": "conn_dummy123",
    "address_status": "VERIFIED",
    "id": "cust_dummyCust001",
    "organization_id": "orgn_dummyOrg123"
  },
  "type": "SALE",
  "total_discount": "0.00",
  "subtotal": "200.00"
}

Authorizations

X-API-KEY
string
header
required
x-organization-id
string
header
required

Path Parameters

transaction_id
string
required

The unique identifier of the transaction to retrieve.

Response

Successfully retrieved transaction by transaction_id

organization_id
string
required
deprecated

Unique identifier of the organization. This field is deprecated, and should no longer be used. The value is populated through the 'x-organization-id' header.

external_id
string
required

External identifier of the transaction.

date
string<date-time>
required

Transaction date and time

id
string
required

The unique transaction identifier.

addresses
TransactionAddressRead · object[]
required

List of addresses associated.

transaction_items
TransactionItemRead · object[]
required

List of items in the transaction.

type
enum<string>
required

The type of transaction (e.g., SALE, REFUND, PARTIAL_CREDIT_NOTE).

Available options:
SALE,
FULL_CREDIT_NOTE,
PARTIAL_CREDIT_NOTE,
TAX_REFUND,
ARCHIVE
requires_exemption
ExemptionRequired · object

Indicates if transaction requires tax exemption.

shop_date
string

Transaction date in the shop's local timezone

shop_date_tz
string

Timezone of the shop

description
string

Description of the transaction.

refund_status
enum<string>

Status of refund, if applicable

Available options:
FULLY_REFUNDED,
PARTIALLY_REFUNDED
total_amount
string
default:0.00

Total amount of the transaction.

customer_id
string

Unique identifier of the customer.

marketplace
boolean
default:false

Indicates if transaction is marketplace-based.

exempt
enum<string>
default:NOT_EXEMPT

Exemption status (e.g., NOT_EXEMPT)

Available options:
NOT_EXEMPT,
PARTIALLY_EXEMPT,
FULLY_EXEMPT
exemptions
Exemption · object[]

List of exemptions applied (if any).

Related transaction identifier.

secondary_external_id
string

Secondary External Identifier.

secondary_source
string

Secondary source information

external_friendly_id
string

Friendly identifier of the original item.

total_tax_amount_imported
string
default:0.00

Imported tax amount.

tax_rate_imported
string
default:0.00

Imported tax rate.

total_tax_amount_calculated
string
default:0.00

Calculated tax amount.

tax_rate_calculated
string
default:0.00

Calculated tax rate.

total_tax_liability_amount
string
default:0.00

Total tax liability amount.

tax_liability_source
enum<string>

Source of tax liability.

Available options:
CALCULATED,
COLLECTED
taxable_amount
string
default:0.00

Taxable amount.

currency
enum<string>
default:USD

Currency code (ISO 4217, e.g., USD)

Available options:
AED,
AFN,
ALL,
AMD,
ANG,
AOA,
ARS,
AUD,
AWG,
AZN,
BAM,
BBD,
BDT,
BGN,
BHD,
BIF,
BMD,
BND,
BOB,
BRL,
BSD,
BTN,
BWP,
BYN,
BZD,
CAD,
CDF,
CHF,
CLP,
CNY,
COP,
CRC,
CUC,
CUP,
CVE,
CZK,
DJF,
DKK,
DOP,
DZD,
EGP,
ERN,
ETB,
EUR,
FJD,
FKP,
GBP,
GEL,
GGP,
GHS,
GIP,
GMD,
GNF,
GTQ,
GYD,
HKD,
HNL,
HRK,
HTG,
HUF,
IDR,
ILS,
IMP,
INR,
IQD,
IRR,
ISK,
JEP,
JMD,
JOD,
JPY,
KES,
KGS,
KHR,
KMF,
KPW,
KRW,
KWD,
KYD,
KZT,
LAK,
LBP,
LKR,
LRD,
LSL,
LYD,
MAD,
MDL,
MGA,
MKD,
MMK,
MNT,
MOP,
MRU,
MUR,
MVR,
MWK,
MXN,
MYR,
MZN,
NAD,
NGN,
NIO,
NOK,
NPR,
NZD,
OMR,
PAB,
PEN,
PGK,
PHP,
PKR,
PLN,
PYG,
QAR,
RON,
RSD,
RUB,
RWF,
SAR,
SBD,
SCR,
SDG,
SEK,
SGD,
SHP,
SLL,
SOS,
SPL,
SRD,
STN,
SVC,
SYP,
SZL,
THB,
TJS,
TMT,
TND,
TOP,
TRY,
TTD,
TVD,
TWD,
TZS,
UAH,
UGX,
USD,
UYU,
UZS,
VEF,
VND,
VUV,
WST,
XAF,
XCD,
XDR,
XOF,
XPF,
YER,
ZAR,
ZMW,
ZWD
locked
boolean
default:false

Transaction lock status.

source
enum<string>
default:OTHER

Source platform (e.g., STRIPE)

Available options:
BIGCOMMERCE,
BESTBUY,
BUNNY,
CHARGEBEE,
SHOPIFY,
STRIPE,
AMAZON,
TIKTOK,
CUSTOM,
UNKNOWN,
IMPORT,
ZUORA,
APIDECK,
QUICKBOOKS,
API,
APPLE_APP_STORE,
GOOGLE_APP_STORE,
WALMART,
PAYPAL,
NETSUITE,
XERO,
MAXIO,
RECURLY,
SALESFORCE,
ETSY,
EBAY,
WIX,
SQUARESPACE,
WOOCOMMERCE,
MAGENTO,
BILLING_PLATFORM,
DEEL,
RIPPLING,
GUSTO,
FACEBOOK,
OTHER,
ORDWAY,
INSTAGRAM,
PINTEREST,
WAYFAIR,
WISH,
POS,
TARGET,
NEWEGG,
GROUPON,
GOOGLE_EXPRESS,
NOCNOC,
MERCADO_LIBRE,
MODALYST,
NORDSTROM,
FAIRE,
SHOPWARE,
ZOHO,
SAGE-INTACCT,
AIRWALLEX,
ORB,
ZENSKAR
connection_id
string

Connection Identifier

filing_id
string

Filing identifier.

city
string

City of the transaction address.

county
string

County of the transaction address.

state
string

State of the transaction address.

country
enum<string>

Country code (ISO Alpha-2).

Available options:
AF,
AX,
AL,
DZ,
AS,
AD,
AO,
AI,
AQ,
AG,
AR,
AM,
AW,
AU,
AT,
AZ,
BS,
BH,
BD,
BB,
BY,
BE,
BZ,
BJ,
BM,
BT,
BO,
BQ,
BA,
BW,
BV,
BR,
IO,
BN,
BG,
BF,
BI,
CV,
KH,
CM,
CA,
KY,
CF,
TD,
CL,
CN,
CX,
CC,
CO,
KM,
CG,
CD,
CK,
CR,
HR,
CU,
CW,
CY,
CZ,
DK,
DJ,
DM,
DO,
EC,
EG,
SV,
GQ,
ER,
EE,
SZ,
ET,
FK,
FO,
FJ,
FI,
FR,
GF,
PF,
TF,
GA,
GM,
GE,
DE,
GH,
GI,
GR,
GL,
GD,
GP,
GU,
GT,
GG,
GN,
GW,
GY,
HT,
HM,
VA,
HN,
HK,
HU,
IS,
IN,
ID,
IR,
IQ,
IE,
IM,
IL,
IT,
CI,
JM,
JP,
JE,
JO,
KZ,
KE,
KI,
KP,
KR,
KW,
KG,
LA,
LV,
LB,
LS,
LR,
LY,
LI,
LT,
LU,
MO,
MG,
MW,
MY,
MV,
ML,
MT,
MH,
MQ,
MR,
MU,
YT,
MX,
FM,
MD,
MC,
MN,
ME,
MS,
MA,
MZ,
MM,
NA,
NR,
NP,
NL,
NC,
NZ,
NI,
NE,
NG,
NU,
NF,
MK,
MP,
NO,
OM,
PK,
PW,
PS,
PA,
PG,
PY,
PE,
PH,
PN,
PL,
PT,
PR,
QA,
RE,
RO,
RU,
RW,
BL,
SH,
KN,
LC,
MF,
PM,
VC,
WS,
SM,
ST,
SA,
SN,
RS,
SC,
SL,
SG,
SX,
SK,
SI,
SB,
SO,
ZA,
GS,
SS,
ES,
LK,
SD,
SR,
SJ,
SE,
CH,
SY,
TW,
TJ,
TZ,
TH,
TL,
TG,
TK,
TO,
TT,
TN,
TR,
TM,
TC,
TV,
UG,
UA,
AE,
GB,
US,
UM,
UY,
UZ,
VU,
VE,
VN,
VG,
VI,
WF,
EH,
YE,
ZM,
ZW,
XK,
ZZ_EU
postal_code
string

Postal code of the transaction.

tax_id
string
deprecated

Tax ID associated with the transaction. DEPRECATED: This field is only populated for QuickBooks integrations and will be removed in a future version.

status
enum<string>
default:COMMITTED

Transaction status (e.g., COMMITTED)

Available options:
PENDING,
COMMITTED,
CANCELLED,
FULLY_REFUNDED,
PARTIALLY_REFUNDED,
INVALID,
ARCHIVED
address_status
enum<string>
default:UNVERIFIED

Address verification status (e.g., VERIFIED).

Available options:
UNVERIFIED,
INVALID,
PARTIALLY_VERIFIED,
VERIFIED,
UNVERIFIABLE,
BLANK
processing_status
enum<string>
default:QUEUED

Status of processing (e.g., ADDRESS_DONE)

Available options:
NEW,
UPDATED,
QUEUED,
ADDRESS_DONE,
EXEMPT_DONE,
NEXUS_DONE,
PROCESSED,
FILING_STARTED,
FILING_DONE,
LOCKED,
PENDING,
ARCHIVED,
NEEDS_REFETCH
destination_currency
enum<string>

Destination currency code (ISO 4217, e.g., USD)

Available options:
AED,
AFN,
ALL,
AMD,
ANG,
AOA,
ARS,
AUD,
AWG,
AZN,
BAM,
BBD,
BDT,
BGN,
BHD,
BIF,
BMD,
BND,
BOB,
BRL,
BSD,
BTN,
BWP,
BYN,
BZD,
CAD,
CDF,
CHF,
CLP,
CNY,
COP,
CRC,
CUC,
CUP,
CVE,
CZK,
DJF,
DKK,
DOP,
DZD,
EGP,
ERN,
ETB,
EUR,
FJD,
FKP,
GBP,
GEL,
GGP,
GHS,
GIP,
GMD,
GNF,
GTQ,
GYD,
HKD,
HNL,
HRK,
HTG,
HUF,
IDR,
ILS,
IMP,
INR,
IQD,
IRR,
ISK,
JEP,
JMD,
JOD,
JPY,
KES,
KGS,
KHR,
KMF,
KPW,
KRW,
KWD,
KYD,
KZT,
LAK,
LBP,
LKR,
LRD,
LSL,
LYD,
MAD,
MDL,
MGA,
MKD,
MMK,
MNT,
MOP,
MRU,
MUR,
MVR,
MWK,
MXN,
MYR,
MZN,
NAD,
NGN,
NIO,
NOK,
NPR,
NZD,
OMR,
PAB,
PEN,
PGK,
PHP,
PKR,
PLN,
PYG,
QAR,
RON,
RSD,
RUB,
RWF,
SAR,
SBD,
SCR,
SDG,
SEK,
SGD,
SHP,
SLL,
SOS,
SPL,
SRD,
STN,
SVC,
SYP,
SZL,
THB,
TJS,
TMT,
TND,
TOP,
TRY,
TTD,
TVD,
TWD,
TZS,
UAH,
UGX,
USD,
UYU,
UZS,
VEF,
VND,
VUV,
WST,
XAF,
XCD,
XDR,
XOF,
XPF,
YER,
ZAR,
ZMW,
ZWD
converted_total_amount
string

Converted total amount.

converted_total_tax_amount_imported
string

Converted imported tax amount.

converted_total_tax_amount_calculated
string

Converted calculated tax amount.

conversion_rate
string

Currency conversion rate.

converted_taxable_amount
string

Converted taxable amount.

converted_total_discount
string

Converted total discount amount.

converted_subtotal
string

Converted subtotal amount.

converted_total_tax_liability_amount
string

Converted total tax liability amount.

customer
CustomerRead · object

Customer information associated with the transaction.

total_discount
string

Total amount of all discounts applied to the transaction.

subtotal
string

Subtotal amount before any discounts are applied.

final_total_amount
string

Final total amount including tax liability.

converted_final_total_amount
string

Converted final total amount including tax liability.