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. |
116
115
| bill_city | string | (optional) City of billing address. |
117
116
| 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.|
118
117
| 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.|
119
118
| bill_zip_code | string | (optional) Postal or ZIP code of billing address. |
119
+
| ship_last_name | string | (optional) Receiver's last name. |
120
+
| ship_first_name | string | (optional) Receiver's first name. |
120
121
| ship_addr | string | (optional) Street address of shipping address. |
121
122
| ship_city | string | (optional) City of shipping address. |
122
123
| 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. |
@@ -131,7 +132,8 @@ Retrieve geolocation information for an IP address.
131
132
| quantity | integer | (optional) Total quantity of the transaction. |
132
133
| 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. |
133
134
| department | string | (optional) Merchant identifier to uniquely identify a product or service department. |
0 commit comments