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
| transaction_id | string | FraudLabs Pro transaction ID or Order ID. |
25
+
| id_type | string | ID type. Either: **FraudlabsproRuby::Api::Order::FLP_ID** or **FraudlabsproRuby::Api::Order::ORDER_ID** |
22
26
23
27
:return: Returns the details about the transaction in JSON object.
24
28
:rtype: Object
@@ -89,8 +93,8 @@ Approve, reject or ignore a transaction.
89
93
90
94
| Parameter | Type | Description |
91
95
|--------------|---------|---------------------|
92
-
| id | string | (required) Unique transaction Id generated by Fraud Check API. |
93
-
| action | string | (required) Perform APPROVE, REJECT, or REJECT_BLACKLIST action to transaction.<br/>• APPROVE: Approve a transaction<br/>• REJECT: Reject a transaction<br/>• REJECT_BLACKLIST: Reject and blacklist the transaction<br/>When a transaction was blacklisted, the information will be recorded into the system for future blacklist validation check. |
96
+
| transaction_id | string | (required) Unique transaction Id generated by Fraud Check API. |
97
+
| status | string | (required) Perform APPROVE, REJECT, or REJECT_BLACKLIST action to transaction.<br/>• APPROVE: Approve a transaction<br/>• REJECT: Reject a transaction<br/>• REJECT_BLACKLIST: Reject and blacklist the transaction<br/>When a transaction was blacklisted, the information will be recorded into the system for future blacklist validation check. |
94
98
| note | integer | (optional) Notes for the feedback request. |
95
99
```
96
100
@@ -102,32 +106,32 @@ Retrieve geolocation information for an IP address.
102
106
| Parameter | Type | Description |
103
107
|-----------------|---------|-----------------|
104
108
| ip | string | (required) IP address of online transaction. It supports both IPv4 and IPv6 address format. |
105
-
| billing->lastName | string | (optional) User's last name. |
106
-
| billing->firstName | string | (optional) User's first name. |
| billing->address | string | (optional) Street address of billing address. |
112
-
| billing->city | string | (optional) City of billing address. |
113
-
| billing->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.|
114
-
| billing->country | string | (optional) Country of billing address. It requires the input of ISO-3166 alpha-2 country code, e.g. US for United States.|
115
-
| billing->postcode | string | (optional) Postal or ZIP code of billing address. |
116
-
| shipping->address | string | (optional) Street address of shipping address. |
117
-
| shipping->city | string | (optional) City of shipping address. |
118
-
| shipping->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. |
119
-
| shipping->country | string | (optional) Country of shipping address. It requires the input of ISO-3166 alpha-2 country code, e.g. US for United States. |
120
-
| shipping->postcode | string | (optional) Postal or ZIP code of shipping address. |
121
-
| card->number | string | Billing credit card number or BIN number. |
122
-
| card->avs | string | (optional) The single character AVS result returned by the credit card processor. |
123
-
| card->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. |
124
-
| order->orderId | string | (optional) Merchant identifier to uniquely identify a transaction. It supports<br/> maximum of 15 characters user order id input. |
125
-
| order->note | string | (optional) Merchant description of an order transaction. It supports maximum of 200 characters. |
126
-
| order->amount | decimal | (optional) Amount of the transaction. |
127
-
| order->quantity | integer | (optional) Total quantity of the transaction. |
128
-
| order->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. |
129
-
| order->department | string | (optional) Merchant identifier to uniquely identify a product or service department. |
| bill_addr | string | (optional) Street address of billing address. |
116
+
| bill_city | string | (optional) City of billing address. |
117
+
| 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
+
| 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
+
| bill_zip_code | string | (optional) Postal or ZIP code of billing address. |
120
+
| ship_addr | string | (optional) Street address of shipping address. |
121
+
| ship_city | string | (optional) City of shipping address. |
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. |
123
+
| ship_country | string | (optional) Country of shipping address. It requires the input of ISO-3166 alpha-2 country code, e.g. US for United States. |
124
+
| ship_zip_code | string | (optional) Postal or ZIP code of shipping address. |
125
+
| card_number | string | Billing credit card number or BIN number. |
126
+
| card_avs | string | (optional) The single character AVS result returned by the credit card processor. |
127
+
| card_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. |
128
+
| user_order_id | string | (optional) Merchant identifier to uniquely identify a transaction. It supports<br/> maximum of 15 characters user order id input. |
129
+
| user_order_memo | string | (optional) Merchant description of an order transaction. It supports maximum of 200 characters. |
130
+
| amount | decimal | (optional) Amount of the transaction. |
131
+
| quantity | integer | (optional) Total quantity of the transaction. |
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. |
133
+
| department | string | (optional) Merchant identifier to uniquely identify a product or service department. |
0 commit comments