Skip to content

Instantly share code, notes, and snippets.

@Ineke99
Ineke99 / Process.php
Created February 14, 2021 04:26
SecurePay XML API Interface problem. Thank you Aabir (5 years ago) what looked to me the best sample of an XLM API interface. However I crash on line 77 $(function with an IIS error 405. PHP is know and used to IIS. Java is used on this server as well. SSL2 is installed. The server does have a certificate. Secure pay tells me I have an error som…
<?php
extract($_POST);
$purchaseOrderNo = $_POST['purchaseOrderNo'];
$name = $_POST['name'];
$cardDescription = $_POST['cardDescription'];
$amount = $_POST['amount'];
$cardNumber = $_POST['cardNumber'];
$cvv = $_POST['cvv'];