How to embed an iframe payment gateway into your wordpress website
-
Hi guys i have been trying to embed this iframe payment code with my website with no avail. please help
Sample request
<soapenv:Envelope xmlns:xsi=”https://www.w3.org/2001/XMLSchema-instance”
xmlns:xsd=”https://www.w3.org/2001/XMLSchema”
xmlns:soapenv=”https://schemas.xmlsoap.org/soap/envelope/”
xmlns:urn=”urn:xmethods-delayed-quotes”>
<soapenv:Header/>
<soapenv:Body>
<urn:processCheckOut
soapenv:encodingStyle=”https://schemas.xmlsoap.org/soap/encoding/”>
<merchantID xsi:type=”xsd:string”>89734</merchantID>
<passkey
xsi:type=”xsd:string”>c6388632255eee11a3d7f91f43b9a443</passkey>
<referenceID xsi:type=”xsd:string”>AG-1278</referenceID>
<transactionID xsi:type=”xsd:string”>8973</transactionID>
<amount xsi:type=”xsd:string”>2500</amount>
</urn:processCheckOut>
</soapenv:Body>
</soapenv:Envelope>ENC=”https://schemas.xmlsoap.org/soap/encoding/”>
<SOAP-ENV:Body><ns1:processCheckOutResponse>
<response_code xsi:type=”xsd:string”>00</response_code>
<description xsi:type=”xsd:string”>OK</description>
<url xsi:type=”xsd:string”> <iframe
src=”https://172.28.229.157/Apps/iframe/checkout.php?sessionid=4d9b001e638a3f
7255c0412da6af88f65759e631ce7820989622b8a6a7246291″
style=’border:none;width:350px;height:450px’ id=’iframe1’/> </url>
</ns1:processCheckOutResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
- The topic ‘How to embed an iframe payment gateway into your wordpress website’ is closed to new replies.