I'm trying to integrate HSBC Bank's e-payment API solution into a re-developed site but I'm not getting any help from them and their documentation is awful, can anyone help?
Customer enters their credit card details on my site using a form. I put the order information (not credit card info) into my database, then I must generate XML and re-post using a form to their server.
Their server responds with XML in the browser, but I'm left on their server and can't get back to my site. I must be missing something, as I don't see how I can use the browser to send XML and then receive a response in XML so that I can process it and then redirect them to a thank you page.
I have 2 questions,
What is the best way of re-posting the data after I have converted it to XML from a customer experience perspective?
How do I read back the XML from the browser and redirect them to a thank you page when the browser the browser is now pointing to their server? Is it possible to send and receive XML without using the browser?
BDC.
Customer enters their credit card details on my site using a form. I put the order information (not credit card info) into my database, then I must generate XML and re-post using a form to their server.
Their server responds with XML in the browser, but I'm left on their server and can't get back to my site. I must be missing something, as I don't see how I can use the browser to send XML and then receive a response in XML so that I can process it and then redirect them to a thank you page.
I have 2 questions,
What is the best way of re-posting the data after I have converted it to XML from a customer experience perspective?
How do I read back the XML from the browser and redirect them to a thank you page when the browser the browser is now pointing to their server? Is it possible to send and receive XML without using the browser?
BDC.