-
Create a configuration for the Payment form
Declaration
Swift
public init(apiKey: String, environment: Environment, supportedSchemes: [CardScheme], billingFormData: BillingForm?)Parameters
apiKeyAPI Key provided by Checkout enabling you access to our services
environmentEnum describing the environment the SDK is running in
supportedSchemesCard schemes supported for receiving payments. Accurate declaration of supported schemes will improve customer experience
billingFormDataPre filled Billing form information to be included and help reduce user input if known
View on GitHub
PaymentFormConfiguration