• Displays detailed information for a specific payment. Typically used in a modal or detail view after selecting a payment from ConnectPayments.

    Parameters

    • __namedParameters: { payment: string; onClose: () => void } & CommonComponentProps

    Returns Element

    <ConnectPaymentDetails
    payment="py_1234567890"
    onClose={() => setShowDetails(false)}
    style={{ flex: 1 }}
    />