@paypal/paypal-js
    Preparing search index...

    Response from confirming an Apple Pay order.

    type ConfirmOrderResponse = {
        approveApplePayPayment: {
            id: string;
            links?: unknown[];
            payment_source: { apple_pay: { card: unknown; name: string } };
            status: string;
        };
    }
    Index

    Properties

    approveApplePayPayment: {
        id: string;
        links?: unknown[];
        payment_source: { apple_pay: { card: unknown; name: string } };
        status: string;
    }