airwallex-payment-react-native - v0.3.1
    Preparing search index...

    Function payWithCardDetails

    • Pays with raw card details collected by the merchant's own UI. The merchant is responsible for PCI compliance when using this method.

      Parameters

      • session: PaymentSession

        The payment session describing the intent, amount, currency, and customer.

      • card: Card

        The card details to charge.

      • saveCard: boolean

        When true, the card is saved as a payment consent for future use.

      Returns Promise<PaymentResult>

      The result of the payment attempt.