provider plaid POST
/transfer/recurring/list @utdk/plaid
/transfer/recurring/list List recurring transfers
Use the `/transfer/recurring/list` endpoint to see a list of all your recurring transfers and their statuses. Results are paginated; use the `count` and `offset` query parameters to retrieve the desired recurring transfers.
Try it
Authentication
Configure credentials for The Plaid API
Code snippet
Updates live as you fill in the form above.
TypeScript
import plaid from '@utdk/plaid';
await plaid.transferrecurringlist({
"count": 25,
"offset": 0
})