Name | Description |
---|---|
callback.cgi | Used to get the original callback |
cardtype.pml | Used to get the cardtype used in a transaction |
changestatus.cgi | Used to change the status of a transaction |
confirmtransact.cgi | Used to confirm that the transaction is registrered at Nets |
payinfo.cgi | Used to get the basic transaction information |
status.pml | Used to get the status of the connection to various acquirers |
transinfo.cgi | Used to receive simple transaction information and status in Nets |
transimg.cgi | Used to get a color code representing the status of a transaction |
transstat.cgi | Used to get an integer representing the status of a transaction |
transstatus.pml | Used to get the exact status in Nets' system |
When calling the API the following syntax should be used to initiate the call.
<form method="post" action="https://payment.architrade.com/cgi-ssl/*cgi*"> //example: *cgi*="auth.cgi" <input type="hidden" name="*param1_name*" Value="*param1_value*"> <input type="hidden" name="*param2_name*" Value="*param2_value*"> ... </form>
Some of the functions requires an API user to change the post url to:
<form method="post" action="https://username:password@payment.architrade.com/cgi-ssl/*cgi*"> //example: *cgi*="cancel.cgi"