v1
latestOpenAPI 3.0.12026-07-24310590875.6 KBtransactions
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.
get/v3/spend/transactions/{transactionId}
Path parameters
transactionIdstring required
BILL-generated ID or UUID of the transaction
Example:{{se_transaction_uuid}}
Query parameters
showCustomFieldIdsstring nullable
List of BILL-generated IDs or UUIDs of custom fields. Set the IDs or UUIDs as comma-separated values.
Example:{{se_custom_field_uuid}}
Headers
apiTokenstring nullable
Access token for Spend & Expense API authentication
Example:{{api_token}}
Response
Get transaction details response