PrimerHeadlessUniversalCheckout.AchManager
is an SDK manager designed to streamline the headless integration of ACH.
Features
- Provide component: Provides a component that implements PrimerHeadlessAchComponent: PrimerCollectableData, PrimerHeadlessStep
- For the case of Stripe ACH (STRIPE_ACH) payment method: the manager will return an instance of StripeAchUserDetailsComponent: ACHUserDetailsCollectableData, ACHUserDetailsStep
- Mandate delegate: Implements a delegate allowing users to accept or decline the mandate information.
1234
public protocol ACHMandateDelegate { func acceptMandate() func declineMandate()}
swift
copy
1
public init()
swift
copy