Emburse · Example Payload

Emburse Transaction Example

Expense ManagementAP AutomationCorporate CardsVirtual CardsReceipt CaptureReimbursementInvoice ProcessingFinanceFinTech

Emburse Transaction Example is an example object payload from Emburse, with 28 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idurlamountcurrency_codeforeign_amountforeign_currency_codestateresponse_codemerchantvendorbank_accountcardis_onlinemembercategorydepartmentlabellocationnotereceiptattachmentstimecreated_atposted_atreview_statusrequisitiontypepurchase_details

Example Payload

Raw ↑
{
  "id": "550e8400-e29b-41d4-a716-446655440000",
  "url": "string",
  "amount": "string",
  "currency_code": "string",
  "foreign_amount": "string",
  "foreign_currency_code": "string",
  "state": "string",
  "response_code": "string",
  "merchant": "string",
  "vendor": "string",
  "bank_account": "string",
  "card": {
    "id": "550e8400-e29b-41d4-a716-446655440000",
    "url": "string",
    "state": "string",
    "description": "string",
    "last_four": "string"
  },
  "is_online": false,
  "member": {
    "id": "550e8400-e29b-41d4-a716-446655440000",
    "url": "string",
    "email": "string",
    "code": "string",
    "first_name": "string",
    "last_name": "string"
  },
  "category": {
    "id": "550e8400-e29b-41d4-a716-446655440000",
    "name": "string",
    "code": "string",
    "parent": {},
    "is_archived": false,
    "created_at": "2024-01-15T10:30:00Z",
    "url": "string"
  },
  "department": {
    "id": "550e8400-e29b-41d4-a716-446655440000",
    "name": "string",
    "code": "string",
    "parent": {},
    "is_archived": false,
    "created_at": "2024-01-15T10:30:00Z",
    "url": "string"
  },
  "label": {
    "id": "550e8400-e29b-41d4-a716-446655440000",
    "name": "string",
    "code": "string",
    "parent": {},
    "is_archived": false,
    "created_at": "2024-01-15T10:30:00Z",
    "url": "string"
  },
  "location": {
    "id": "550e8400-e29b-41d4-a716-446655440000",
    "name": "string",
    "code": "string",
    "parent": {},
    "is_archived": false,
    "created_at": "2024-01-15T10:30:00Z",
    "url": "string"
  },
  "note": "string",
  "receipt": "string",
  "attachments": "string",
  "time": "2024-01-15T10:30:00Z",
  "created_at": "2024-01-15T10:30:00Z",
  "posted_at": "2024-01-15T10:30:00Z",
  "review_status": "pending",
  "requisition": "string",
  "type": "string",
  "purchase_details": {}
}