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_id to the response with the 200 status

      response-optional-property-added

    • added the optional property cost_center to the response with the 200 status

      response-optional-property-added

    • added the optional property cost_center_id to the response with the 200 status

      response-optional-property-added