|
Welcome,
Guest
|
|
|
I used the pesapal payment it works fine in our website. But i need the direct pay like paypal payment.
|
|
|
|
Hello Soniya,
What do you mean by direct pay? |
|
Regards,
Lazaro Ong'ele Web Developer Skype: Lazrotep +254-020-249-5438 ; +254-706-191-729 Dagoretti Lane, Off Naivasha Road. Facebook: www.facebook.com/pesapal Twitter: twitter.com/PesaPal Helpdesk: support.pesapal.com This e-mail address is being protected from spambots. You need JavaScript enabled to view it. |
|
I used " width="100%" height="700px" scrolling="no" frameBorder="0">
<p>Browser unable to load iFrame</p> So the payments are done in my website . But i need the payments are done by directly to pesapal site . |
|
|
|
Do away with the use of the Iframe and instead redirect to the source URL you use on the Iframe.
|
|
Regards,
Lazaro Ong'ele Web Developer Skype: Lazrotep +254-020-249-5438 ; +254-706-191-729 Dagoretti Lane, Off Naivasha Road. Facebook: www.facebook.com/pesapal Twitter: twitter.com/PesaPal Helpdesk: support.pesapal.com This e-mail address is being protected from spambots. You need JavaScript enabled to view it. |
|
I used the below code to create form
$pesapal_data['oauth_consumer_key']=$consumer_key; $pesapal_data['oauth_nonce']='+7BADF195E1-54E0-F881-CC6B-83AF5C68F368+7'; $pesapal_data['oauth_timestamp']='1421737062'; $pesapal_data['oauth_version']='1.0'; $pesapal_data['oauth_callback']=$callback_url; $pesapal_data['pesapal_request_data']=$post_xml; $pesapal_data['oauth_signature_method']='HMAC-SHA1'; fn_create_payment_form('demo.pesapal.com/api/PostPesapalDirectOrderV4', $pesapal_data, 'Pesapal'); But i got this error the page you requested could not be found. Please check that it is a valid request. |
|
|
|
How to intergrate the peaspal payment gateway in cscart
|
|
|
|
Hello Soniya,
We've not worked on the cs-cart integration. However, please have a look at the PHP example below. It's a basic form that shows you how to interact with our APIs. developer.pesapal.com/forum/2-pesapal-in...-pesapal-php-example Once you get to understand how our API works, it will be easier to integrate the same on any other system. |
|
Regards,
Lazaro Ong'ele Web Developer Skype: Lazrotep +254-020-249-5438 ; +254-706-191-729 Dagoretti Lane, Off Naivasha Road. Facebook: www.facebook.com/pesapal Twitter: twitter.com/PesaPal Helpdesk: support.pesapal.com This e-mail address is being protected from spambots. You need JavaScript enabled to view it. |
|
I had implement pesapal payments in php .Its works fine. But now i want to intergrated this payment in cs cart. I have clear idea in php pesapal payments .But In cscart form creation methods
fn_create_payment_form('demo.pesapal.com/api/PostPesapalDirectOrderV4', $pesapal_datas, 'Pesapal'); not working for me..... |
|
|
|