|
Welcome,
Guest
|
|
|
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.
|
|
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.
|
|