Create a RETURN transaction linked to an existing invoice to receive credit against a future tax liability. The resulting RETURN transaction will have negative line amounts and will be properly linked to the original sale.
parent-transaction-id
. The system ensures that all returned line items have negative amounts and are properly linked to the original transaction for tax accounting purposes.
The return can be either FULL (returning the entire original transaction) or PARTIAL (returning specific line items). For partial returns, you must specify which line items to return using their line IDs from the original transaction.
The system will:
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The unique identifier of the transaction to generate a return for.
Transaction creation response
The response is of type object
.