# Get all outstanding credit note initiation requests Retrieves all outstanding credit note initiation requests for the authenticated company or client application. These are customer-initiated refund requests that are pending processing. Accessible for: Company, Client Application Endpoint: GET /credit-note Version: v1 Security: cheqi_oauth ## Response 200 fields (*/*): - `recipientId` (string, required) The recipient ID of the credit note - `creditNoteId` (string) The credit note ID Example: "UUID" - `originalReceiptId` (string) The original receipt ID Example: "UUID" - `receiverType` (string) The receiver type of the credit note Enum: "WEBHOOK", "DEVICE" - `encryptedCreditNote` (string, required) The encrypted credit note Example: "encryptedCreditNote" - `encryptedSymmetricKey` (string, required) Base64-encoded device-specific encrypted symmetric key - `encryptedCustomerDetails` (string, required) Base64-encoded encrypted customer details. - `encryptedCustomerAesKey` (string, required) Base64-encoded encrypted customer details AES key - `finalHash` (string) - `publicKey` (string, required) Base64-encoded public key used to encrypt the request - `supplierPartyId` (string, required) Supplier party ID for storage ## Response 403 fields (*/*): - `recipientId` (string, required) The recipient ID of the credit note - `creditNoteId` (string) The credit note ID Example: "UUID" - `originalReceiptId` (string) The original receipt ID Example: "UUID" - `receiverType` (string) The receiver type of the credit note Enum: "WEBHOOK", "DEVICE" - `encryptedCreditNote` (string, required) The encrypted credit note Example: "encryptedCreditNote" - `encryptedSymmetricKey` (string, required) Base64-encoded device-specific encrypted symmetric key - `encryptedCustomerDetails` (string, required) Base64-encoded encrypted customer details. - `encryptedCustomerAesKey` (string, required) Base64-encoded encrypted customer details AES key - `finalHash` (string) - `publicKey` (string, required) Base64-encoded public key used to encrypt the request - `supplierPartyId` (string, required) Supplier party ID for storage