The Best Way To Buy!
IP*Works!
Microsoft .NET ActiveX / VB ASP Delphi C++ Builder C++ Java J2EE Unix / Linux Mac OS X .NET CF
IP*Works! SSL
IP*Works! S/MIME
Microsoft .NET ActiveX / VB ASP Delphi C++ Builder C++ Java J2EE
IP*Works! SSH
Microsoft .NET Java J2EE .NET CF
IP*Works! Zip
IP*Works! EDI/AS2
Microsoft .NET Java / J2EE
Secure SNMP
Microsoft .NET ActiveX / VB Delphi C++ Builder C++ Java J2EE .NET CF
QuickBooks Integrator
E-Payment Integrator
Vital/TSYS Integrator
Microsoft .NET ActiveX / VB ASP Delphi C++ Builder C++ Unix / Linux Mac OS X
Paymentech Integrator
FDMS Integrator
Microsoft .NET ActiveX / VB ASP Delphi C++ Builder C++ Java J2EE .NET CF
USPS Integrator
FedEx Integrator
E-Banking Integrator
Microsoft .NET ActiveX / VB ASP Delphi C++ Builder C++ Java J2EE Unix / Linux
PayPal Integrator
Amazon Integrator
Biztalk Adapters
SQL Server SSIS Tasks
3-D Secure MPI
Microsoft .NET ASP Delphi C++ Builder C++ Java / J2EE
"This is the second major project that we've used your FTP ActiveX product for and both have been highly successful."
-- T. Berent
Properties Methods Events Configuration Settings
The ReceivePayment component is used to receive payments from customers.
NOTE: What follows is a very short description of the component interfaces. For more information, please consult the help files that come with the respective package.
The ReceivePayment component allows you to enter customer payments into QuickBooks.
To receive a payment, first enter the name or id of the Customer, and the Amount of the payment. Then, if desired, you may specify additional fields such as PaymentMethod (Name or Id), TransactionDate, RefNumber, and so on. Finally, invoke Add to add the payment to QuickBooks.
By default, QuickBooks will choose appropriate invoices or other transactions to apply the payments to. After invoking Add the AppliedToTransactions special field will provide information about which invoices were paid, whether there is any balance remaining, etc. See the documentation for Config for more information.
Required Fields (Add): Customer*
Supported Methods: Add, Get (Id), Delete
Online Edition: Same as the desktop edition.
Example
ReceivePayment1.CustomerName = "Abercrombie, Kristy" '* ReceivePayment1.Amount = 5624 '$56.24 ReceivePayment1.Add() '*: Item must already exist in QuickBooks.
The component supports a variety of other operations as well. The component's Get, and Delete methods may be used to retrieve, and delete payments, respectively. The OBJSEARCH component may be used to search for ReceivePayments in the QuickBooks database.
Starting with QuickBooks 2005, the ReceivePayment component can be used to reconcile credit card transactions made with the QBMSAUTHORIZE component into QuickBooks. After a successful authorization, set the CCAggregate property with the data returned from the QBMSAUTHORIZE's GetXMLAggregate method. Then do an Add as normal.
In order to be able to push credit card transactions into QuickBooks 2005 or greater, your merchant account must be signed up with QuickBooks Merchant Services. You may sign up for a live account through QuickBooks by selecting the Customers menu and then clicking on "Receive Payments". Now click on the "Process credit card payment when saving" checkbox, and follow the instructions.
If you wish to set up a TEST account, you will need to download Quickbooks SDK 5.0 from http://www.intuit.com and run the "QBMS use IDNBeta" tool. Then follow the same instructions above. When you get to the screen that indicates you should receive a confirmation email, your test account is set up, and you can now process test transactions from within QuickBooks, as well as reconcile charges made with the QBMSAUTHORIZE component using RECEIVEPAYMENT or SALESRECEIPT.
The following is the full list of the properties of the component with short descriptions. Click on the links for complete descriptions.
Method List The following is the full list of the methods of the component with short descriptions. Click on the links for complete descriptions. AXMExport Exports the object. AXMImport Imports the object. Add Adds the record into QuickBooks. CheckRequestStatus Checks whether or not the specified request was processed by QuickBooks. CloseQBConnection Closes a persistent connection to QuickBooks. Config Sets or retrieves a component configuration setting. Delete Deletes the record from QuickBooks. Get Gets a single record from QuickBooks. GetCustomField Gets a custom field value from QuickBooks. OpenQBConnection Opens a persistent connection to QuickBooks. Reset Resets all properties to their defaults. SetCustomField Sets a custom field value within QuickBooks. WebExport Exports the object to a web client. Event List The following is the full list of the events fired by the component with short descriptions. Click on the links for complete descriptions. Error Information about errors during data delivery. Status Shows the progress of the QuickBooks connection. Warning Fired when a warning occurs. Configuration Settings The following is a list of configuration settings for the component with short descriptions. Click on the links for complete descriptions. AppendAfter Appends an xml tag after the specified QBXML element. AppliedToTransactionDetails Instructions on where to apply the payment, in case is set to atCustom. The value should be set to one or more AppliedToTxnAdd XML aggregates, as defined in the QBXML specification. AppliedToTransactions.Count Number of transactions returned. AuthFlags Connection Flags (use for QuickBooks Simple Start). CodePage The system code page used for Unicode to Multibyte translations (Windows/COM only). CreditCardTxnInfo XML aggregate containing the result of an actual credit card transaction to be reconciled with QuickBooks. EditSequence An identifier for this copy of the object. EnforceMaxLength Indicates whether to enforce max lengths for QB Fields GetHighestVersion Highest QBXMLVersion supported by the installed instance of Quickbooks. IgnoreQBOEWarnings Ignores warnings returned from QuickBooks Online. SSLAcceptServerCert The SSL certificate being used by the Remote Connector SSLAcceptServerCertFile The SSL certificate file being used by the Remote Connector SendRawXML Sends specified XML to quickbooks without modification. TimeCreated The time the object was created. TimeModified The time the object was created. {AppliedToTransactions[index].Amount} The total amount of the transaction. {AppliedToTransactions[index].BalanceRemaining} The balance remaining on the transaction. {AppliedToTransactions[index].RefNumber} The reference number of the transaction. {AppliedToTransactions[index].TransactionDate} The date of the transaction. {AppliedToTransactions[index].TransactionId} The unique ID of the transaction. {AppliedToTransactions[index].TransactionType} A textual description of the transaction.
The following is the full list of the methods of the component with short descriptions. Click on the links for complete descriptions.
Event List The following is the full list of the events fired by the component with short descriptions. Click on the links for complete descriptions. Error Information about errors during data delivery. Status Shows the progress of the QuickBooks connection. Warning Fired when a warning occurs. Configuration Settings The following is a list of configuration settings for the component with short descriptions. Click on the links for complete descriptions. AppendAfter Appends an xml tag after the specified QBXML element. AppliedToTransactionDetails Instructions on where to apply the payment, in case is set to atCustom. The value should be set to one or more AppliedToTxnAdd XML aggregates, as defined in the QBXML specification. AppliedToTransactions.Count Number of transactions returned. AuthFlags Connection Flags (use for QuickBooks Simple Start). CodePage The system code page used for Unicode to Multibyte translations (Windows/COM only). CreditCardTxnInfo XML aggregate containing the result of an actual credit card transaction to be reconciled with QuickBooks. EditSequence An identifier for this copy of the object. EnforceMaxLength Indicates whether to enforce max lengths for QB Fields GetHighestVersion Highest QBXMLVersion supported by the installed instance of Quickbooks. IgnoreQBOEWarnings Ignores warnings returned from QuickBooks Online. SSLAcceptServerCert The SSL certificate being used by the Remote Connector SSLAcceptServerCertFile The SSL certificate file being used by the Remote Connector SendRawXML Sends specified XML to quickbooks without modification. TimeCreated The time the object was created. TimeModified The time the object was created. {AppliedToTransactions[index].Amount} The total amount of the transaction. {AppliedToTransactions[index].BalanceRemaining} The balance remaining on the transaction. {AppliedToTransactions[index].RefNumber} The reference number of the transaction. {AppliedToTransactions[index].TransactionDate} The date of the transaction. {AppliedToTransactions[index].TransactionId} The unique ID of the transaction. {AppliedToTransactions[index].TransactionType} A textual description of the transaction.
The following is the full list of the events fired by the component with short descriptions. Click on the links for complete descriptions.
Configuration Settings The following is a list of configuration settings for the component with short descriptions. Click on the links for complete descriptions. AppendAfter Appends an xml tag after the specified QBXML element. AppliedToTransactionDetails Instructions on where to apply the payment, in case is set to atCustom. The value should be set to one or more AppliedToTxnAdd XML aggregates, as defined in the QBXML specification. AppliedToTransactions.Count Number of transactions returned. AuthFlags Connection Flags (use for QuickBooks Simple Start). CodePage The system code page used for Unicode to Multibyte translations (Windows/COM only). CreditCardTxnInfo XML aggregate containing the result of an actual credit card transaction to be reconciled with QuickBooks. EditSequence An identifier for this copy of the object. EnforceMaxLength Indicates whether to enforce max lengths for QB Fields GetHighestVersion Highest QBXMLVersion supported by the installed instance of Quickbooks. IgnoreQBOEWarnings Ignores warnings returned from QuickBooks Online. SSLAcceptServerCert The SSL certificate being used by the Remote Connector SSLAcceptServerCertFile The SSL certificate file being used by the Remote Connector SendRawXML Sends specified XML to quickbooks without modification. TimeCreated The time the object was created. TimeModified The time the object was created. {AppliedToTransactions[index].Amount} The total amount of the transaction. {AppliedToTransactions[index].BalanceRemaining} The balance remaining on the transaction. {AppliedToTransactions[index].RefNumber} The reference number of the transaction. {AppliedToTransactions[index].TransactionDate} The date of the transaction. {AppliedToTransactions[index].TransactionId} The unique ID of the transaction. {AppliedToTransactions[index].TransactionType} A textual description of the transaction.
The following is a list of configuration settings for the component with short descriptions. Click on the links for complete descriptions.