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

View Entire Topic
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.