Interface

PaymentMethodWithConsent

PaymentMethodWithConsent

Interface of the request when call confirmPaymentIntent with contact. The application scenario: when you already have a payment consent created by call createPaymentConsent and your customer would like to trigger a payment intent confirm with the pre signed consent (linked with customer_id)

View Source types/airwallex.d.ts, line 439

Members

string

# client_secret

The `client_secret` of the intent. It returns when you create payment intent

View Source types/airwallex.d.ts, line 455

Element

# element

The element you would like to use to confirm intent

View Source types/airwallex.d.ts, line 460

string

# id

The id of the intent which would be confirmed
Deprecated:
  • Please use `intent_id`

View Source types/airwallex.d.ts, line 444

string

# intent_id

The id of the intent which would be confirmed

View Source types/airwallex.d.ts, line 450

string
The id of the payment consent which used to confirm intent

View Source types/airwallex.d.ts, line 465