Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 2.45 KB

File metadata and controls

43 lines (36 loc) · 2.45 KB

OpenapiClient::PaymentTokenizationResponse

Properties

Name Type Description Notes
client_request_id String Echoes back the value in the request header for tracking. [optional]
api_trace_id String Request identifier in API, can be used to request logs from the support team. [optional]
response_type ResponseType [optional]
request_status String The status of the request. [optional]
request_time Integer Time of the request. [optional]
brand String Card brand. [optional]
country String Country of the card issued. [optional]
payment_token PaymentTokenDetails [optional]
payment_card PaymentCard [optional]
processor ProcessorData [optional]
order_id String Note - Client Order ID if supplied by client. If not supplied by client, IPG will generate. The first 12 alphanumeric digits are passed down to Fiserv Enterprise reporting tool, Clientline and Data File Manager (DFM). [optional]
ipg_transaction_id String The response transaction ID. [optional]
merchant_transaction_id String The unique merchant transaction ID from the request header, if supplied. [optional]
additional_response_data AdditionalResponseData [optional]

Code Sample

require 'OpenapiClient'

instance = OpenapiClient::PaymentTokenizationResponse.new(client_request_id: 30dd879c-ee2f-11db-8314-0800200c9a66,
                                 api_trace_id: rrt-0bd552c12342d3448-b-ea-1142-12938318-7,
                                 response_type: null,
                                 request_status: DELETED,
                                 request_time: 1554308829345,
                                 brand: VISA,
                                 country: Germany,
                                 payment_token: null,
                                 payment_card: null,
                                 processor: null,
                                 order_id: R-44df6542-ae0b-4415-88e8-7f3e62cc9e5d,
                                 ipg_transaction_id: 838916029301,
                                 merchant_transaction_id: lsk23532djljff3,
                                 additional_response_data: null)