# Submit encrypted receipt Submits an encrypted purchase receipt to the queue for delivery to customer devices. The receipt is encrypted with customer device keys for end-to-end privacy. Requires write_receipts OAuth scope. Accessible for: Company, Client Application Endpoint: POST /receipt/encrypted Version: v1 Security: cheqi_oauth ## Request fields (application/json): - `encryptedReceipts` (array) - `encryptedReceipts.recipientId` (string) - `encryptedReceipts.receiptId` (string) - `encryptedReceipts.receiverType` (string) Enum: "WEBHOOK", "DEVICE" - `encryptedReceipts.encryptedReceipt` (string) - `encryptedReceipts.encryptedSymmetricKey` (string) - `encryptedReceipts.finalHash` (string) - `encryptedReceipts.publicKey` (string) - `encryptedReceipts.supplierPartyId` (string) - `matchId` (string) - `templateHash` (string) ## Response 201 fields (*/*): - `cheqiReceiptId` (string) - `createdAt` (string) - `templateHash` (string) ## Response 400 fields (*/*): - `cheqiReceiptId` (string) - `createdAt` (string) - `templateHash` (string) ## Response 403 fields (*/*): - `cheqiReceiptId` (string) - `createdAt` (string) - `templateHash` (string)