The function delticket.cgi is for deleting tickets, with the result that the ticket and its corresponding fixed transaction rules are deleted.
https://login:password@payment.architrade.com/cgi-adm/delticket.cgi
The function delticket.cgi accepts the following input parameters:
Parameter | Description |
merchant | The merchant parameter is the shops DIBS identification number. The merchant number is available in the order confirmation email and is a 7-digit integer. |
ticket | The ticket number, which is identical to the transact returned from the DIBS server from the accepted pre-authorisation process. |
[account] | If several departments in a company use the same acquirer contract it may be beneficial to keep track of the transactions by department. Setting the account parameter enables separation of the transaction by department. |
The function delticket.cgi returns two parameters; status, which is either “accepted” or “declined”. If status=declined a second parameter, message, is returned with a reason for the decline.
<FORM action="<link https://login/>https://login: password(at)payment.architrade.com/cgi-adm/delticket.cgi" method=POST>
<input input type="hidden" name="merchant" value="12345678">
<input input type="hidden" name="ticket" value="4001114">
</FORM>