We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement an API that helps us to easily inform merchants when they can expect their money, following https://www.balancedpayments.com/docs/overview#submission-delivery-times.
Preferably, make it a simple call that can be parsed in JS by new Date( ... ) such as milliseconds since 1970.
new Date( ... )
This would be especially helpful if things change in the future -- no change would be required.
The text was updated successfully, but these errors were encountered:
We do publish this information, but it's not accessible via the API: https://www.balancedpayments.com/ach-debits
Sorry, something went wrong.
No branches or pull requests
Implement an API that helps us to easily inform merchants when they can expect their money, following https://www.balancedpayments.com/docs/overview#submission-delivery-times.
Preferably, make it a simple call that can be parsed in JS by
new Date( ... )
such as milliseconds since 1970.This would be especially helpful if things change in the future -- no change would be required.
The text was updated successfully, but these errors were encountered: