Spend Documents V4

This is a limited release of the Spend Documents v4 API. This API supports downloading of the receipt images and compliance documents:

Receipt Document: Display representation of the Receipt. Compliance Document: Compliant representation of the Receipt.

  • Fapiao OFD uploaded via the SAP Concur WeChat Mini app.
  • GRDC Receipts uploaded via SAP Concur Mobile.
  • CFDI Receipts uploaded via SAP Concur Mobile or Email.

Limitations

This API is only available to partners who have been granted access. Access to this documentation does not provide access to the API. This API is available in US and EMEA data centers.

Products and Editions

  • Concur Expense Professional Edition
  • Concur Expense Standard Edition

Scope Usage

Name Description Endpoint
spenddocs.receipts.read Read access to receipt documents GET
spenddocs.receipts.compliance.read Read access to receipt compliance information GET

Dependencies

The user can use the Identity v4 API to retrieve the userId and companyId.

Access Token Usage

This API supports user and company level access tokens only.

Scopes

Refer to Scope Usage for full details.

  • spenddocs.receipts.read
  • spenddocs.receipts.compliance.read

Get Receipt Representations

Display Representation

This endpoint returns display representation of a receipt by receiptId.

URI

GET https://{datacenterURI}/spend-documents/v4/receipts/{receiptId}/representations?type=display

Parameters

Name Type Format Description
receiptId string - Required

Response

Status Codes

This endpoint returns display representation of a receipt by imageId and companyId.

URI

GET https://{datacenterURI}/spend-documents/v4/receipts/ representations?imageId={imageId}&companyId={companyId}&type=display

Parameters

Name Type Format Description
imageId string - Required
companyId string - Required

Response

Status Codes

Compliance Representation

This endpoint returns compliance representations of a receipt by receiptId.

URI

GET https://{datacenterURI}/spend-documents/v4/receipts/{receiptId}/representations?type=compliance

Parameters

Name Type Format Description
receiptId string - Required

Response

Status Codes

On this page