Expenses
Get an expense
Get an expense by its ID.
get/v1/expenses/{id}
Path parameters
idstring required
Query parameters
expand[]string[] nullable
Get additional details for the expense, e.g. merchant mcc code, by passing in expand[]=merchant. Query parameters include location, department, cost_center, merchant, receipts.download_uris, user, budget, payment, spending_entity and policy.
load_custom_fieldsboolean nullable
Load custom fields for the expense.
Response
Get an expense response.
ExpandableExpense required— unresolved $ref
Changes
Changed in 1 of the 2 revisions of this API.3
- ○
added the optional property
card_transaction_reference_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
cost_centerto the response with the200statusresponse-optional-property-added
- ○
added the optional property
cost_center_idto the response with the200statusresponse-optional-property-added
- ○