PaymentFormConfig

constructor(publicKey: String, context: Context, environment: Environment, style: PaymentFormStyle, paymentFlowHandler: PaymentFlowHandler, supportedCardSchemeList: List<CardScheme> = emptyList(), prefillData: PrefillData? = null)

Parameters

publicKey
  • used for client-side authentication in the SDK

context
  • represent the application context

environment
style
paymentFlowHandler
supportedCardSchemeList
  • represent the supported card schemes CardScheme in PaymentForm

prefillData
  • PrefillData represent the data for prefill in the PaymentForm