Consuming third party Payment Gateway API from Procedure.
Posted on
16th Feb 2014 07:03 pm 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
No comments posted yet
Your Answer:
Login to answer
184
37
Other forums
Quick fix: Conditional statement with an array
Hi, I'm getting the temperature value off of the Environment Canada website along with the icon file
http to https
Hi,
Is there any specific method/condition to move an http:// page to https:// ?
CU&UC guide
Hi Gurus,
can anybody provide me the link for CU&UC upgrade guide
Thanks i
understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";
function get_nam
A href problem under php
Hello...
I tried to explain the issue in an earlier post.. but was not clear enough....
calculator
I can't figure out why this code doesn't work. No error messages. Page loads.
Code: <
some query on multilingual website
Hi all,
Which is the simplest and easiest method to make a website multilingual,
is it put
constructor ?
i have written this program and made 3 constructors in the class and i want to call them in the main
problem with refreshing
in my site, i have an index page, it has a main div. this main div's content is changing according t
Limiting uploaded file type
I am working on a simple upload script, and I need it to limit the allowed file type that is uploade