Interface VerifyReceiptRequestBody

The JSON contents you submit with the verifyReceipt request to the App Store.

interface VerifyReceiptRequestBody {
    exclude-old-transactions?: boolean;
    password: string;
    receipt-data: string;
}

Properties

exclude-old-transactions?: boolean

Set this value to true for the response to include only the latest renewal transaction for any subscriptions. Use this field only for app receipts that contain auto-renewable subscriptions.

password: string

Your app’s shared secret, which is a hexadecimal string.

receipt-data: string

The Base64-encoded receipt data.