cancel
Showing results for 
Search instead for 
Did you mean: 

How to integrate payment gateway(payumoney) to my sapui5 app

Former Member
0 Kudos

Hi Sir/Madam,

I have done one app there i need to integrate payumoney payment gateway so anyone can help me please i am new for this task ....i dont know how to trigger payumoney android sdk so please give some solutions

payumoney URL : https://www.payumoney.com/payment-gateway-integration-guide.html

Thank you andavance

Regards,

Accepted Solutions (0)

Answers (3)

Answers (3)

vijay_kumar49
Active Contributor

Check this document

https://www.payumoney.com/aggregator_doc.html and

How To Integrate Payumoney Payment Gateway In Any Website

I think it suitable for below technologies. here not in UI5

Former Member
0 Kudos

thank you for supporting.

How to trigger from my app to payumoney screens.

Regards,

Manjunath M M

former_member340030
Contributor
0 Kudos

Hi Manjunath ,

Below is not only for SAPUI5 project you can do this for any project (just API callings you need to do )

If you can see the section custom integration of the payumoney guide , it explains how you need to do it. You just need to call the Payment Api of the payumoney with necessary details, it will redirect to their page where you will have payment options and after success of the payment you will redirected to your website (those things you need to mention in the API POST payload (surl , furl)).

On the success page(surl) you can give a success message , but before that for your full confirmation you can call check transaction api of payumoney with that transaction id which you send it in payment API... if status of transaction gives a success than you can show them success otherwise you can redirect them to furl (failure page)

thanks

Viplove

VenkyM
Participant
0 Kudos

Hi Viplove,

Could you please share some sample if you have anything related to Payment Gateway Integration.

Thanks,

Venkatesh.