Skip to content

Commit

Permalink
Account id explanation (#94)
Browse files Browse the repository at this point in the history
* clarify that the Account ID comes from Plaid Link along with the public_token

* tweak public_token formatting
  • Loading branch information
btubbs authored and michaelckelly committed May 17, 2017
1 parent e33229d commit 48bef32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ access_token = response['access_token']

### Create a Stripe bank account token

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
that `access_token` and the Plaid Link `account_id` (received along with the
`public_token`) for a Stripe `bank_account_token`:

```python
from plaid import Client
Expand Down

0 comments on commit 48bef32

Please sign in to comment.