PayPal Param: cmd => null

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

PayPal Param: cmd => null

iwolf
Hi All,

I have configured PayPal to be used as payment method ... everything works fine (forwarded to PayPal, Payment ..) but when it comes to get the payment information I get the following lines in the log file:

2015-03-31 22:10:53,920 |0.0.1-8009-exec-3768 |PayPalEvents                  |E| PayPal Verification Response: INVALID
2015-03-31 22:10:53,920 |0.0.1-8009-exec-3768 |PayPalEvents                  |E| ### Param: cmd => null
2015-03-31 22:10:53,920 |0.0.1-8009-exec-3768 |PayPalEvents                  |E| ###### PayPal did not verify this request, need investigation!
2015-03-31 22:10:53,923 |0.0.1-8009-exec-3768 |PayPalEvents                  |E| PayPal did not callback with a valid orderId!
2015-03-31 22:10:53,983 |0.0.1-8009-exec-3768 |RequestHandler                |E| Request payPalNotify caused an error with the following message: Mit dem Callback von PayPal wurde keine gültige Auftragsnummer (orderId) übergeben.

(Translate) message: No valid Ordernumber (orderid) has been submitted with the callback from paypal

I checked the configuration ten thousand times (ofbiz and paypal) + checked the code of the PayPal service.

Thanks for any help.

Best regards,
Ingo
Reply | Threaded
Open this post in threaded view
|

Re: PayPal Param: cmd => null

Josip Almasi
Just had the same thing, so for the record - had https url for
payment.paypal.notify.
With plain http works just fine.

On 03/31/2015 10:38 PM, Ingo Wolfmayr wrote:

> Hi All,
>
> I have configured PayPal to be used as payment method ... everything works fine (forwarded to PayPal, Payment ..) but when it comes to get the payment information I get the following lines in the log file:
>
> 2015-03-31 22:10:53,920 |0.0.1-8009-exec-3768 |PayPalEvents                  |E| PayPal Verification Response: INVALID
> 2015-03-31 22:10:53,920 |0.0.1-8009-exec-3768 |PayPalEvents                  |E| ### Param: cmd => null
> 2015-03-31 22:10:53,920 |0.0.1-8009-exec-3768 |PayPalEvents                  |E| ###### PayPal did not verify this request, need investigation!
> 2015-03-31 22:10:53,923 |0.0.1-8009-exec-3768 |PayPalEvents                  |E| PayPal did not callback with a valid orderId!
> 2015-03-31 22:10:53,983 |0.0.1-8009-exec-3768 |RequestHandler                |E| Request payPalNotify caused an error with the following message: Mit dem Callback von PayPal wurde keine gültige Auftragsnummer (orderId) übergeben.
>
> (Translate) message: No valid Ordernumber (orderid) has been submitted with the callback from paypal
>
> I checked the configuration ten thousand times (ofbiz and paypal) + checked the code of the PayPal service.
>
> Thanks for any help.
>
> Best regards,
> Ingo
>

Reply | Threaded
Open this post in threaded view
|

Re: PayPal Param: cmd => null

Pierre Smits
That seems to indicate that there is an issue with acceptance of the ssl
certificate.

Best regards,

Pierre Smits

ORRTIZ.COM <http://www.orrtiz.com>
OFBiz based solutions & services

OFBiz Extensions Marketplace
http://oem.ofbizci.net/oci-2/

On Tue, Feb 2, 2016 at 4:16 PM, Josip Almasi <[hidden email]> wrote:

> Just had the same thing, so for the record - had https url for
> payment.paypal.notify.
> With plain http works just fine.
>
> On 03/31/2015 10:38 PM, Ingo Wolfmayr wrote:
> > Hi All,
> >
> > I have configured PayPal to be used as payment method ... everything
> works fine (forwarded to PayPal, Payment ..) but when it comes to get the
> payment information I get the following lines in the log file:
> >
> > 2015-03-31 22:10:53,920 |0.0.1-8009-exec-3768 |PayPalEvents
>     |E| PayPal Verification Response: INVALID
> > 2015-03-31 22:10:53,920 |0.0.1-8009-exec-3768 |PayPalEvents
>     |E| ### Param: cmd => null
> > 2015-03-31 22:10:53,920 |0.0.1-8009-exec-3768 |PayPalEvents
>     |E| ###### PayPal did not verify this request, need investigation!
> > 2015-03-31 22:10:53,923 |0.0.1-8009-exec-3768 |PayPalEvents
>     |E| PayPal did not callback with a valid orderId!
> > 2015-03-31 22:10:53,983 |0.0.1-8009-exec-3768 |RequestHandler
>     |E| Request payPalNotify caused an error with the following message:
> Mit dem Callback von PayPal wurde keine gültige Auftragsnummer (orderId)
> übergeben.
> >
> > (Translate) message: No valid Ordernumber (orderid) has been submitted
> with the callback from paypal
> >
> > I checked the configuration ten thousand times (ofbiz and paypal) +
> checked the code of the PayPal service.
> >
> > Thanks for any help.
> >
> > Best regards,
> > Ingo
> >
>
>