Pesapal.com

Forum

Welcome, Guest
Username
Password:
 

Problem: consumer_key_unknown | Advice: > |
(1 viewing) (1) Guest
Welcome to the Pesapal integration forum!

This forum discusses everything about Pesapal integration on your web site. Having any problems? This is the right place to post a question and we are sure you will get an answer
  • Page:
  • 1

TOPIC: Problem: consumer_key_unknown | Advice: > |

Problem: consumer_key_unknown | Advice: > | 10 years, 5 months ago #1377

Created a form with the right consumer key and consumer secret.

Kindly let me know if i need to create a demo account for the business to test these.

if i change the iframe link to pesapal.com/api/PostPesapalDirectOrderV4', i get this error

Problem: parameter_absent | Advice: > oauth_parameters_absent | oauth_consumer_key&oauth_signature_method&oauth_signature&oauth_timestamp&oauth_nonce
Last Edit: 10 years, 5 months ago by alwaysfelix.

Re: Problem: consumer_key_unknown | Advice: > | 10 years, 3 months ago #1430

  • Ayesh
  • OFFLINE
  • Senior Boarder
  • Everythings works for good.
  • Posts: 53
Hi,

Is this wwhat you have on your test box...

$consumer_key = $pesapal_don_consumer_key; //'Your PesaPal Merchant Consumer Key';
//Register a merchant account on
//demo.pesapal.com and use the merchant key for testing.
//When you are ready to go live make sure you change the key to the live account
//registered on www.pesapal.com!
$consumer_secret = $pesapal_don_consumer_secret;
//'Your PesaPal Merchant Consumer Secret';
// Use the secret from your test
//account on demo.pesapal.com. When you are ready to go live make sure you
//change the secret to the live account registered on www.pesapal.com!
$signature_method = new OAuthSignatureMethod_HMAC_SHA1();
$iframelink = 'demo.pesapal.com/api/PostPesapalDirectOrderV4';
//change to
//www.pesapal.com/API/PostPesapalDirectOrderV4 when you are ready to go live!
Don't let what shows up for a moment become our eternity.
  • Page:
  • 1