Intuit Gateway with Payment Made Simple
Posted: Wed May 02, 2012 1:38 pm
Hi All,
I am trying to create a gateway for Intuit through the payment made simple module and having a heck of a time doing so. My cart is great right up to the payment. Anyone know how to help me on this because right now I am floundering? Thank you very much in advance.
I have been using this page for reference on intuit: https://qbms.developer.intuit.com/0085_ ... tart_Guide
I have attached the gw.intuit.txt (php file) file for review
Below is the set up I have for Payment Made Simple:
AMOUNT Amount {$total_amount}
APPLOGIN application login created when registering your application payment.funknug.com
AUTHMODEL Authentication Model desktop
AUTHTICKET connection ticket created when linking your merchant account to your application ******This is the connection tkt #******
cancel_return URL where your customer will be returned after cancelling payment http://funknug.com
cartstyle Show summary (0) or details (1) in payment request? 0
environment Run Intuit live or test? live
itemdesc The item description as used in the payment Products from Funknug
language_code The code of the language of Intuit screens for customer (EN, FR, DE, IT, JP, ES, EN
logfile The log file that will contain the transfer audit trail .ipn_audit_trail.txt
numberofcents Number of decimals/cents allowed 2
OPID the operation id used to represent the transaction. It is included in the ticket 0
return URL where your customer will be returned after completing payment http://funknug.com
TXNTYPE Sale or Authorization Sale
url_live The URL to your live account at Intuit https://paymentservices.intuit.com/payp ... ate/hosted
url_test The URL to the test site of Intuit https://paymentservices.ptcfe.intuit.co ... ate/hosted
I am trying to create a gateway for Intuit through the payment made simple module and having a heck of a time doing so. My cart is great right up to the payment. Anyone know how to help me on this because right now I am floundering? Thank you very much in advance.
I have been using this page for reference on intuit: https://qbms.developer.intuit.com/0085_ ... tart_Guide
I have attached the gw.intuit.txt (php file) file for review
Below is the set up I have for Payment Made Simple:
AMOUNT Amount {$total_amount}
APPLOGIN application login created when registering your application payment.funknug.com
AUTHMODEL Authentication Model desktop
AUTHTICKET connection ticket created when linking your merchant account to your application ******This is the connection tkt #******
cancel_return URL where your customer will be returned after cancelling payment http://funknug.com
cartstyle Show summary (0) or details (1) in payment request? 0
environment Run Intuit live or test? live
itemdesc The item description as used in the payment Products from Funknug
language_code The code of the language of Intuit screens for customer (EN, FR, DE, IT, JP, ES, EN
logfile The log file that will contain the transfer audit trail .ipn_audit_trail.txt
numberofcents Number of decimals/cents allowed 2
OPID the operation id used to represent the transaction. It is included in the ticket 0
return URL where your customer will be returned after completing payment http://funknug.com
TXNTYPE Sale or Authorization Sale
url_live The URL to your live account at Intuit https://paymentservices.intuit.com/payp ... ate/hosted
url_test The URL to the test site of Intuit https://paymentservices.ptcfe.intuit.co ... ate/hosted