Consuming third party Payment Gateway API from Procedure.

Posted on 16th Feb 2014 by admin

Hi All,

First of all i would like to thank all the people of the oracle forum for providing very good solutions.

Here is my query.

We are implementing an eCommerce application using APEX in our project.As a part of this, we get the order details from other party in to our system via Secured channel and in an Encrypted Format.Once we import the orders in our system,we process the same and the processed orders are sent for Payment Gateway for Payment Processing.We are planning to process these request at the backend by writing a procedure and calling the targeted APIWebservice in the procedure.

For this we are planning to use the util http inbuilt package.

1)Can we perform the activities like invoking and posting the input to the hosted API and capture the Response from the API using the http util inbuilt package?
2)Do we need to take care at Firewall front of the Test Server?
3)Do we need to concentrate on Port enabling for capturing the response received from the Payment Gateway API.

Request you all to provide the clarification in detail.

Thanks

Other forums