Create Transactions
Record a completed sale
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The ID of the calculation
that you want to record as a sale
The ID of this order in your system. Must be unique among all your transactions
Unix timestamp in seconds representing the date and time your sale was made. If not provided, the current date and time will be used.
You can store arbitrary keys and values in the metadata. Any valid JSON object whose values are less than 255 characters long is accepted.
Response
The ID of the transaction
. We highly recommend you store this value. If you need to refund or query the data from this transaction, you will use this ID as a reference.
The type of object: tax.transaction
.
The ID of the calculation
that was used to create this transaction
The unique order ID you provided when creating the transaction
Unix timestamp in seconds representing the date and time your sale was made. If not provided, the date and time this transaction
was created
The ISO-4217 currency code of the transaction
The currency code of the filing that will be used to remit taxes collected on this transaction
True
if using a production API key. If true
, Numeral will record this transaction
towards your nexus totals. If you're registered and collecting in the relevant jurisdiction, we'll file the tax.
You can store arbitrary keys and values in the metadata. Any valid JSON object whose values are less than 255 characters long is accepted.