docs/TransactionErrorResponse.md in first_data_gateway-1.0.3 vs docs/TransactionErrorResponse.md in first_data_gateway-1.1.0

- old
+ new

@@ -1,28 +1,30 @@ -# SwaggerClient::TransactionErrorResponse +# OpenapiClient::TransactionErrorResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**response_type** | [**ResponseType**](ResponseType.md) | The schema type returned in the response. | [optional] -**client_request_id** | **String** | Echoes back the value in the Request header | [optional] -**api_trace_id** | **String** | Echoes back the value in the Request header | [optional] +**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**](ResponseType.md) | | **ipg_transaction_id** | **String** | The Response Transaction ID | [optional] **order_id** | **String** | Client Order ID if supplied by client, otherwise the Order ID | [optional] **transaction_type** | [**TransactionType**](TransactionType.md) | | [optional] -**authorization_code** | **String** | The processor approval code for compliance. | [optional] -**avs_response** | **String** | The processor address validation response for compliance. | [optional] -**security_code_response** | **String** | The processor card verification validation response for compliance. | [optional] -**brand** | **String** | Card brand of the payment instrument | [optional] +**payment_token** | [**PaymentTokenization**](PaymentTokenization.md) | | [optional] +**transaction_origin** | [**TransactionOrigin**](TransactionOrigin.md) | | [optional] +**payment_method** | [**PaymentMethod**](PaymentMethod.md) | | [optional] **country** | **String** | Country of the card issuer | [optional] **terminal_id** | **String** | The terminal that is processing the transaction | [optional] -**client_transaction_id** | **String** | The unique client Transaction ID from the Request header, if supplied | [optional] +**merchant_transaction_id** | **String** | The unique merchant Transaction ID from the Request header, if supplied | [optional] **transaction_time** | **Integer** | The transaction time in seconds since Epoch | [optional] **approved_amount** | [**Amount**](Amount.md) | | [optional] **transaction_status** | **String** | The status of the transaction. APPROVED/WAITING are returned by the endpoints. VALIDATION_FAILED/DECLINED are errors. See ErrorResponse object for details. | [optional] **transaction_state** | **String** | The state of the transaction. | [optional] -**authentication_redirect** | [**TransactionResponseAuthenticationRedirect**](TransactionResponseAuthenticationRedirect.md) | | [optional] -**scheme_transaction_id** | **String** | The transaction id received from schemes for the initial transaction, returned for the transactions marked as \"FIRST\" | [optional] +**secure3d_response** | [**Secure3dResponse**](Secure3dResponse.md) | | [optional] +**redirect_url** | **String** | The endpoint redirection URL. | [optional] +**authentication_redirect** | **Object** | | [optional] +**scheme_transaction_id** | **String** | The transaction ID received from schemes for the initial transaction of card on file flows. | [optional] **processor** | [**ProcessorData**](ProcessorData.md) | | [optional] +**additional_details** | [**AdditionalTransactionDetails**](AdditionalTransactionDetails.md) | | [optional] **error** | [**Error**](Error.md) | | [optional]