zibri
    Preparing search index...

    The payment data stored by the provider.

    type PayPalPaymentProviderPaymentData = {
        approvalUrl?: string;
        authorizationId?: string;
        captureId?: string;
        orderId?: string;
        refundId?: string;
    }
    Index

    Properties

    approvalUrl?: string

    The url to navigate to for approval.

    authorizationId?: string

    The id of the authorization.

    captureId?: string

    The id of the payment capture.

    orderId?: string

    The id of the order.

    refundId?: string

    The id of the refund.