ej2 / python-quickbooks

A Python library for accessing the Quickbooks API.
MIT License
394 stars 193 forks source link

Turning on online payments vIa API invoices not working #330

Closed JamesMcIntyre100 closed 5 months ago

JamesMcIntyre100 commented 9 months ago

I've managed to create new customers and send invoices via the API in the sand box but when I try to make these invoices have a "Pay Now" button by setting AllowOnlineCreditCardPayment and/or AllowOnlineACHPayment to True; the invoice still works but doensn't have the "Pay Now" option.

Related: https://help.developer.intuit.com/s/question/0D54R00007ryTvQSAU/how-do-i-turn-on-online-payments-via-api-create-invoice?t=1700760765667

Can anyone help please?

Thanks,

James

ej2 commented 5 months ago

It looks like you solved your issue via the Intuit forums, so I am going to close this.