TomorrowIdeas / plaid-sdk-php

PHP bindings for the Plaid API
MIT License
111 stars 42 forks source link

support for `automated_microdeposits_enabled` when creating link token #72

Closed harisrahman closed 1 year ago

harisrahman commented 1 year ago

Many banking institutions don't work without enabling automated_microdeposits_enabled. I contacted plaid dev support team and they suggested to enable it.

https://plaid.com/docs/api/tokens/#link-token-create-request-auth-automated-microdeposits-enabled https://plaid.com/docs/auth/coverage/automated/#initialize-link-with-a-link_token

harisrahman commented 1 year ago

Stripe dev support's email regarding the same :

Screenshot_20230503_014148

harisrahman commented 1 year ago

@brentscheffler please review.