Upload ReceiptCopy Pagepost https://partner-api.getpliant.com/api/receiptsUpload receipt to an existing transaction.Query ParamstransactionIduuidrequiredThe transaction to which the receipt should be uploaded.Body ParamsfilefilerequiredThe receipt which should be uploaded to the transaction.Responses 200Ok 400Bad request - Receipt uploads are disabled for transactions with status REVERSED and DECLINED, or if type is STATUS_INQUIRY 401Unauthorized. The API consumer is not authorized to access the requested resource. 403Forbidden. The API consumer is not allowed to access the requested resource. 404Not Found. The requested resource could not be found. 418Upload failed because transaction does not allow adding a receipt (receiptUploadEnabled is set to false) 500Internal Server Error. The request was not completed due to an internal error.Updated 11 days ago