Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.25 KB

File metadata and controls

27 lines (20 loc) · 1.25 KB

OpenapiClient::FraudRegistration

Properties

Name Type Description Notes
merchant_ref String 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 String Type of transaction merchant wants to process.
customer Customer
merchant Merchant
device FraudRegistrationDevice [optional]
user_defined Object A JSON object that can carry any additional information that might be helpful for fraud detection. [optional]

Code Sample

require 'OpenapiClient'

instance = OpenapiClient::FraudRegistration.new(merchant_ref: ffd031516002,
                                 transaction_type: registration,
                                 customer: null,
                                 merchant: null,
                                 device: null,
                                 user_defined: {"inauthTransId":"1234"})