Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 2.14 KB

File metadata and controls

39 lines (32 loc) · 2.14 KB

OpenapiClient::PaymentRegistration

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]
original_transaction_type String Defines the type of the original transaction that is being evaluated for the Fraud Score.
issuer_response IssuerResponse [optional]
verification_avs VerificationAvs [optional]
verification3ds Verification3ds [optional]
verification_cvv VerificationCvv [optional]
registration_method RegistrationMethod

Code Sample

require 'OpenapiClient'

instance = OpenapiClient::PaymentRegistration.new(merchant_ref: ffd031516002,
                                 transaction_type: registration,
                                 customer: null,
                                 merchant: null,
                                 device: null,
                                 user_defined: {"inauthTransId":"1234"},
                                 original_transaction_type: registration/method/card,
                                 issuer_response: null,
                                 verification_avs: null,
                                 verification3ds: null,
                                 verification_cvv: null,
                                 registration_method: null)