Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

recondite

Archived
  • Posts

    7
  • Joined

  • Last visited

Everything posted by recondite

  1. Thanks for the help dynamo! The checkout_process.php fix worked for the cc order part. Still can't get the EC checkout but I'll have to wait until Monday to talk with paypal about why I am getting the 10417 error. Only thing I'm running besides this payment module is the newest version of STS. -GT
  2. Still battling with the payment module. EC fails and CC fails 90% of the time. I think it might have something to do with the OrderTotal being passed. Could someone take a quick look at the log file and let me know if it looks okay. In function: before_process() - Direct Payment Did first contact attempt return error? Yes --------------------------------------------------------------------- -------------------------------DP_DUMP------------------------------- ------------This is the information that was sent to PayPal---------- --------------------------------------------------------------------- [?xml version="1.0" encoding="utf-8"?] [soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema] [soap:Header] [RequesterCredentials xmlns=urn:ebay:api:PayPalAPI] [Credentials xmlns=urn:ebay:apis:eBLBaseComponents] [username]fae-test_api1.fireartsemporium.com[/username] [Password]XXXXXXXXXXXXXXXXX[/Password] [subject][/subject] [/Credentials] [/RequesterCredentials] [/soap:Header] [soap:Body] [DoDirectPaymentReq xmlns=urn:ebay:api:PayPalAPI] [DoDirectPaymentRequest] [Version xmlns=urn:ebay:apis:eBLBaseComponents]2.0[/Version] [DoDirectPaymentRequestDetails xmlns=urn:ebay:apis:eBLBaseComponents] [PaymentAction]Sale[/PaymentAction] [PaymentDetails] [OrderTotal currencyID=USD]0.00[/OrderTotal] [OrderDescription]Order placed on April 7, 2007, 5:16 pm by Bob (ID: 7)[/OrderDescription] [itemTotal currencyID=USD]0[/itemTotal] [shippingTotal currencyID=USD]0[/shippingTotal] [HandlingTotal currencyID=USD][/HandlingTotal] [TaxTotal currencyID=USD]0[/TaxTotal] [Custom]Phone: xxx-xxx-xxxx -- Email: [email protected][/Custom] [invoiceID][/invoiceID] [NotifyURL][/NotifyURL] [buttonSource][/buttonSource] [shipToAddress] [Name]Bob Smith[/Name] [street1]42 Heart St[/street1] [street2][/street2] [CityName]San Francisco[/CityName] [stateOrProvince]CA[/stateOrProvince] [PostalCode]94110[/PostalCode] [Country]US[/Country] [/shipToAddress] [PaymentDetailsItem][Name]Snakes[/Name][Amount currencyID=USD]125.00[/Amount][Number]33{9}47{3}46 ()[/Number][Quantity]1[/Quantity][/PaymentDetailsItem][PaymentDetailsItem][Name]Order Total Discrepancy[/Name][Amount currencyID=USD]-125.00[/Amount][Number]NA[/Number][Quantity]1[/Quantity][/PaymentDetailsItem] [/PaymentDetails] [CreditCard] [CardOwner] [Payer][email protected][/Payer] [PayerName] [FirstName]Bob[/FirstName] [LastName]Smith[/LastName] [/PayerName] [Address] [street1]42 Heart St[/street1] [street2][/street2] [CityName]San Francisco[/CityName] [stateOrProvince]CA[/stateOrProvince] [PostalCode]94110[/PostalCode] [Country]US[/Country] [/Address] [/CardOwner] [CreditCardType]Visa[/CreditCardType] [CreditCardNumber]4784254807458440[/CreditCardNumber] [startMonth][/startMonth] [startYear][/startYear] [issueNumber][/issueNumber] [ExpMonth]01[/ExpMonth] [ExpYear]2010[/ExpYear] [CVV2]123[/CVV2] [/CreditCard] [iPAddress]xx.xx.xx.xxx[/iPAddress] [MerchantSessionId]pld91753o9dl8p3bnch6kb9dv3[/MerchantSessionId] [/DoDirectPaymentRequestDetails] [/DoDirectPaymentRequest] [/DoDirectPaymentReq] [/soap:Body] [/soap:Envelope]--------------------------------------------------------------------- -------------------------------FINAL_REQ----------------------------- -------------------This is the response from PayPal------------------ --------------------------------------------------------------------- Array ( [security] => [RequesterCredentials] => Array ( [0] => Array ( [Credentials] => Array ( [0] => Array ( [username] => [Password] => [subject] => ) ) ) ) [DoDirectPaymentResponse] => Array ( [0] => Array ( [Timestamp] => 2007-04-08T00:08:26Z [Ack] => Failure [CorrelationID] => 9ea4241fd3b2d [Errors] => Array ( [0] => Array ( [shortMessage] => Invalid Data [LongMessage] => This transaction cannot be processed. The amount to be charged is zero. [ErrorCode] => 10525 [severityCode] => Error ) ) [Version] => 2.000000 [build] => 1.0006 ) ) ) --------------------------------------------------------------------- ---------------------------------TS_REQ------------------------------ --------Results of the transaction search if it was executed--------- ---------------------------------------------------------------------
  3. I had everything working a month or so ago and then migrated servers. Now I'm getting paypal errors. I am hosted at Godaddy and I've tried the proxy but it times out all the time. I have a support call in now to Godaddy about that. If I don't use the proxy, everything works until that last bit. I get the following message: "Error An error occured when we tried to process your credit card. Transaction cannot complete. (10417) The transaction cannot complete successfully. Instruct the customer to use an alternative payment method." Here is the dump: In function: before_process() - Express Checkout Did first contact attempt return error? Nope Array ( [security] => [RequesterCredentials] => Array ( [0] => Array ( [Credentials] => Array ( [0] => Array ( [username] => [Password] => [subject] => ) ) ) ) [DoExpressCheckoutPaymentResponse] => Array ( [0] => Array ( [Timestamp] => 2007-04-04T01:32:18Z [Ack] => Failure [CorrelationID] => d63b5d30b48cb [Errors] => Array ( [0] => Array ( [shortMessage] => Transaction cannot complete. [LongMessage] => The transaction cannot complete successfully. Instruct the customer to use an alternative payment method. [ErrorCode] => 10417 [severityCode] => Error ) ) [Version] => 2.000000 [build] => 1.0006 [DoExpressCheckoutPaymentResponseDetails] => Array ( [0] => Array ( [PaymentInfo] => Array ( [0] => Array ( [TransactionType] => none [PaymentType] => none [PaymentStatus] => None [PendingReason] => none [ReasonCode] => none ) ) ) ) ) ) ) Happens in both sandbox and live environments. I have completed cc transactions successfully but sometimes they fail and claim the $ amount is 0. I'm more that a little bit confused at this point. Also, the option to pay by cc has vanished until after the EC fails. I don't have a Zone selected in the config.
  4. recondite

    Paypal Issue

    I forgot to mention, the cc option does now show up until the Paypal options fails. Before the customer used to have to option btwn paypal and cc. No idea how the cc option vanished. Thanks for any help.
  5. recondite

    Paypal Issue

    I had everything working a month or so ago and then migrated servers. Now I'm getting paypal errors. I am hosted at Godaddy and I've tried the proxy but it times out all the time. I have a support call in now to Godaddy about that. If I don't use the proxy, everything works until that last bit. I get the following message: "Error An error occured when we tried to process your credit card. Transaction cannot complete. (10417) The transaction cannot complete successfully. Instruct the customer to use an alternative payment method." Here is the dump: In function: before_process() - Express Checkout Did first contact attempt return error? Nope Array ( [security] => [RequesterCredentials] => Array ( [0] => Array ( [Credentials] => Array ( [0] => Array ( [username] => [Password] => [subject] => ) ) ) ) [DoExpressCheckoutPaymentResponse] => Array ( [0] => Array ( [Timestamp] => 2007-04-04T01:32:18Z [Ack] => Failure [CorrelationID] => d63b5d30b48cb [Errors] => Array ( [0] => Array ( [shortMessage] => Transaction cannot complete. [LongMessage] => The transaction cannot complete successfully. Instruct the customer to use an alternative payment method. [ErrorCode] => 10417 [severityCode] => Error ) ) [Version] => 2.000000 [build] => 1.0006 [DoExpressCheckoutPaymentResponseDetails] => Array ( [0] => Array ( [PaymentInfo] => Array ( [0] => Array ( [TransactionType] => none [PaymentType] => none [PaymentStatus] => None [PendingReason] => none [ReasonCode] => none ) ) ) ) ) ) ) Happens in both sandbox and live environments. I have completed cc transactions successfully but sometimes they fail and claim the $ amount is 0. I'm more that a little bit confused at this point.
  6. Same problem here. Setup on the production server and everything looks good. Anyone find an answer yet?
  7. I am having a problem with the shipping address when the paypal express button is used. Upon returnin to my website after hitting the paypal site, the Shipping Address is blank (okay, actually here is a , but that is it). I have search around but have been unable to find the fix for this. Everything else seems to be working fine. Thanks for any help.
×
×
  • Create New...