gotomyaccounts / GoToMyAccounts-Web

GoToMyAccounts Web Application
0 stars 0 forks source link

Auto-Pay with Billing Agreements #12

Open gtmadev opened 5 years ago

gtmadev commented 5 years ago

Add auto-payment ability and billing agreement feature for auto-selecting invoices to pay.

chrisporosky commented 4 years ago

This would be great, also keep in mind it is also possible to set up recurring 'bank check' payments through quickbooks online sales receipt: https://quickbooks.intuit.com/learn-support/en-us/payments/can-qb-be-set-up-to-automatically-process-monthly-payments-via/00/211456

gtmadev commented 4 years ago

@chrisporosky we're getting closer on this one. A lot of work had to be done first on all of our internal payment API endpoints so that they are all standardized (by payment type). For example, any credit card payment can be created for any gateway as long as its called through our internal core API. We basically built a conduit between our automations and all the payment gateways we support.

Re: QB payments and automations inside QuickBooks.. this is true. However developers cannot access those automations via the QB Payments API. See https://developer.intuit.com/app/developer/qbpayments/docs/api/resources/all-entities/bankaccounts. And actually, that's fine. We need a centralized auto-pay feature that can be called in the same manner - no matter which gateway or API is being utilized. And that's also what makes this such a complex and "involved" feature.

But when it's done, it's gonna be great.