|
The automatic order processing script is located at:
The exceptions are as follows:
- You must send a password with every request. The password will be provided by MultiCards.
The variable name is "password". This is not your Merchant Menu password!
- Very important: you must send a variable 'client_ip'
which contains the IP address of the customer who is placing an order. This IP is used by us
to block certain IP's and/or countries.
| Variable name: |
Value: |
| response_code |
1 = accepted
2 = declined
3 = error |
| response_text |
descriptive text of response code, i.e. InputError, Declined, Accepted. |
| error |
In case of an error response, error contains one or more reasons why the post data was rejected. |
| order_num |
In case of an accepted response, the MultiCards order number is returned. |
| billing_name |
Very important: The name that will appear on the customers
credit card statements. |
|