Foros del Web » Estrategias Digitales y Negocios Online » Negocios »

[SOLUCIONADO] Paypal Error 81002

Estas en el tema de Paypal Error 81002 en el foro de Negocios en Foros del Web. Hola, estoy intentando programar Paypal refund mediante el siguiente código: Código PHP: $config  = array( 'sslverifypeer' => FALSE );          $params  = array(              'USER' => 'asociacion.pfc1_api1.gmail.com' ...
  #1 (permalink)  
Antiguo 20/07/2013, 04:26
 
Fecha de Ingreso: abril-2013
Mensajes: 82
Antigüedad: 11 años
Puntos: 0
Paypal Error 81002

Hola, estoy intentando programar Paypal refund mediante el siguiente código:

Código PHP:
$config = array('sslverifypeer'=>FALSE);
        
$params = array(
            
'USER'=>'asociacion.pfc1_api1.gmail.com',
            
'PWD'=>'xxxxxxxxxxx',
            
'SIGNATURE'=>'xxxxxxxxxxxx',
            
'METHOD' => 'RefundTransaction',
            
'TRANSACTIONID' => $transactionId,
            
'REFUNDTYPE'    => 'Full',
            
'CURRENCYCODE'=>'EUR',
            
'VERSION'=>'51.0',
        );
        
$url ='https://api-3t.sandbox.paypal.com/nvp';
        
        
$client = new Zend_Http_Client($url,$config);
        
$client->setMethod(Zend_Http_Client::POST);
        
$client->setParameterPost($Params);
        echo 
$response $client->request(); 
Y me produce el siguiente error,

ACK=Failure&L_ERRORCODE0=81002&L_SHORTMESSAGE0=Uns pecified%20Method&L_LONGMESSAGE0=Method%20Specifie d%20is%20not%20Supported&L_SEVE

¿Alguien me puede ayudar?
  #2 (permalink)  
Antiguo 20/07/2013, 04:29
 
Fecha de Ingreso: abril-2013
Mensajes: 82
Antigüedad: 11 años
Puntos: 0
Respuesta: Paypal Error 81002

Ya he encontrado el fallo....

$client->setParameterPost($Params);

Etiquetas: negocios-y-estrategias, paypal
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 21:01.