Paypal buys will not working!

Hy,

The global paypal will not working for my site.

I have tested all settings.  Direct, IPN, PTN. SSL or HTML, nothing will work.

All what i see is : NO DATA GIVEN.

 

When i come back from paypal sandbox: i come on this page:

http://smileandgo.de/m/payment/act_finalize_checkout/paypal/1?tx=4XP30320LU394174E&st=Completed&amt=1.00&cc=EUR&cm=aace49c7d80767cffec0e513ae886df0&item_number=103

 

So, i have check the file BxPmtPayPal.php

 

Here i found on line 91 this:

function finalizeCheckout(&$aData)
    {
        if($aData['txn_type'] == 'web_accept')
            return $this->_registerCheckout($aData);

        return array('code' => 2, 'message' => _t('_payment_pp_err_no_data_given'));
    }

 

Here enter the script: BUT $aData['txn_type'] is not given.

And the another variables are unkown too.

 

Why it dont work???

--Germany-- Sorry for my bad english :P
Quote · 1 May 2013

Hello

If IPN mode is enabled in Dolphin and in PayPal then URL returned from PayPal sandbox won't contain all payment related data. The data will be sent via IPN message a little bit later.

If you use Direct mode then all necessary data should be returned when you are redirected back to your site. But it won't be included in URL itself. As I remember it should be in POST data.

Try to enable Direct mode in Dolphin (don't forget to disable IPN in your business PayPal sandbox) and use SSL. I worked with such settings not so long ago and it worked for me.

Quote · 2 May 2013

Hello,

 

so, i have disabled IPN in the business account of the sandbox account.

I setup under Website Payment Preferences yes, and my return url http://smileandgo.de/m/payment/act_finalize_checkout/paypal/1

ID 1, for selling over the shop. ID 0 is for selling memberships.

Payment Data Transfer (optional) to ON and copy the identity token to my account

Encrypted Website Payments to OFF

PayPal Account Optional to OFF

Contact Telephone Number to OFF

Express Checkout Settings to NO

 

On my site, i have set it to TEST mode

Progress type direct, SSL

Put the identity code from sandbox in

and the sandbox business account email.

 

Now i make a buy with a different test account on my site, and a buyer account over sandbox.

 i login to paypal, progress the order, "Thanks for your buy and 10 sec redirect.

 

So i come back to my site http://smileandgo.de/m/payment/act_finalize_checkout/paypal/1?tx=81E727729M990531M&st=Completed&amt=1.00&cc=EUR&cm=e58cc5ca94270acaceed13bc82dfedf7&item_number=107

And : NO DATA GIVEN.

--Germany-- Sorry for my bad english :P
Quote · 2 May 2013

PUSH

--Germany-- Sorry for my bad english :P
Quote · 3 May 2013

PUSH

--Germany-- Sorry for my bad english :P
Quote · 4 May 2013

Hy,

so i found a solution.

To become a automatic solution.

http://www.boonex.com/m/paypal-no-data-given-fix

--Germany-- Sorry for my bad english :P
Quote · 4 May 2013

I would like to recommend EmmetBytes for this.

This is my signature, there are many like it but this one is mine...
Quote · 4 May 2013

Hello

Looks like you are using PDT mode.

Payment Data Transfer (optional) to ON and copy the identity token to my account

May be the problem appears in this mode only, because we checked the Direct and IPN modes not so long ago and they worked correctly.

We'll investigate the issue with PDT mode. The ticket was created http://www.boonex.com/trac/dolphin/ticket/3177.

Quote · 6 May 2013

HY...

 

I still have the problem..... 


in Sandbox mode it works. but not in Live Mode....

--Germany-- Sorry for my bad english :P
Quote · 29 Jul 2013

 

HY...

 

I still have the problem..... 


in Sandbox mode it works. but not in Live Mode....



 PUSH


How can i debug, what paypal send to my site, or what sends my site to paypal ??

--Germany-- Sorry for my bad english :P
Quote · 22 Aug 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.