Transaction Details - Account Identifiers and Flags
| Variable | Requirement | Type | Possible Values | Description |
|---|---|---|---|---|
| pa_version | Optional | integer | API Version number | |
| pb_avs_only | string | yes,no | Sets avsonly transflag to flag transaction as verifying the address associated with the account. (This allows you to submit an amount of $0.00). |
|
| pb_duplicate_check_window | Optional | string | 5-9999 | Minute Window within which a transaction with the same card number and dollar amount will be treated as a duplicate. (Default is 5) |
| pb_post_auth | Optional | string | yes,no | If passed with a value of ‘yes’ automatically marks the transaction for settlement. (Defaults to ’no’ if absent) |
| pb_store_data_only | Optional | string | yes,no | When set to ‘yes’ flag indicates that the transacton should be stored instead of authorized. May only be used with payment gateway accounts explicitly set to permit this ability |
| pd_language | Optional | string | EN,ES,FR | 2 letter abbreviation (upper case) of the language in which to present the page in. Allowed values: * ‘EN’ is English * ‘ES’ is Spanish * ‘FR’ is French |
| pt_authorization_code | Optional | string | To supply a pre-apporved transaction authorization code. Should only be used with Forced Authorizations. |
|
| pt_avs_level | Optional | integer | -1,0,1,3,4,5,6 | AVS (Address Verification System) Please refer to the AVS Code Specification section for valid values |
| pt_client_identifier | Optional | string | i.e. coldfusion, softcart,cart32 |
Used to modify system behavior to support specific client software. Only send when directed to by our staff |
| pt_gateway_account | Mandatory | string | Gateway account username issued by us to you at time of sign up. | |
| pt_ip_address | Optional | string | i.e. 123.123.123.123 | IP address of customer. |
| pt_transaction_hash | Optional | string | Authorization Hash Value | |
| pt_transaction_time | Optional | string | Transaction Time Value Format: YYYMMDDhhmmss |
|
| pt_transaction_type | Optional | string | i.e. checkcard | Transaction Mode |
| pd_content_privacy_statement | Optional | string | i.e. Your customer privacy statement here used to replace the default privacy statement with your own custom privacy statement. [Defaults to our general privacy statement when omitted] |
|
| pd_content_privacy_url | Optional | string | i.e. https://www.yourdomain.com/privacy.html | Fully qualified URL for your site’s privacy/security policy. |
| pd_content_return_url | Optional | string | i.e. https://www.yourdomain.com/returns.html | Fully qualified URL for your site’s return/credit policy. |
| pd_shipping_policy_url | Optional | string | i.e. https://www.yourdomain.com/shipping.html | Fully qualified URL for your site’s shipping policy. |
| pt_customer_comments | Optional | string | Used to add comments to confirmation email. |