get
https://gateway.stage.bill.com/connect/v3/spend/transactions
Get a list of transaction objects. By default, you get 20 results on one page of results. Set max in your request to get up to 50 results on one page. In the response, you get information about transactions, reversals, and refunds.
- Transaction: For a standard transaction,
transactionTypeis set asAUTHORIZATIONorDECLINE. The field is updated toCLEARonce BILL has moved money from the funding account.CLEARtransactions receive a new ID and reference the originalAUTHORIZATIONtransaction via theoriginalAuthTransactionUuidfield. - Reversal: For a reversal (cancel before funds are settled),
transactionTyperemainsAUTHORIZATION, but theamountis typically a negative value. - Refund: For a refund (cancel after funds are settled),
transactionTyperemainsCLEAR, but theamountis a negative value.
Note: Only parent transactions are available in the response.
