credit_card_number | String | The credit card number used for the transaction. |
card_printed_name | String | The name printed on the credit card. |
expire_month | String | The month when the credit card expires (MM format). |
expire_year | String | The year when the credit card expires (YYYY format). |
cvv2 | String | The CVV2 security code on the credit card. |
order_desc | String | Description of the order being processed. |
first_name | String | The first name of the cardholder. |
last_name | String | The last name of the cardholder. |
ssn | String | The Social Security Number of the cardholder (if applicable). |
birthday | String | The birthdate of the cardholder (YYYYMMDD format). |
address1 | String | The first line of the billing address. |
city | String | The city of the billing address. |
state | String | The state of the billing address (abbreviation). |
zip_code | String | The postal code of the billing address. |
country | String | The country of the billing address (ISO 3166-1 alpha-2). |
phone | String | The primary contact number for the cardholder. |
cell_phone | String | The mobile contact number for the cardholder. |
amount | Decimal | The total amount of the transaction (in the specified currency). |
email | String | The email address of the cardholder for confirmation. |
currency | String | The currency code for the transaction (ISO 4217). |
client_orderid | String | A unique identifier for the order from the client side. |
ipaddress | String | The IP address of the client making the request. |
site_url | String | The URL of the site where the transaction originated. |
purpose | String | The purpose or reason for the transaction. |
redirect_url | String | The URL to which the user will be redirected after payment. |
server_callback_url | String | The URL to which the server will send callback notifications. |
merchant_data | String | Additional data related to the merchant or transaction. |
dapi_imei | String | The IMEI number of the device making the request (if applicable). |
control | String | A control parameter for transaction validation (hash or token). |