TomorrowIdeas / plaid-sdk-php

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

Adding support for transactions refresh endpoint #26

Closed webkod3r closed 3 years ago

webkod3r commented 3 years ago

This PR is intended to add support for transactions refresh feature Plaid offers. It's followed by a webhooks call with new/deleted transactions if any.

Refer to https://plaid.com/docs/api/products/#transactionsrefresh for more info.

brentscheffler commented 3 years ago

Thanks!