stripe-countries-bank-accounts
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published
Gitter

Description

This package is providing a short bank detail form for 43 countries which are supported by Stripe. It's including dynamic fields for Account Number, Routing Number, Clearing Number, IBAN, BIC and etc.

How To Use

import { CountryBankAccount } from 'stripe-countries-bank-accounts';

const App = () => {
 const handleComplete = (res) => {
    console.log(res)
 };

 return <CountryBankAccount countryCode="AU" businessType="individual" onComplete={handleComplete} />
};

export default App;

Package Sidebar

Install

npm i stripe-countries-bank-accounts

Weekly Downloads

0

Version

1.0.5

License

MIT

Unpacked Size

3.92 kB

Total Files

3

Last publish

Collaborators

  • taroka