Unverified Customer 5k weekly limit. How to find remainder available?
Basically if I am doing transfers how do I know the remainder available after other transfers from the same account? Do I personally need to keep track of this? Or is there an easy endpoint I can simply check?
To keep track of the weekly limit for Unverified Customers, you can either keep a tally of the amounts whenever the Customer makes a transaction, or you could also list the transactions for that Customer over a certain period (for example, Sunday of current week to current day) by appending additional query string parameters to your request and add the amounts to get the total amount spent so far in the week.
Here’s an example API call -
GET https://api-sandbox.dwolla.com/customers/{customerId}/transfers?startDate=2019-07-21&endDate=2019-07-24
Hope that helps! Let me know if you have any further questions!