You have no items in your shopping cart.

Profile: wize1

Avatar
Statistics


    Upgrading helped, thank you.

    2 weeks ago

    Support wrote:

    Could you try to upgrade the PayPal payment plugin and try the new release?


    We are currently using version 1.25, what is latest version and how can I download it?

    Support wrote:
    Do you see the shipping address in the JSON?


    Yes, in version 1.25, I can see it at:
    PayPalService. CreatePayment. payment.json -> transactions.item_list.shipping_address

    3 weeks ago

    This is message we receive from PayPal:

    "Hi Svetlana,

    Thank you for your patience. From your API requests, we can see that your system is passing shipping addresses. One thing to note in addition to the shipping address is the experience_profile_id that is passed. For example, in the recent transaction ID *HIDDEN*791E, the experience_profile_id "XP-*HIDDEN*-2DA5" was passed.

    experience_profile_id XP-*HIDDEN*-2DA5 dictates how the payment should be configured. In this case, the experience profile content is as follows:
    {
      "id": "XP-*HIDDEN*-2DA5",
      "name": "26a878f1-256f-4052-8bbd-68b5dc436d1b",
      "temporary": false,
      "input_fields": {
        "no_shipping": 1,
        "address_override": 0
      }
    }
    no_shipping=1
    Redacts shipping address fields from the PayPal pages.
    https://developer.paypal.com/docs/api/payment-experience/v1/#web-profile_update!path=input_fields/no_shipping&t=request
    Setting no_shipping to 1 in the experience_profile_id is the reason the Shipping address has been removed from the transaction. This redacts the shipping address from the PayPal checkout and the transaction overall. It indicates that there is no shipping address needed for the transaction even if a shipping address was passed by the merchant.

    To resolve the issue, your system needs to use an experience context id with no_shipping=0 which "Displays the shipping address on the PayPal pages." and address_override=1 which "Displays the shipping address specified in this call. the customer cannot edit this shipping address.

    I apologize for the inconvenience this has caused. Thank you for using PayPal, and have a wonderful day!

    Sincerely,

    Matthew
    Merchant Technical Support - Engineer
    PayPal, Inc."

    4 weeks ago

    Hi,

       We have problem, PayPal refuses provide us with seller protection because it requires providing buyer's shipping address.

    "Payments without a shipping address are not covered by PayPal's seller protection policies and programs."

    We have contacted PayPal about it, and showed them that in API call log we can see provided shipping address, but on transaction page it is not displayed. They did investigation and told us that the reason why it is not showing is because, the web experience profile has got following fields set incorrectly:

    we have:
      "input_fields": {
        "no_shipping": 1,
        "address_override": 0
      }

    and it should be:
      "input_fields": {
        "no_shipping": 1,
        "address_override": 0
      }

    I have called https://api-m.paypal.com/v1/payment-experience/web-profiles
    and yes we create new profile for each of transaction and fields set incorrect.

    Can we ask FoxNetSoft team to fix it for us please? as we loosing disputes, because of this.

    Best Regards D.

    4 weeks ago

    I can't the problem happens in rare cases, but when it happens customers are very unhappy and claiming that we trying steal they money, because money taken and order not created.

    3 years ago

    Support wrote:

    nop 4.30?


    4.20
    3 years ago

    Support wrote:

    >Because in my case order is not created, but money is charged.
    No, your issue is in another place.

    Nopcommerce can't create the nop order.
    You use the native onepage checkout, it means that  customer addresses were validated in the one of checkout steps.
    Do you see any error message in the nopcommerce log?



    Nope :(
    3 years ago

    Support wrote:

    >So payment_intent.succeeded webhook fails, because it nopcommerce does not have order by order guid specified in webhook. So the there is no order, but money is charged.

    Stripe changed the logic and sends webhook at once after payment but nopcommerce didn't create the nop order yet.
    I added the timeout in the webhook handler.
    Can you upgrade the plugin and check this issue again?


    Where do i find fixed version? i only see 3.07 which im using now
    3 years ago

    Support wrote:

    Try to use the native nopcommerce onepage checkout or another vendor one page checkout plugin.


    I'm using native nopcommerce one page checkout.
    3 years ago

    Hi again,

    I'm glad to see you fixed some of bugs since we last spoke.
    But I have one more for you to squeeze.

    So here is scenario:

    1. POST /v1/payment_intents 200 OK
    - PaymentIntent status: requires_confirmation
    2. WEBHOOK payment_intent.created - NOT SENT AS PER CONFIG
    3. POST /v1/payment_intents/pi_1IkAv.../confirm 200 OK
    - PaymentIntent status: requires_action
    4. WEBHOOK payment_intent.requires_action - NOT SENT AS PER CONFIG
    5. POST /v1/payment_intents/pi_1IkA.../confirm 200 OK
    - PaymentIntent status: succeeded
    - 3D Secure succeeded
    6. WEBHOOK charge.succeeded - NOT SENT AS PER CONFIG
    7. WEBHOOK payment_intent.succeeded - SENT, BUT FAILS

    So payment_intent.succeeded webhook fails, because it nopcommerce does not have order by order guid specified in webhook. So the there is no order, but money is charged.

    Im not sure what workflow you have in your plugin setup, at which point do you create order? Because in my case order is not created, but money is charged.

    Regards, Dmitri




    Customer

    3 years ago

    Powered by nopCommerce

    Copyright © 2023 FoxNetSoft. All rights reserved