delticket.cgi
Description
The function delticket.cgi is for deleting tickets, with the result that the ticket and its corresponding fixed transaction rules are deleted.
Function call
https://login:password@payment.architrade.com/cgi-adm/delticket.cgi
Input parameters
The function delticket.cgi accepts the following input parameters:
Parameter | Description |
| merchant | Shop identification. The Merchant number appears in the e-mail received from DIBS during registration with DIBS or on your contract. Your merchant number can also be retreived by contacting your respective DIBS support department below. Denmark Norway Sweden |
| ticket | The ticket number, which is identical to the transact returned from the DIBS server from the accepted pre-authorisation process. |
| [fullreply] | If this variable is set, all variables will be returned (as defined in the DIBS admin). Note: This only works when used together with textreply. |
| [account] | If multiple departments utilize the company’s acquirer agreement with the acquirer, it may prove practical to keep the transactions separate at DIBS. An ”account number” may be inserted in this field, so as to separate transactions at DIBS. |
Return parameters
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.
Example
<FORM action="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>