Search
You searched for the word(s): %27
-
Hey Guys,
We're looking to switch payment processors from QB to Paypal & wondering... how does the CreditCardNumber field work in the Customer table? Is this the number that will be used to process Paypal transactions? Is this data encrypted? Are there any limitations or rules to how this data is updated or retrieved via the API?
Thanks ...
-
Hi Francisco,
Activity comments within Method are stored as HTML text. This allows users to change the formatting of comments (e.g. font colour & size, text alignment, etc).
The HTML editor used to enter activity comments automatically adds HTML paragraph tags to the text. Behind the scenes, a comment may look like ...
-
I have activated the MethodSupport account. Looking at the screen, you should see both the old custom fields as well as the QB fields for Workers Comp and General Liability. QB has a process that uses these fields to alert users not to enter bills and credits for Vendors whose insurance has expired.
Let me know if you ...
-
Email sent, thanks for the help
-
The following indicates which accounting application(s) the release note(s) apply to.
QBD = QuickBooks Desktop
QBO = QuickBooks Online
Receive Payment
Improved (#4577) - Added prompt to ensure a payment gateway is selected when trying to process a payment. (QBD,QBO)
Cheers,
Michael
-
Hi... this is just a test post on the new site.
-
David,
Thanks for pointing out the obvious! You would not believe how much time I spent tearing my hair out over this. How embarrassing :) Greatly appreciated.
Best,
Charles
-
Hi furrywombat,
MethodAPISelect_XMLV2 does not return a string array. It returns a string of xml. Look closer at the raw response you should see something like
<?xml version="1.0" encoding="windows-1252" ?><MethodAPI response = "Success" MaxRecords= "False"><MethodIntegration ...
-
Hi Ben,
The tables you see in your old account are from the discontinued Method Warehouse app. Over the summer, we removed these tables from any new accounts, which is why you don't see them in your new trial. These weren't tables that connected to QuickBooks, so there's no lost functionality.
All of the standard ...
-
API call is returning a string, when it should be returning an array. Look:
object(stdClass)#2 (1) {
["MethodAPISelect_XMLV2Result"]=>
string(377) "
ACME, INC
1060
OTHER, INC
1742
"
}
Here's the code:
$soap = new ...
|
|
|