Skip to content

Commit 48bef32

Browse files
btubbsmichaelckelly
authored andcommitted
Account id explanation (#94)
* clarify that the Account ID comes from Plaid Link along with the public_token * tweak public_token formatting
1 parent e33229d commit 48bef32

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ access_token = response['access_token']
9898

9999
### Create a Stripe bank account token
100100

101-
Exchange a Plaid Link `public_token` for an API `access_token` and a Stripe `bank_account_token`:
101+
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`:
102104

103105
```python
104106
from plaid import Client

0 commit comments

Comments
 (0)