Create a transaction
Submit a completed transaction for processing and filing
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The unique identifier for the corporation associated with this transaction.
"b6d009b0-d174-463f-b030-94643c28e209"
ISO 8601 formatted date string indicating date on which the transaction took place.
ISO 4217 alpha-3 currency code for the transaction.
"USD"
Type of the transaction. Must be SALE
on this endpoint. Refund transactions should be created using /transactions/refund-transactions
.
SALE
, REFUND
ISO 8601 formatted date string indicating the date on which the tax liability should be recognized for filings and for nexus tracking, if different from the transacted_at
date.
Total amount before tax, shipping, handling, and discounts.
x >= 0
Total discount amount applied to the transaction.
x >= 0
0.99
Total shipping and handling charges.
x >= 0
This is the total amount charged to the customer, which includes the subtotal, shipping and handling fees, tax, and reflects any applied discounts.
x >= 0
Numeric value representing the amount of sales tax paid by the customer for this transaction.
x >= 0
Optional ID of a previous calculation used for this transaction.
If this field is present, this transaction will be considered exempt.
PURPOSE_RESALE
, ENTITY_TYPE_NONPROFIT
, GOVERNMENT
, MANUFACTURER
, AGRICULTURAL
, OTHER