|
Welcome,
Guest
|
|
|
How to get $consumer_key,$consumer_secret and $signature_method from my pesapal account??
|
|
|
|
Hey Rajesh,
Find the information on Consumer Keys in response here: developer.pesapal.com/forum/2-pesapal-in...mer-key-invalid#1060 |
|
|
|
i am integrating pesapal in my site so there is requirement below parameters:
$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 = 'Your PesaPal Merchant Consumer Secret'; // from where and how i will get these?? |
|
|
|
For you to get these credentials you have to register a Merchant account either on
1. The demo/Sandbox demo.pesapal.com platform used for testing, where on register, you can login and find the Key and Secret from the Dashboard. Registration link is: demo.pesapal.com/account/merchantregister 2. Live website www.pesapal.com which is the live site, and in this case, the credentials are sent to the email which is used to register the merchant account Registration link is : www.pesapal.com/account/merchantregister Regards |
|
|
|