You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| bill_addr | string | (optional) Street address of billing address. |
114
114
| bill_city | string | (optional) City of billing address. |
115
115
| bill_state | string | (optional) State of billing address. It supports state codes, e.g. NY (New York), for state or province of United States or Canada.|
116
116
| bill_country | string | (optional) Country of billing address. It requires the input of ISO-3166 alpha-2 country code, e.g. US for United States.|
117
117
| bill_zip_code | string | (optional) Postal or ZIP code of billing address. |
118
+
| ship_last_name | string | (optional) Receiver's last name. |
119
+
| ship_first_name | string | (optional) Receiver's first name. |
118
120
| ship_addr | string | (optional) Street address of shipping address. |
119
121
| ship_city | string | (optional) City of shipping address. |
120
122
| ship_state | string | (optional) State of shipping address. It supports state codes, e.g. NY - New York, for state or province of United States or Canada. |
@@ -124,12 +126,13 @@ Retrieve geolocation information for an IP address.
124
126
| avs | string | (optional) The single character AVS result returned by the credit card processor. |
125
127
| cvv | string | (optional) The single character CVV2 result returned by the credit card processor.<br/> This is not for the input of the actual CVV code from the back of the credit card. |
126
128
| user_order_id | string | (optional) Merchant identifier to uniquely identify a transaction. It supports<br/> maximum of 15 characters user order id input. |
127
-
| user_order_memo | string | (optional) Merchant description of an order transaction. It supports maximum of 200 characters. |
128
-
| amount | float | (optional) Amount of the transaction. |
129
+
| user_order_memo | string | (optional) Merchant description of an order transaction. It supports maximum of 200 characters. |
130
+
| amount | float | (optional) Amount of the transaction. |
129
131
| quantity | integer | (optional) Total quantity of the transaction. |
130
132
| currency | string | (optional) Currency code used in the transaction. It requires the input of<br/> ISO-4217 (3 characters) currency code, e.g. USD for US Dollar. |
131
133
| department | string | (optional) Merchant identifier to uniquely identify a product or service department. |
0 commit comments