Page 42 of 44 FirstFirst ... 324041424344 LastLast
Results 411 to 420 of 435
  1. #411
    Join Date
    Jan 2015
    Posts
    703
    Plugin Contributions
    1

    Default Re: PayPal RESTful API Payment Module

    Quote Originally Posted by lat9 View Post
    Just verifying that the payment module (paypalr) creates two entries in the paypal database table upon order creation, one with a txn_type of CREATE and another that depends on whether the transaction was treated as a Final Sale (CAPTURE) or Authorize-Only (AUTHORIZE).
    That is correct. Why two entries though? Almost look like a duplicate order.

  2. #412
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,821
    Plugin Contributions
    96

    Default Re: PayPal RESTful API Payment Module

    Quote Originally Posted by chadlly2003 View Post
    That is correct. Why two entries though? Almost look like a duplicate order.
    Because the payment module logs each transaction with PayPal.

  3. #413
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,821
    Plugin Contributions
    96

    Default Re: PayPal RESTful API Payment Module

    Note, too, that there is a customer-visible order_status_history record that identifies the PayPal transaction id ... it's just not sent as part of that initial email.

  4. #414
    Join Date
    May 2005
    Location
    England
    Posts
    739
    Plugin Contributions
    0

    Default Re: PayPal RESTful API Payment Module

    Hello there,
    Nothing wrong with module I Think, but just wanted advice really. Instinct say to void / cancel the order.

    Got this message for first time ever via Paypal Checkout, the order with same card ending has gone through:-

    A credit-card payment was attempted with a fraudulent card from IP address
    It is to USA and postage is about £12 tracked for a £2.75 item. Which to me seems a little odd anyway. Though perhaps they are testing the water.

  5. #415
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,821
    Plugin Contributions
    96

    Default Re: PayPal RESTful API Payment Module

    Quote Originally Posted by HeathenMagic View Post
    Hello there,
    Nothing wrong with module I Think, but just wanted advice really. Instinct say to void / cancel the order.

    Got this message for first time ever via Paypal Checkout, the order with same card ending has gone through:-



    It is to USA and postage is about £12 tracked for a £2.75 item. Which to me seems a little odd anyway. Though perhaps they are testing the water.
    That email is sent by the payment module if PayPal reports that the card is fraudulent; an email is also sent if PayPal reports the card as stolen.

    It's probably safer for you to void/cancel the order since it appears that the 'customer' is testing stolen cards.

  6. #416
    Join Date
    May 2005
    Location
    England
    Posts
    739
    Plugin Contributions
    0

    Default Re: PayPal RESTful API Payment Module

    Quote Originally Posted by lat9 View Post
    That email is sent by the payment module if PayPal reports that the card is fraudulent; an email is also sent if PayPal reports the card as stolen.

    It's probably safer for you to void/cancel the order since it appears that the 'customer' is testing stolen cards.
    Thanks for that. Yes kind of obvious I know, but as it was first time I saw it, wanted to double check. Will cancel it, cheaper than a possible chargeback for sure. Nice feature also!

  7. #417
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,821
    Plugin Contributions
    96

    Default Re: PayPal RESTful API Payment Module

    v1.3.1 of the payment module is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2382

    This release contains changes associated with these GitHub issues:

    #110: Auto-disable if root-directory files aren't copied; implies a root-directory file-system permissions issue.
    #109: Correct Pay Later amounts and messaging.
    #107: Adding the locale= parameter to the JS-SDK load, in an attempt to get PayPal language translations.
    #111: Pay Later messaging not included for older templates (missing NOTIFY_HTML_HEAD_JS_BEGIN notification).
    #106: Add notification, enabling PayLater message location overrides.
    #113: Correct missing PayPal fields when the order's paid via credit- or debit-card.

  8. #418
    Join Date
    Jan 2015
    Posts
    703
    Plugin Contributions
    1

    Default Re: PayPal RESTful API Payment Module

    Quote Originally Posted by lat9 View Post
    v1.3.1 of the payment module is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2382

    This release contains changes associated with these GitHub issues:

    #110: Auto-disable if root-directory files aren't copied; implies a root-directory file-system permissions issue.
    #109: Correct Pay Later amounts and messaging.
    #107: Adding the locale= parameter to the JS-SDK load, in an attempt to get PayPal language translations.
    #111: Pay Later messaging not included for older templates (missing NOTIFY_HTML_HEAD_JS_BEGIN notification).
    #106: Add notification, enabling PayLater message location overrides.
    #113: Correct missing PayPal fields when the order's paid via credit- or debit-card.
    I tested the upgrade. The only thing i found when the button is in the cart page the paypal button does not calculate. It ask you to put in the total.
    The example i posted in a previously does calculate the cart.

    Also note this module does not play nice with firefox. I have mentioned this before but have not really come up with a good solution. Anyone else having issue with this module in firefox.

    For now i just went back to paypal express that seems to be fine on all browsers.

  9. #419
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,821
    Plugin Contributions
    96

    Default Re: PayPal RESTful API Payment Module

    Quote Originally Posted by chadlly2003 View Post
    I tested the upgrade. The only thing i found when the button is in the cart page the paypal button does not calculate. It ask you to put in the total.
    The example i posted in a previously does calculate the cart.

    Also note this module does not play nice with firefox. I have mentioned this before but have not really come up with a good solution. Anyone else having issue with this module in firefox.

    For now i just went back to paypal express that seems to be fine on all browsers.
    I don't understand "when the button is in the cart page the paypal button does not calculate", which 'button' are you referencing?

    I'll note also that my primary browser is Firefox and I've had no issues with the payment module using that browser, Chrome or Edge (I don't own any i* devices).

  10. #420
    Join Date
    Jan 2015
    Posts
    703
    Plugin Contributions
    1

    Default Re: PayPal RESTful API Payment Module

    Quote Originally Posted by lat9 View Post
    I don't understand "when the button is in the cart page the paypal button does not calculate", which 'button' are you referencing?

    I'll note also that my primary browser is Firefox and I've had no issues with the payment module using that browser, Chrome or Edge (I don't own any i* devices).


    PayLater Messaging- On the Shopping Cart page, the PayLater messaging should display an offer based on the total value of the items currently in the cart when the PayPal message is clicked.....

    Just like the Paypal Messaging for the Product Page. Thats works just fine

    This weekend I am going to dig into this paypal issue I am having. Not really sure why i am having these issue
    I think its could be a browser setting or Server issue - too be continued

 

 
Page 42 of 44 FirstFirst ... 324041424344 LastLast

Similar Threads

  1. v158 UPS Shipping using RESTful/OAuth API [Support Thread]
    By lat9 in forum Addon Shipping Modules
    Replies: 185
    Last Post: 9 Apr 2026, 07:28 PM
  2. IPower & FirstData API Payment Module
    By spence in forum Addon Payment Modules
    Replies: 6
    Last Post: 7 Jul 2011, 06:33 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg