# Create a new receipt match The uri will be a pre-signed S3 URL allowing you to upload the receipt securely. This URL can only be used for a PUT operation and expires 30 minutes after its creation. Once your upload is complete, we will try to match the receipt with existing expenses. Refer to these docs on how to upload to this pre-signed S3 URL. We highly recommend using one of AWS SDKs if they're available for your language to upload these files. Endpoint: POST /v1/expenses/card/receipt_match Version: 0.1 Security: OAuth2 ## Request fields (application/json): - `receipt_name` (string, required) The name of the receipt (with the file extension). It will be used in the matching result email. ## Response 201 fields (application/json): - `id` (string, required) The unique identifier for the request. - `uri` (string, required) The pre-signed S3 link that should be used to upload the file. The maximum size accepted for this document is 50 MB. ## Response 400 fields ## Response 401 fields