Pesapal.com

Forum

Welcome, Guest
Username
Password:
 

Direct pesapal payment
(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: Direct pesapal payment

Direct pesapal payment 10 years, 9 months ago #1249

I used the pesapal payment it works fine in our website. But i need the direct pay like paypal payment.

Re: Direct pesapal payment 10 years, 9 months ago #1250

  • lazro
  • OFFLINE
  • Administrator
  • Pesapal
  • Posts: 404
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.

Re: Direct pesapal payment 10 years, 9 months ago #1251

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 .

Re: Direct pesapal payment 10 years, 9 months ago #1252

  • lazro
  • OFFLINE
  • Administrator
  • Pesapal
  • Posts: 404
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.

Re: Direct pesapal payment 10 years, 9 months ago #1253

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.

Re: Direct pesapal payment 10 years, 9 months ago #1254

How to intergrate the peaspal payment gateway in cscart

Re: Direct pesapal payment 10 years, 9 months ago #1255

  • lazro
  • OFFLINE
  • Administrator
  • Pesapal
  • Posts: 404
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.

Re: Direct pesapal payment 10 years, 9 months ago #1256

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.....
  • Page:
  • 1