The Get Transactions API retrieves a list of transactions with optional filtering, sorting, and pagination.
Your secret API key. Include it with every request.
Identifies the organization this request acts on.
Every query parameter below is optional. Combine as many as you need and append them to the endpoint as a query string. The example shows a few to get you started.
/v1/transactions?state_code=<state_code>&country=<country>&status=<status>Filter transactions by state code.
Filter by transaction type (e.g., SALE, FULL_CREDIT_NOTE, PARTIAL_CREDIT_NOTE, ARCHIVE etc.).
Filter transactions based on the source.
Search for transactions using a general query (e.g., order ID, customer name).
Filter transactions by country code (ISO 3166-1 alpha-2 format, e.g., US).
AFAXALDZASADAOAIAQAGARAMAWAUATAZBSBHBDBBBYBEBZBJBMBTBOBQBABWBVBRIOBNBGBFBICVKHCMCAKYCFTDCLCNCXCCCOKMCGCDCKCRHRCUCWCYCZDKDJDMDOECEGSVGQEREESZETFKFOFJFIFRGFPFTFGAGMGEDEGHGIGRGLGDGPGUGTGGGNGWGYHTHMVAHNHKHUISINIDIRIQIEIMILITCIJMJPJEJOKZKEKIKPKRKWKGLALVLBLSLRLYLILTLUMOMGMWMYMVMLMTMHMQMRMUYTMXFMMDMCMNMEMSMAMZMMNANRNPNLNCNZNINENGNUNFMKMPNOOMPKPWPSPAPGPYPEPHPNPLPTPRQARERORURWBLSHKNLCMFPMVCWSSMSTSASNRSSCSLSGSXSKSISBSOZAGSSSESLKSDSRSJSECHSYTWTJTZTHTLTGTKTOTTTNTRTMTCTVUGUAAEGBUSUMUYUZVUVEVNVGVIWFEHYEZMZWXKZZ_EUFilter by full state name (e.g., California).
Filter by address status (e.g., UNVERIFIED, INVALID, PARTIALLY_VERIFIED, VERIFIED, UNVERIFIABLE).
UNVERIFIEDINVALIDPARTIALLY_VERIFIEDVERIFIEDUNVERIFIABLEFilter by transaction status (e.g., PENDING, COMMITTED, CANCELLED, FULLY_REFUNDED, PARTIALLY_REFUNDED, ARCHIVED).
PENDINGCOMMITTEDCANCELLEDFULLY_REFUNDEDPARTIALLY_REFUNDEDINVALIDARCHIVEDRetrieve transactions linked to a specific filing ID.
Sort results based on specified fields. Prefix with - for descending order (e.g., -date for newest first).
datestatecustomer_namestatusRetrieve transactions with a date greater than or equal to (YYYY-MM-DD).
Retrieve transactions with a date less than or equal to (YYYY-MM-DD).
Filter transactions based on processing status. Multiple values can be passed as a comma-separated list.
Filter transactions by marketplace (e.g., AMAZON, EBAY).
Filter transactions by exemption status. Multiple values can be passed as a comma-separated list (e.g., EXEMPT,TAXABLE).
Page number
Page size
Successfully retrieved transactions
Unauthenticated request.
Resource not found
Validation error
Internal server error