Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
levizoesch authored Mar 21, 2024
1 parent e32d452 commit 75db287
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ php artisan env:set TELLER_WEBHOOK_SECRET_KEY=
The available environments are
`sandbox`, `development`, and `production` for your `TELLER_ENVIRONMENT`.

The environment to use for enrolling the user's accounts. Valid values are `sandbox`, `development` and `production`. The `sandbox` environment never communicates with a real institution, it is used to create sandbox enrollments, accounts and tokens. The `development` environment is the same as `production` but is not billed and has a hard limit of 100 enrollments.

### Teller Certificates

This package requires that you have the teller provided private key, and certificate .pem file present within your main directory. This is provided to you when you create a https://teller.io/ developer account.
Expand Down

0 comments on commit 75db287

Please sign in to comment.