Example
Below is an example of a call to confirmtransact.cgi.
<form method="post" action="https://payment.architrade.com/cgi-bin/confirmtransact.cgi"> <input type="hidden" name="merchant" value="123456789"> <input type="hidden" name="transact" value="987654321"> <input type="hidden" name="orderid" value="sdf786e4jsdf82"> <input type="hidden" name="currency" value="208"> </form>
Input parameters
Parameters | Description |
---|---|
account |
If multiple departments utilize the same DIBS account, it may be practical to keep the transactions separate at DIBS. An account name may be inserted in this field, to separate transactions at DIBS. To get an account, please contact the DIBS sales department. |
currency * |
Currency is defined using the ISO4217 standard (see the currency list here). Only numeric codes are accepted. Example: currency="752"
|
merchant * |
Shop identification. The Merchant ID appears in the e-mail received from DIBS during registration with DIBS or on your contract. |
orderíd * |
The shop’s order number for this particular purchase. It can be seen later when a payment is captured, and will in some instances appear on the customer’s bank statement (both numerals and letters may be used). |
transact * |
The unique DIBS identification number for the transaction. The transact is a as minimum 6-digit integer, e.g. transact=123456. |
*: Mandatory parameters