PaymentIntentConfirmRequest

Types

Link copied to clipboard

Properties

Link copied to clipboard
val customerId: String? = null

Customer who intends to pay for the payment intent

Link copied to clipboard
val device: Device? = null

Device info

Link copied to clipboard

Integration data

Link copied to clipboard

Reference to an existing PaymentConsent

Link copied to clipboard

Options for payment method

Link copied to clipboard

The payment method that you want to confirm

Link copied to clipboard
val requestId: String? = null

Unique request ID specified by the merchant

Link copied to clipboard
val returnUrl: String? = null

The URL to redirect your customer back to after they authenticate their payment on the PaymentMethod’s app or site. If you’d prefer to redirect to a mobile application, you can alternatively supply an application URI scheme.

Link copied to clipboard
open val sdkType: String
Link copied to clipboard
open val sdkVersion: String

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open override fun toParamMap(): Map<String, Any>
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)