- Mark as New
- Bookmark
- Subscribe
- Highlight
- Report Inappropriate Content
How to enable the 'Accept Card Payments with PayPal' payment option when creating invoice via API
- Mark as New
- Bookmark
- Subscribe
- Highlight
- Report Inappropriate Content
Transactions
Hello Usercam,
Welcome to the Community page,
If you do not want to get the option that defaults to 'accept card payments with Paypal', you will need to go to the apps section and disconnect the PayPal for it to then not default to that option for you.
- Mark as New
- Bookmark
- Subscribe
- Highlight
- Report Inappropriate Content
Transactions
Hello
Thanks for your reply but that wasn't my question. We want ALL invoices to have the option to pay by PayPal, but invoices sent using the Quickbooks API do not have PayPal payments enabled. How do we enable this payment method when sending an invoice using the API?
- Mark as New
- Bookmark
- Subscribe
- Highlight
- Report Inappropriate Content
Transactions
Thanks for getting back to us usercam, did you develop the API using the Intuit Developer or are you using a separate 3rd party for this?
- Mark as New
- Bookmark
- Subscribe
- Highlight
- Report Inappropriate Content
Transactions
Thanks for your reply, I used Intuit Developer - using https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/invoice
- Mark as New
- Bookmark
- Subscribe
- Highlight
- Report Inappropriate Content
Transactions
Hello Usercam,
Thanks for coming back to us,
so all invoices will have a review and pay button can you check the settings for the email options so go to the main cogwheel>account and settings>sale>scroll down to online delivery and click into that and if the option in additional email options for invocies is set to plan text the review and pay will not be there.
- Mark as New
- Bookmark
- Subscribe
- Highlight
- Report Inappropriate Content
Transactions
Hi,
I m having a similar problem, Both the payment options are in the JSON
"AllowOnlineACHPayment": true,
"AllowOnlineCreditCardPayment": true,
and the additional email options for invoices is set to Online Invoice, but invoices raised via the API do not get the pay option.
Is there something else that i have missed. The option is there in the GUI.
Thanks
Ian..
- Mark as New
- Bookmark
- Subscribe
- Highlight
- Report Inappropriate Content
Transactions
I’m glad to see you on this thread, @IanCollins.
Since you have the same concern, I recommend posting this directly to the Intuit developer’s page to get this fix. They can provide you information so your customers can pay you online.
You might want to check this reference to learn how to receive customer payments for online invoices in QuickBooks Online: Take and process payments.
Please let me know if you have other concerns besides the payment option. I’m always here to help. Take care!
- Mark as New
- Bookmark
- Subscribe
- Highlight
- Report Inappropriate Content
Transactions
Hi @MadelynC
I did add it as a developer question but have not had a response and the is causing a lot of problems for us. I am sure its something that I have missed, but from the documentation I can see what.
Ian..
- Mark as New
- Bookmark
- Subscribe
- Highlight
- Report Inappropriate Content
Transactions
Is there any update to this issue being resolved? We have to manually go and edit every invoice on Quickbooks and tick 'Accept Card Payments with PayPal' and resend the invoice to customers which completely defeats the whole object of using the API to automate invoice creation.
- Mark as New
- Bookmark
- Subscribe
- Highlight
- Report Inappropriate Content
Transactions
I am in the same boat really need an answer
- Mark as New
- Bookmark
- Subscribe
- Highlight
- Report Inappropriate Content
Transactions
I also have the same issue.
This should be a simple task. Why has Quickbooks not resolved the issue yet?
Does anybody have an update?
- Mark as New
- Bookmark
- Subscribe
- Highlight
- Report Inappropriate Content
Transactions
I can share some information that can help you check the status of your concern, @abutty72.
To check for any updates related to the concern you're having with your invoices, I suggest posting this to our Intuit Developer Forum to verify with other developers. This is a separate place where you can get an answer from one of the experts handling API concerns.
Here's more information on how to create invoices in QuickBooks Online (QBO): Create invoices in QuickBooks Online.
Then, check the following article on how to receive and record invoice payments in QBO: Record invoice payments in QuickBooks Online.
Stay in touch if you need further help with your QuickBooks. I’m always glad to help in any way I can. Take care and have a great rest of the day!
- Mark as New
- Bookmark
- Subscribe
- Highlight
- Report Inappropriate Content
Transactions
If you are running a service company, consider having a 3r party app to receive payments by Visa, MasterCard, American Express, Diners Club (International), Discover (Domestic) and Direct Debit (BACS).
- Mark as New
- Bookmark
- Subscribe
- Highlight
- Report Inappropriate Content
Transactions
If you're going to ask us to post in the developer forum can you have someone actually reply? There's loads of developers with the same problem - it's clearly a QB issue - and yet over a YEAR later there's no reply.
- Mark as New
- Bookmark
- Subscribe
- Highlight
- Report Inappropriate Content
Transactions
Hey there, I had this same issue, here's what I did.
Endpoint to Call: https://quickbooks.api.intuit.com/v3/company/{{YOUR Company ID here}}/invoice?minorversion=65
Body Request: RAW
{
"SyncToken": "SYNC TOKEN (0) should work",
"Id": "INVOIC ID YOU WANT TO UPDATE",
"sparse": true,
"AllowOnlinePayment": true,
"AllowOnlineCreditCardPayment": true
}
You can probably include the following on create as well.
"AllowOnlinePayment": true,
"AllowOnlineCreditCardPayment": true,
"AllowOnlineACHPayment": true
This activated it in quickbooks for me via the API.
- Mark as New
- Bookmark
- Subscribe
- Highlight
- Report Inappropriate Content
Transactions
Hello Community users, We just wanted to pop in and advise the developer team have responded to the query, regarding enabling the 'Accept Card Payments with PayPal' option when creating an invoice via an API see below.
For non-US regions, the checkboxes in UI are not related to "AllowOnlineACHPayment" and "AllowOnlineCreditCardPayment" parameters from the invoice API. Those are applicable for US region, only for companies using QB Payments. 'Accept payments via PayPal' is a separate 3rd party integration, so other developers can’t enable it just via V3 API.
- Mark as New
- Bookmark
- Subscribe
- Highlight
- Report Inappropriate Content
Transactions
so do you have a soloution for it? it will be great help for me.... thanks
- Mark as New
- Bookmark
- Subscribe
- Highlight
- Report Inappropriate Content
Transactions
I'm here to share a few information about accepting credit card payments with PayPal, Yitzchok.
For now, you'll want to use the Connecting Accept Card Payments with PayPal app in QuickBooks Online. This lets you send invoices with a Pay now button so customers can make payments with Visa, MasterCard, American Express, or their PayPal wallet.
After a customer makes a purchase, payment will automatically be deposited into your PayPal account. You can visit our App Store or select the Apps tab in QuickBooks Online. To connect PayPal to QuickBooks Online, follow the steps below:
- Sign in to QuickBooks Online, select + New.
- Select Invoice.
- Select Accept card payments with PayPal.
- Select Launch PayPal.
- Sign in and follow the prompts to grant QuickBooks permission to connect to PayPal.
- Select Go back to QuickBooks Online.
- Check the account names and fee categories to make sure they’re correct.
For more information on how to create a unique link and add it to your invoice, check out this article: Accept Card Payments with PayPal App In QuickBooks Online. You'll also want to use a third-party application to connect and accept card payments using PayPal.
Furthermore. after bank transactions are downloaded, QuickBooks looks for and matches them with existing transactions. Check out this article for more details: Categorise And Match Bank Transactions In QuickBooks Online.
You can always let us know if you have any other concerns when accepting card payments. The Community is always here to help you.
- Mark as New
- Bookmark
- Subscribe
- Highlight
- Report Inappropriate Content
Transactions
You can use the free invoicing app to put the Paypal payment link and integrate it with QBO.
- Mark as New
- Bookmark
- Subscribe
- Highlight
- Report Inappropriate Content
Transactions
Hi mate
what is the free app?
- Mark as New
- Bookmark
- Subscribe
- Highlight
- Report Inappropriate Content
Transactions
Explore this one.
You can use a paid connector to reconcile Paypal transactions into QBO.
https://partnerstack.synder.com/quickbooks