We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e33229d commit 48bef32Copy full SHA for 48bef32
1 file changed
README.md
@@ -98,7 +98,9 @@ access_token = response['access_token']
98
99
### Create a Stripe bank account token
100
101
-Exchange a Plaid Link `public_token` for an API `access_token` and a Stripe `bank_account_token`:
+Exchange a Plaid Link `public_token` for an API `access_token`. Then exchange
102
+that `access_token` and the Plaid Link `account_id` (received along with the
103
+`public_token`) for a Stripe `bank_account_token`:
104
105
```python
106
from plaid import Client
0 commit comments