Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 3.52 KB

File metadata and controls

38 lines (34 loc) · 3.52 KB

TransactionResponse

Properties

Name Type Description Notes
client_request_id str Echoes back the value in the request header for tracking. [optional]
api_trace_id str Request identifier in API, can be used to request logs from the support team. [optional]
response_type ResponseType [optional]
ipg_transaction_id str The response transaction ID. [optional]
order_id str 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]
transaction_type TransactionType [optional]
payment_token PaymentTokenDetails [optional]
transaction_origin TransactionOrigin [optional]
payment_method_details PaymentMethodDetails [optional]
country str Country of the card issuer. [optional]
terminal_id str The terminal that is processing the transaction. [optional]
merchant_id str The unique (on Acquirer level) mechant ID. Usually this value has been chosen from the merchant itself and will be used in communication with the endpoint. [optional]
merchant_transaction_id str The unique merchant transaction ID from the request header, if supplied. [optional]
transaction_time int The transaction time in seconds since epoch. [optional]
approved_amount Amount [optional]
transaction_status str Represents the status of a transaction immediately following the original processing request. This value is not stored for the transaction and is only available in the response when the transaction is processed. TransactionStatus is not returned on either the transaction inquiry or on the order inquiry. [optional]
transaction_state str Shows the state of the current transaction. [optional]
payment_account_reference_number str Payment Account Reference Number from response, if supplied. [optional]
secure3d_response Secure3dResponse [optional]
standin_response_details StandinResponseDetails [optional]
redirect_url str The endpoint redirection URL. [optional]
authentication_response Secure3DAuthenticationResponse [optional]
scheme_transaction_id str The transaction ID received from schemes for the initial transaction of card on file flows. [optional]
processor ProcessorData [optional]
additional_details AdditionalTransactionDetails [optional]
account_updater_response AccountUpdaterResponse [optional]
ach_response AchResponse [optional]
currency_conversion_response CurrencyConversionResponse [optional]
steps list[PaymentStepRequest] Steps to be performed by the payer. [optional]

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