| type |
String |
Payment method type. |
[default to null] |
| number |
String |
Credit card number. |
[default to null] |
| month |
Integer |
Credit card expiration month. |
[optional] [default to null] |
| year |
Integer |
Credit card expiration year. If this value is less than 100, it will be treated as two digits year in the current century. E.g. If current year is `2024`, `99` means `2099`. |
[optional] [default to null] |
| sequence_number |
String |
Specify the sequence number from the credit card terminal |
[optional] [default to null] |
| field55 |
String |
Specify the EMV data produced by the terminal. |
[optional] [default to null] |
| posDataCode |
String |
Specify the POS data code produced by the terminal. |
[optional] [default to null] |
| track2 |
String |
Specify the data read from track 2 of the payment card. |
[optional] [default to null] |
| flowType |
String |
Specify whether this transaction is a EMV or magnetic stripe transaction. - Use value "1" for EMV transaction. - Use value "2" for magnetic stripe transaction. |
[optional] [default to null] |
| shipping_address_name |
String |
Shipping address name. This is the recipient's name. |
[optional] [default to null] |
| shipping_address_line1 |
String |
Shipping address line 1. |
[optional] [default to null] |
| shipping_address_line2 |
String |
Shipping address line 2. |
[optional] [default to null] |
| shipping_address_city |
String |
Shipping address city. |
[optional] [default to null] |
| shipping_address_state |
String |
Shipping address state. |
[optional] [default to null] |
| shipping_address_zip |
String |
Shipping address ZIP code. |
[optional] [default to null] |
| shipping_address_country |
String |
Shipping address country. |
[optional] [default to null] |
| billing_address_name |
String |
Billing address name. This is the paying customer's name. |
[optional] [default to null] |
| billing_address_line1 |
String |
Billing address line 1. |
[optional] [default to null] |
| billing_address_line2 |
String |
Billing address line 2. |
[optional] [default to null] |
| billing_address_city |
String |
Billing address city. |
[optional] [default to null] |
| billing_address_state |
String |
Billing address state. |
[optional] [default to null] |
| billing_address_zip |
String |
Billing address ZIP code. |
[optional] [default to null] |
| billing_address_country |
String |
Billing address country. |
[optional] [default to null] |