• Resolved lyan12

    (@lyan12)


    Hi,
    The payment is processed and functions well.

    The problem is that it does not inform well the site and the order is not validated.
    Any idea on how to solve that ?
    – the return link is on paybox is http://www.monsite.com/order-received/,
    – the page exists
    – but the error message from paybox is :

    "WARNING: Impossible de joindre http://www.monsite.com/http:/www.monsite.com pour le paiement "order=9634&erreur=00000&carte=Visa&numauto=810429&numtrans=79146559&numabo=0&montantbanque=1490&sign=qP4vaEaHLOEoy2JpEqElT4Tilhh8ALLlw94I4JMMEqSmF2PKLTx3DSyzzzQ6z6r%2F1HamcVxeGLfWjDGC7SkNc%2F7IbL1KEXPbCa%2FhTRqwC4xVB2iVwLbLvQeuZXWXRj0aCkbrwB%2BTSXXXXXXXXXXXXXXXWC9Bix3KXF4ckuk9aqI%3D"
    Erreur : code HTTP: 404 "

    plus when I click on the return to site the link arrives at the home page but with

    www.monsite.com/order-received/?order=9634&erreur=00000&carte=Visa&numauto=810429&numtrans=79146559&numabo=0&montantbanque=1490&sign=qP4vaEaHLOEoy2JpEqElT4Tilhh8ALLlw94I4JMMEqSmF2PKLTx3DSyzzzQ6z6r%2F1HamcVxeGLfWjDGC7SkNc%2F7IbL1KEXPbCa%2FhTRqwC4xVB2iVwLbLvQeuZXXXXXXXXXXXXXXXXXXXXXXcWC9Bix3KXF4ckuk9aqI%3D

    https://wordpress.org/plugins/paybox-woocommerce-payment-gateway/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author flistefliste

    (@flistefliste)

    Hi,
    Sorry for the late answer,

    Check in your Paybox settings if the following fields are set as required :

    Successful Return Link : /checkout/order-pbx-received/
    Failed Return Link : /checkout/order-pbx-refused/
    Cancel Return Link : /checkout/order-pbx-canceled/

    The main IPN link (Instant Payment Notification : URL used by Paybox to notify the site of the success/failure of the order) is set automatically and correspond to get_bloginfo('url')
    So this url (also called return url) is not dependent of the 3 previous urls that you can edit…

    Let me know if it helps you

    Thread Starter lyan12

    (@lyan12)

    Thanks flistefliste,

    I made the changes and I will tell if it works.

    Should I create the pages ?

    http://www.monsite.com/checkout/order-pbx-received/
    for the moment I have this one.
    http://www.monsite.com/order-received/,

    Plugin Author flistefliste

    (@flistefliste)

    Hi Iyan,

    The 3 pages should be created automatically by the plugin.

    The page /order-received/ is generated of WooCommerce (= thank you page).
    You just have to check that these urls are correctly set :

    Successful Return Link : /checkout/order-pbx-received/
    Failed Return Link : /checkout/order-pbx-refused/
    Cancel Return Link : /checkout/order-pbx-canceled/

    Plugin Author flistefliste

    (@flistefliste)

    Edit to previous post :
    You may need to remove the slash at the beginning of links to avoid errors :

    Successful Return Link : checkout/order-pbx-received/
    Failed Return Link : checkout/order-pbx-refused/
    Cancel Return Link : checkout/order-pbx-canceled/

    Will be updated in 1.0.6

    Thread Starter lyan12

    (@lyan12)

    thanks, I implementend and will let you know if it works.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘return link not fuctionning’ is closed to new replies.