I am trying to create a payment module and the requirement flow is as follow:
a. send request xml
b. receive response xml
c. redirect to external payment site where client enters payment info
d. payment site will redirect to my website checkout_payment and they require me to receive 2nd xml
My questions are:
a. How to redirect to external payment site (yes, the payment site has provided me the secured URL)?
b. How to receive an XML the second time around since it is not some thing I initiated?
Are there examples of this scenario?


Reply With Quote
