Create transaction
numeral_create_transactionRECORDS a completed sale as a transaction — this WRITES a live tax/compliance record used for filings. Supply the calculation_id returned by numeral_calculate_tax and your reference_order_id. Numeral: POST /tax/transactions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metadata | No | Arbitrary string key/value metadata. | |
| calculation_id | Yes | The calculation id returned by numeral_calculate_tax. | |
| reference_order_id | Yes | Your order id for this sale (used for record keeping / dedupe). | |
| transaction_processed_at | No | Unix timestamp (SECONDS) the sale was processed. Defaults to now if omitted. |