Get transaction details

Get details about an existing transaction.

In the response, you get information about transactions, reversals, and refunds.

  • Transaction: For a transaction, transactionType is set as AUTHORIZATION or DECLINE. The field is set as CLEAR after BILL has moved money from the funding account.
  • Reversal: For a reversal (cancel before funds are settled), transactionType is set as AUTHORIZATION and amount is a negative value.
  • Refund: For a refund (cancel after funds are settled), transactionType is set as CLEAR and amount is a negative value.
Path Params
string
required
length ≥ 1

BILL-generated ID or UUID of the transaction

Query Params
string | null

List of BILL-generated IDs or UUIDs of custom fields. Set the IDs or UUIDs as comma-separated values.

Headers
string | null

Access token for Spend & Expense API authentication

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json