Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 2.04 KB

File metadata and controls

23 lines (19 loc) · 2.04 KB

ScoreOnlyRequest

Properties

Name Type Description Notes
merchant_ref str Merchant reference code. Used by FirstAPI and reflected in settlement records and Webhook notifications. Typically, the merchantRef field is the purchase order number or unique sequence value associated to a given transaction. [optional]
transaction_type str Type of transaction merchant wants to process.
original_transaction_type str Defines the type of the original transaction that is being evaluated for the Fraud Score.
original_transaction_id str The unique ID of this transaction. Must be unique for the entire system (not just within a specific merchant or industry). Subsequent requests related to the same transaction must have the same transactionId (e.g. transaction/deposit or transaction/authorization-reversal). This field is used for matching transactions with settlement and chargeback information. If there is no such ID available you may wish to compose one from fields available in both systems. Consider including backend, issuer, merchant id, date and time, amount, etc. as necessary.
amount str The amount processed for the original transaction.
currency_code str The currency of the original transaction.
customer Customer [optional]
billing_address BillingAddress [optional]
device Device [optional]
loyalty Loyalty [optional]
payment Payment
merchant Merchant
order FraudOrder [optional]
user_defined object A JSON object that can carry any additional information that might be helpful for fraud detection. [optional]

[Back to Model list] [Back to API list] [Back to README]