• Hi there,

    Thanks a lot for this great and easy-to-use plugin!

    I have also installed the whitelist extension, but failed to whitelist the return URL for consumers that paid with Paypal.

    Can you help me with this?

    The URL looks like this:
    /checkout/order-received/123456/?key=wc_order_abcdefgh&utm_nooverride=1&PayerID=1234567&st=Completed&tx=1234567&cc=EUR&amt=92.87&cm=%7B%22order_id%22%3A123456%2C%22order_key%22%3A%22wc_order_abcdefgh%22%7D&payer_email=test%test.de&payer_id=abcdefg&payer_status=VERIFIED&first_name=First&last_name=Last&address_name=First%Last&address_street=Street%20123&address_city=City&address_country_code=DE&address_zip=12345&residence_country=DE&txn_id=abcdefg&mc_currency=EUR&mc_fee=2.24&mc_gross=92.87&protection_eligibility=ELIGIBLE&payment_fee=2.24&payment_gross=92.87&payment_status=Completed&payment_type=instant&handling_amount=0.00&shipping=0.00&item_name1=Test%20Test%20%206%C2%A0x%C2%A0500…&item_number1=12345&quantity1=1&mc_gross_1=92.87&tax1=0.00&num_cart_items=1&txn_type=cart&payment_date=2023-03-30T16%3A23%3A07Z&receiver_id=abcdefg&notify_version=UNVERSIONED&custom=%7B%22order_id%22%3A123456%2C%22order_key%22%3A%22wc_order_abcdefgh%22%7D&invoice=12345&verify_sign=abcdefgh-TB

    If you need any further information, I would gladly provide that.

    Thank you in advance!

    Best regards,
    Christopher

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jeff Starr

    (@specialk)

    Glad to help. What exactly are you adding to the whitelist? Also, which string(s) in the above URL are getting blocked?

    Thread Starter Christopher Mail?nder

    (@ceem123)

    Thanks for asking that question!

    The three dots are apparently the issue for this. So I added this:
    $bbq_whitelist_request_uri_items = array(‘\.\.\.’);

    And now it is working. Is it fine to whitelist just three dots or should I add further criteria (like \/checkout\/ for example). Is this a regex applied to it?

    Plugin Author Jeff Starr

    (@specialk)

    If it’s working, then great. Minimal changes are best for this sort of thing. Glad you got it sorted, let me know if I can provide any infos or help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Paypal Return URL 403’ is closed to new replies.