CollectBankAccountParams: {
    paymentMethodType: "USBankAccount";
    paymentMethodData: { billingDetails: { name: string; email?: string } };
    style?: UserInterfaceStyle;
    onEvent?: (event: FinancialConnectionsEvent) => void;
}

Type declaration

  • paymentMethodType: "USBankAccount"
  • paymentMethodData: { billingDetails: { name: string; email?: string } }
  • Optionalstyle?: UserInterfaceStyle

    iOS only. Style options for colors in Financial Connections. By default, the bank account collector will automatically switch between light and dark mode compatible colors based on device settings.

  • OptionalonEvent?: (event: FinancialConnectionsEvent) => void

    An optional event listener to receive

MMNEPVFCICPMFPCPTTAAATR