Transaction Limits
Once the user has a verified bank account, you can retrieve their ACH transaction limits.
We recommend polling for the user's ACH transaction limits. The response object for calculateAchlimits is not presenting itself properly below (because Gitbook.. if you know you know).
You will receive
422
status until the limits have been calculated, which will be near instant.Here is the object:
post
https://api.ratio.me
/v1/users/{userId}:calculateAchLimits
Calculate the ACH limits for the user
Here is a reference for how we present account limits in our React Native SDK.

Last modified 15d ago