cancel
Showing results for 
Search instead for 
Did you mean: 

Approach to call external links securely

Former Member
0 Kudos

Hi,

Please let me know various possibilities to call external urls like payment gateways securely using SAP UI5.

Regards,

Koti Reddy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Koti,

Normally, third party system uses it's own security measures, while doing a transaction.

You can have a OData communication between third party and SAPUI5 application, if 3rd party payment gateway system is REST.

These days 3rd party payment gateways using json data as a communication channel.

Hope this may help you.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

SAP UI5 is a front end application which has a MVC architecture.

A simple button (payment button) should be created in view and corresponding action to be created in controller.

On triggering the button we need to pass the amount and your bank details (to which payment to be made) in encrypted format and call payment gateway API.  Rest will be handled by payment gateway.

Regards,

Pradeep

Former Member
0 Kudos

Hi Pradeep,

Please share any example for making data in encrypted format.

Regards,

Koti Reddy

Former Member
0 Kudos

HI,

Few examples are shown in below document links:

1. https://www.firstdata.com/downloads/thought-leadership/where_security_fits.pdf

this links shows how a payment process chain occurs in real time

2. http://epayinfo.wisconsin.gov/docview.asp?docid=17727&locid=76

this link is an example of US Bank E-payment service.

Regards,

Pradeep