Get transaction details

Get details about an existing transaction.

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

  • Transaction: For a standard transaction, the transactionType is set as AUTHORIZATION or DECLINE. The status is updated to CLEAR once BILL moves the money from the funding account. The CLEAR transactions receive a new ID and reference to the original AUTHORIZATION transaction via the originalAuthTransactionUuid field.
  • Reversal: For a reversal (a cancellation before funds are settled), the transactionType remains AUTHORIZATION, but the amount is typically a negative value.
  • Refund: For a refund (a cancellation after funds are settled), the transactionType is set to CLEAR and the 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
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json