Companion
object Companion
Functions
Link copied to clipboard
fun createCardParams(paymentIntentId: String, clientSecret: String, paymentMethod: PaymentMethod? = null, cvc: String? = null, customerId: String? = null, paymentConsentId: String? = null, returnUrl: String? = null, autoCapture: Boolean = true): ConfirmPaymentIntentParams
Return the ConfirmPaymentIntentParams for Credit Card Pay
Link copied to clipboard
fun createGooglePayParams(paymentIntentId: String, clientSecret: String, paymentMethod: PaymentMethod? = null, cvc: String? = null, customerId: String? = null, paymentConsentId: String? = null, returnUrl: String? = null, autoCapture: Boolean = true): ConfirmPaymentIntentParams
Return the ConfirmPaymentIntentParams for Credit Card Pay
Link copied to clipboard
fun createThirdPartPayParams(paymentMethodType: String, paymentIntentId: String, clientSecret: String, customerId: String? = null, paymentConsentId: String? = null, currency: String? = null, countryCode: String? = null, additionalInfo: Map<String, String>? = null, returnUrl: String? = null, flow: AirwallexPaymentRequestFlow? = null): ConfirmPaymentIntentParams
Return the ConfirmPaymentIntentParams for ThirdPart Pay