Commit 57a75e7
committed
feat(stripe_js): add Stripe.js bindings for US bank account collection and microdeposit verification
Add JS interop extensions and freezed data classes for four Stripe.js v3
methods that were previously missing from the stripe_js package:
- collectBankAccountForPayment / collectBankAccountForSetup
- verifyMicrodepositsForPayment / verifyMicrodepositsForSetup
These methods enable the Financial Connections authentication flow for
US bank account (ACH) payments and setup intents on the web platform.
Each method takes a single options object containing the clientSecret
and params/data, matching the Stripe.js API contract.1 parent ad190d2 commit 57a75e7
20 files changed
Lines changed: 2176 additions & 0 deletions
File tree
- packages/stripe_js/lib/src
- api
- payment_intents
- setup_intents
- js
- payment_intents
- setup_intents
Lines changed: 36 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
0 commit comments