first_data_gateway 1.5.0 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -1
- data/docs/ACSResponse.md +17 -0
- data/docs/AccessTokenRequest.md +21 -0
- data/docs/AccessTokenResponse.md +13 -5
- data/docs/AdditionalDetails.md +7 -1
- data/docs/AuthenticationApi.md +5 -3
- data/docs/AuthenticationRequest.md +17 -0
- data/docs/AuthenticationResult.md +17 -0
- data/docs/AuthenticationUpdateRequest.md +21 -0
- data/docs/Background.md +23 -0
- data/docs/BackgroundColor.md +21 -0
- data/docs/Body.md +17 -0
- data/docs/Borders.md +17 -0
- data/docs/BrandingStyleConfigurationRequest.md +17 -0
- data/docs/BrandingStyleConfigurationResponse.md +23 -0
- data/docs/BrandingStyleConfigurationResult.md +19 -0
- data/docs/Button.md +19 -0
- data/docs/ClassicMode.md +35 -0
- data/docs/ClearingDetails.md +25 -0
- data/docs/ClearingElement.md +21 -0
- data/docs/CombinedMode.md +23 -0
- data/docs/{Secure3dAuthenticationRequest.md → ConnectMode.md} +2 -2
- data/docs/Content.md +17 -0
- data/docs/DeleteBrandingStyleConfigurationResponse.md +25 -0
- data/docs/EndpointResponse.md +21 -0
- data/docs/Expiration.md +1 -1
- data/docs/FontFace.md +16 -0
- data/docs/FontProperties.md +23 -0
- data/docs/FontWeight.md +16 -0
- data/docs/Footer.md +17 -0
- data/docs/Header.md +17 -0
- data/docs/Hover.md +17 -0
- data/docs/IndustrySpecificExtensions.md +3 -1
- data/docs/InitiateClearingResponse.md +27 -0
- data/docs/InitiateClearingResponseAllOf.md +21 -0
- data/docs/Logo.md +21 -0
- data/docs/Mcc6012.md +27 -0
- data/docs/Mobile.md +19 -0
- data/docs/MobileHeaderArea.md +17 -0
- data/docs/PaymentApi.md +4 -4
- data/docs/PaymentCard.md +0 -2
- data/docs/PaymentCardPreAuthTransaction.md +5 -1
- data/docs/PaymentCardPreAuthTransactionAllOf.md +5 -1
- data/docs/PaymentCardSaleTransaction.md +5 -1
- data/docs/PaymentCardSaleTransactionAllOf.md +5 -1
- data/docs/PaymentTokenApi.md +66 -0
- data/docs/PaymentTokenPreAuthTransaction.md +5 -1
- data/docs/PaymentTokenPreAuthTransactionAllOf.md +5 -1
- data/docs/PaymentTokenSaleTransaction.md +5 -1
- data/docs/PaymentTokenSaleTransactionAllOf.md +5 -1
- data/docs/PaymentUrlRequest.md +1 -1
- data/docs/Primary.md +17 -0
- data/docs/Properties.md +25 -0
- data/docs/SecondaryTransaction.md +3 -1
- data/docs/Secure3D10AuthenticationRequest.md +16 -0
- data/docs/{Secure3dAuthenticationVerificationRequest.md → Secure3D10AuthenticationUpdateRequest.md} +5 -3
- data/docs/{Secure3dAuthenticationVerificationRequestAllOf.md → Secure3D10AuthenticationUpdateRequestAllOf.md} +5 -3
- data/docs/Secure3D21AuthenticationRequest.md +23 -0
- data/docs/Secure3D21AuthenticationRequestAllOf.md +23 -0
- data/docs/Secure3D21AuthenticationResult.md +1 -1
- data/docs/Secure3D21AuthenticationResultAllOf.md +1 -1
- data/docs/Secure3D21AuthenticationUpdateRequest.md +19 -0
- data/docs/Secure3D21AuthenticationUpdateRequestAllOf.md +19 -0
- data/docs/Secure3DAuthenticationResponse.md +23 -0
- data/docs/Secure3DAuthenticationResponseParams.md +27 -0
- data/docs/Secure3DAuthenticationResponseSecure3dMethod.md +35 -0
- data/docs/StoreBrandingStyleConfiguration.md +21 -0
- data/docs/StoredCredential.md +1 -1
- data/docs/Text.md +19 -0
- data/docs/Title.md +17 -0
- data/docs/TopBar.md +17 -0
- data/docs/TransactionErrorResponse.md +2 -2
- data/docs/TransactionResponse.md +2 -2
- data/docs/UnionPayAuthenticationUpdateRequest.md +19 -0
- data/docs/UnionPayAuthenticationUpdateRequestAllOf.md +19 -0
- data/first_data_gateway.gemspec +1 -2
- data/lib/openapi_client/api/authentication_api.rb +13 -5
- data/lib/openapi_client/api/card_info_lookup_api.rb +1 -1
- data/lib/openapi_client/api/card_verification_api.rb +1 -1
- data/lib/openapi_client/api/currency_conversion_api.rb +1 -1
- data/lib/openapi_client/api/fraud_detect_api.rb +1 -1
- data/lib/openapi_client/api/order_api.rb +1 -1
- data/lib/openapi_client/api/payment_api.rb +10 -10
- data/lib/openapi_client/api/payment_schedules_api.rb +1 -1
- data/lib/openapi_client/api/payment_token_api.rb +108 -1
- data/lib/openapi_client/api/payment_url_api.rb +1 -1
- data/lib/openapi_client/api_client.rb +1 -1
- data/lib/openapi_client/api_error.rb +1 -1
- data/lib/openapi_client/configuration.rb +1 -2
- data/lib/openapi_client/models/access_token_request.rb +233 -0
- data/lib/openapi_client/models/access_token_response.rb +61 -55
- data/lib/openapi_client/models/account_updater_response.rb +1 -1
- data/lib/openapi_client/models/acs_response.rb +198 -0
- data/lib/openapi_client/models/additional_amount_rate.rb +1 -1
- data/lib/openapi_client/models/additional_details.rb +87 -5
- data/lib/openapi_client/models/additional_transaction_details.rb +1 -1
- data/lib/openapi_client/models/address.rb +1 -1
- data/lib/openapi_client/models/airline.rb +1 -1
- data/lib/openapi_client/models/airline_ancillary_service_category.rb +1 -1
- data/lib/openapi_client/models/airline_travel_route.rb +1 -1
- data/lib/openapi_client/models/ali_pay.rb +1 -1
- data/lib/openapi_client/models/ali_pay_payment_method.rb +1 -1
- data/lib/openapi_client/models/ali_pay_payment_method_all_of.rb +1 -1
- data/lib/openapi_client/models/ali_pay_sale_transaction.rb +1 -1
- data/lib/openapi_client/models/ali_pay_sale_transaction_all_of.rb +1 -1
- data/lib/openapi_client/models/amount.rb +1 -1
- data/lib/openapi_client/models/amount_components.rb +1 -1
- data/lib/openapi_client/models/{authentication.rb → authentication_request.rb} +16 -16
- data/lib/openapi_client/models/authentication_result.rb +208 -0
- data/lib/openapi_client/models/{authentication_verification_request.rb → authentication_update_request.rb} +17 -27
- data/lib/openapi_client/models/avs_response.rb +1 -1
- data/lib/openapi_client/models/{authentication_redirect_params.rb → background.rb} +33 -27
- data/lib/openapi_client/models/background_color.rb +215 -0
- data/lib/openapi_client/models/bancontact_qr.rb +1 -1
- data/lib/openapi_client/models/basic_response.rb +1 -1
- data/lib/openapi_client/models/billing.rb +1 -1
- data/lib/openapi_client/models/billing_address.rb +1 -1
- data/lib/openapi_client/models/block_card.rb +1 -1
- data/lib/openapi_client/models/block_domain.rb +1 -1
- data/lib/openapi_client/models/block_ip_address.rb +1 -1
- data/lib/openapi_client/models/block_name.rb +1 -1
- data/lib/openapi_client/models/blocked_card_number.rb +1 -1
- data/lib/openapi_client/models/blocked_items.rb +1 -1
- data/lib/openapi_client/models/body.rb +214 -0
- data/lib/openapi_client/models/borders.rb +214 -0
- data/lib/openapi_client/models/{secure3d_authentication_request_all_of.rb → branding_style_configuration_request.rb} +14 -12
- data/lib/openapi_client/models/branding_style_configuration_response.rb +234 -0
- data/lib/openapi_client/models/branding_style_configuration_result.rb +207 -0
- data/lib/openapi_client/models/button.rb +206 -0
- data/lib/openapi_client/models/car_rental.rb +1 -1
- data/lib/openapi_client/models/car_rental_extra_charges.rb +1 -1
- data/lib/openapi_client/models/card.rb +1 -1
- data/lib/openapi_client/models/card_function.rb +1 -1
- data/lib/openapi_client/models/card_info.rb +1 -1
- data/lib/openapi_client/models/card_info_lookup_request.rb +1 -1
- data/lib/openapi_client/models/card_info_lookup_response.rb +1 -1
- data/lib/openapi_client/models/card_verification_request.rb +1 -1
- data/lib/openapi_client/models/china_domestic.rb +1 -1
- data/lib/openapi_client/models/china_domestic_payment_method.rb +1 -1
- data/lib/openapi_client/models/china_domestic_payment_method_all_of.rb +1 -1
- data/lib/openapi_client/models/china_pn_r_sale_transaction.rb +1 -1
- data/lib/openapi_client/models/china_pn_r_sale_transaction_all_of.rb +1 -1
- data/lib/openapi_client/models/classic_mode.rb +278 -0
- data/lib/openapi_client/models/clearing_details.rb +329 -0
- data/lib/openapi_client/models/clearing_element.rb +218 -0
- data/lib/openapi_client/models/client_locale.rb +1 -1
- data/lib/openapi_client/models/client_registration.rb +1 -1
- data/lib/openapi_client/models/combined_mode.rb +224 -0
- data/lib/openapi_client/models/connect_mode.rb +36 -0
- data/lib/openapi_client/models/contact.rb +1 -1
- data/lib/openapi_client/models/content.rb +214 -0
- data/lib/openapi_client/models/country_profile.rb +1 -1
- data/lib/openapi_client/models/create_payment_token.rb +1 -1
- data/lib/openapi_client/models/currency_conversion.rb +1 -1
- data/lib/openapi_client/models/customer.rb +1 -1
- data/lib/openapi_client/models/customer_address.rb +1 -1
- data/lib/openapi_client/models/dcc.rb +1 -1
- data/lib/openapi_client/models/dcc_all_of.rb +1 -1
- data/lib/openapi_client/models/dcc_exchange_rate_request.rb +1 -1
- data/lib/openapi_client/models/dcc_exchange_rate_request_all_of.rb +1 -1
- data/lib/openapi_client/models/decrypted_apple_pay.rb +1 -1
- data/lib/openapi_client/models/decrypted_apple_pay_wallet_payment_method.rb +1 -1
- data/lib/openapi_client/models/decrypted_apple_pay_wallet_payment_method_all_of.rb +1 -1
- data/lib/openapi_client/models/decrypted_google_pay.rb +1 -1
- data/lib/openapi_client/models/decrypted_google_pay_wallet_payment_method.rb +1 -1
- data/lib/openapi_client/models/decrypted_google_pay_wallet_payment_method_all_of.rb +1 -1
- data/lib/openapi_client/models/decrypted_samsung_pay.rb +1 -1
- data/lib/openapi_client/models/decrypted_samsung_pay_wallet_payment_method.rb +1 -1
- data/lib/openapi_client/models/decrypted_samsung_pay_wallet_payment_method_all_of.rb +1 -1
- data/lib/openapi_client/models/{void_transaction_all_of.rb → delete_branding_style_configuration_response.rb} +46 -35
- data/lib/openapi_client/models/device.rb +1 -1
- data/lib/openapi_client/models/disbursement.rb +1 -1
- data/lib/openapi_client/models/disbursement_transaction_type.rb +1 -1
- data/lib/openapi_client/models/disbursement_transaction_type_all_of.rb +1 -1
- data/lib/openapi_client/models/document.rb +1 -1
- data/lib/openapi_client/models/dynamic_pricing.rb +1 -1
- data/lib/openapi_client/models/dynamic_pricing_all_of.rb +1 -1
- data/lib/openapi_client/models/dynamic_pricing_exchange_rate_request.rb +1 -1
- data/lib/openapi_client/models/dynamic_pricing_exchange_rate_request_all_of.rb +1 -1
- data/lib/openapi_client/models/encrypted_apple_pay.rb +1 -1
- data/lib/openapi_client/models/encrypted_apple_pay_header.rb +1 -1
- data/lib/openapi_client/models/encrypted_apple_pay_wallet_payment_method.rb +14 -14
- data/lib/openapi_client/models/encrypted_apple_pay_wallet_payment_method_all_of.rb +14 -14
- data/lib/openapi_client/models/encrypted_google_pay.rb +1 -1
- data/lib/openapi_client/models/encrypted_google_pay_data.rb +1 -1
- data/lib/openapi_client/models/encrypted_google_pay_wallet_payment_method.rb +1 -1
- data/lib/openapi_client/models/encrypted_google_pay_wallet_payment_method_all_of.rb +1 -1
- data/lib/openapi_client/models/encrypted_samsung_pay.rb +1 -1
- data/lib/openapi_client/models/encrypted_samsung_pay_wallet_payment_method.rb +1 -1
- data/lib/openapi_client/models/encrypted_samsung_pay_wallet_payment_method_all_of.rb +1 -1
- data/lib/openapi_client/models/endpoint_response.rb +252 -0
- data/lib/openapi_client/models/error.rb +1 -1
- data/lib/openapi_client/models/error_details.rb +1 -1
- data/lib/openapi_client/models/error_message.rb +1 -1
- data/lib/openapi_client/models/error_response.rb +1 -1
- data/lib/openapi_client/models/exchange_rate_request.rb +1 -1
- data/lib/openapi_client/models/exchange_rate_response.rb +1 -1
- data/lib/openapi_client/models/expiration.rb +11 -11
- data/lib/openapi_client/models/font_face.rb +39 -0
- data/lib/openapi_client/models/font_properties.rb +243 -0
- data/lib/openapi_client/models/font_weight.rb +36 -0
- data/lib/openapi_client/models/footer.rb +214 -0
- data/lib/openapi_client/models/fraud_address.rb +1 -1
- data/lib/openapi_client/models/fraud_order.rb +1 -1
- data/lib/openapi_client/models/fraud_order_items.rb +1 -1
- data/lib/openapi_client/models/fraud_registration.rb +1 -1
- data/lib/openapi_client/models/fraud_registration_card.rb +1 -1
- data/lib/openapi_client/models/fraud_registration_device.rb +1 -1
- data/lib/openapi_client/models/fraud_registration_device_items.rb +1 -1
- data/lib/openapi_client/models/fraud_registration_error.rb +1 -1
- data/lib/openapi_client/models/fraud_registration_response.rb +1 -1
- data/lib/openapi_client/models/fraud_score.rb +1 -1
- data/lib/openapi_client/models/fraud_settings.rb +1 -1
- data/lib/openapi_client/models/fraud_settings_response.rb +1 -1
- data/lib/openapi_client/models/frequency.rb +1 -1
- data/lib/openapi_client/models/funding_transaction_type.rb +1 -1
- data/lib/openapi_client/models/funding_transaction_type_all_of.rb +1 -1
- data/lib/openapi_client/models/header.rb +214 -0
- data/lib/openapi_client/models/hover.rb +214 -0
- data/lib/openapi_client/models/industry_specific_extensions.rb +14 -5
- data/lib/openapi_client/models/initiate_clearing_response.rb +289 -0
- data/lib/openapi_client/models/initiate_clearing_response_all_of.rb +281 -0
- data/lib/openapi_client/models/installment_options.rb +1 -1
- data/lib/openapi_client/models/issuer_response.rb +1 -1
- data/lib/openapi_client/models/items.rb +1 -1
- data/lib/openapi_client/models/location.rb +1 -1
- data/lib/openapi_client/models/lockout_time.rb +1 -1
- data/lib/openapi_client/models/lodging.rb +1 -1
- data/lib/openapi_client/models/lodging_extra_charges.rb +1 -1
- data/lib/openapi_client/models/logo.rb +267 -0
- data/lib/openapi_client/models/loyalty.rb +1 -1
- data/lib/openapi_client/models/maximum_purchase_amount.rb +1 -1
- data/lib/openapi_client/models/mcc6012.rb +338 -0
- data/lib/openapi_client/models/merchant.rb +1 -1
- data/lib/openapi_client/models/method.rb +1 -1
- data/lib/openapi_client/models/mobile.rb +207 -0
- data/lib/openapi_client/models/mobile_header_area.rb +214 -0
- data/lib/openapi_client/models/order.rb +1 -1
- data/lib/openapi_client/models/order_error_response.rb +1 -1
- data/lib/openapi_client/models/order_response.rb +1 -1
- data/lib/openapi_client/models/pay_pal.rb +1 -1
- data/lib/openapi_client/models/pay_pal_payment_method.rb +1 -1
- data/lib/openapi_client/models/pay_pal_payment_method_all_of.rb +1 -1
- data/lib/openapi_client/models/payment.rb +1 -1
- data/lib/openapi_client/models/payment_card.rb +2 -11
- data/lib/openapi_client/models/payment_card_credit_transaction.rb +1 -1
- data/lib/openapi_client/models/payment_card_disbursement_transaction.rb +1 -1
- data/lib/openapi_client/models/payment_card_disbursement_transaction_all_of.rb +1 -1
- data/lib/openapi_client/models/payment_card_forced_ticket_transaction.rb +1 -1
- data/lib/openapi_client/models/payment_card_forced_ticket_transaction_all_of.rb +1 -1
- data/lib/openapi_client/models/payment_card_payer_auth_transaction.rb +1 -1
- data/lib/openapi_client/models/payment_card_payer_auth_transaction_all_of.rb +1 -1
- data/lib/openapi_client/models/payment_card_payment_method.rb +1 -1
- data/lib/openapi_client/models/payment_card_payment_method_all_of.rb +1 -1
- data/lib/openapi_client/models/payment_card_payment_tokenization_request.rb +1 -1
- data/lib/openapi_client/models/payment_card_payment_tokenization_request_all_of.rb +1 -1
- data/lib/openapi_client/models/payment_card_pre_auth_transaction.rb +23 -5
- data/lib/openapi_client/models/payment_card_pre_auth_transaction_all_of.rb +23 -5
- data/lib/openapi_client/models/payment_card_sale_transaction.rb +23 -5
- data/lib/openapi_client/models/payment_card_sale_transaction_all_of.rb +23 -5
- data/lib/openapi_client/models/payment_device.rb +1 -1
- data/lib/openapi_client/models/payment_device_credit_transaction.rb +1 -1
- data/lib/openapi_client/models/payment_device_credit_transaction_all_of.rb +1 -1
- data/lib/openapi_client/models/payment_device_disbursement_transaction.rb +1 -1
- data/lib/openapi_client/models/payment_device_disbursement_transaction_all_of.rb +1 -1
- data/lib/openapi_client/models/payment_device_payment_method.rb +1 -1
- data/lib/openapi_client/models/payment_device_payment_method_all_of.rb +1 -1
- data/lib/openapi_client/models/payment_device_payment_tokenization_request.rb +1 -1
- data/lib/openapi_client/models/payment_device_payment_tokenization_request_all_of.rb +1 -1
- data/lib/openapi_client/models/payment_device_pre_auth_transaction.rb +1 -1
- data/lib/openapi_client/models/payment_device_pre_auth_transaction_all_of.rb +1 -1
- data/lib/openapi_client/models/payment_device_sale_transaction.rb +1 -1
- data/lib/openapi_client/models/payment_device_sale_transaction_all_of.rb +1 -1
- data/lib/openapi_client/models/payment_facilitator.rb +1 -1
- data/lib/openapi_client/models/payment_method_details.rb +1 -1
- data/lib/openapi_client/models/payment_method_payment_schedules_request.rb +1 -1
- data/lib/openapi_client/models/payment_method_payment_schedules_request_all_of.rb +1 -1
- data/lib/openapi_client/models/payment_method_type.rb +1 -1
- data/lib/openapi_client/models/payment_registration.rb +1 -1
- data/lib/openapi_client/models/payment_schedules_error_response.rb +1 -1
- data/lib/openapi_client/models/payment_schedules_request.rb +1 -1
- data/lib/openapi_client/models/payment_schedules_response.rb +1 -1
- data/lib/openapi_client/models/payment_token_credit_transaction.rb +1 -1
- data/lib/openapi_client/models/payment_token_credit_transaction_all_of.rb +1 -1
- data/lib/openapi_client/models/payment_token_details.rb +1 -1
- data/lib/openapi_client/models/payment_token_details_all_of.rb +1 -1
- data/lib/openapi_client/models/payment_token_disbursement_transaction.rb +1 -1
- data/lib/openapi_client/models/payment_token_disbursement_transaction_all_of.rb +1 -1
- data/lib/openapi_client/models/payment_token_payment_method.rb +1 -1
- data/lib/openapi_client/models/payment_token_payment_method_all_of.rb +1 -1
- data/lib/openapi_client/models/payment_token_pre_auth_transaction.rb +23 -5
- data/lib/openapi_client/models/payment_token_pre_auth_transaction_all_of.rb +23 -5
- data/lib/openapi_client/models/payment_token_sale_transaction.rb +23 -5
- data/lib/openapi_client/models/payment_token_sale_transaction_all_of.rb +23 -5
- data/lib/openapi_client/models/payment_tokenization_error_response.rb +1 -1
- data/lib/openapi_client/models/payment_tokenization_request.rb +1 -1
- data/lib/openapi_client/models/payment_tokenization_response.rb +1 -1
- data/lib/openapi_client/models/payment_url_detail.rb +1 -1
- data/lib/openapi_client/models/payment_url_detail_response.rb +1 -1
- data/lib/openapi_client/models/payment_url_error_response.rb +1 -1
- data/lib/openapi_client/models/payment_url_request.rb +1 -1
- data/lib/openapi_client/models/payment_url_response.rb +1 -1
- data/lib/openapi_client/models/payment_url_status.rb +1 -1
- data/lib/openapi_client/models/paypal_credit_transaction.rb +1 -1
- data/lib/openapi_client/models/paypal_credit_transaction_all_of.rb +1 -1
- data/lib/openapi_client/models/phone.rb +1 -1
- data/lib/openapi_client/models/post_auth_transaction.rb +11 -2
- data/lib/openapi_client/models/post_auth_transaction_all_of.rb +11 -2
- data/lib/openapi_client/models/primary.rb +214 -0
- data/lib/openapi_client/models/primary_transaction.rb +1 -1
- data/lib/openapi_client/models/processor_data.rb +1 -1
- data/lib/openapi_client/models/properties.rb +270 -0
- data/lib/openapi_client/models/purchase_cards.rb +1 -1
- data/lib/openapi_client/models/purchase_cards_level2.rb +1 -1
- data/lib/openapi_client/models/purchase_cards_level3.rb +1 -1
- data/lib/openapi_client/models/purchase_cards_level3_line_items.rb +1 -1
- data/lib/openapi_client/models/receiver_info.rb +39 -30
- data/lib/openapi_client/models/recurring_payment_details.rb +1 -1
- data/lib/openapi_client/models/recurring_payment_details_response.rb +1 -1
- data/lib/openapi_client/models/referenced_order_payment_schedules_request.rb +1 -1
- data/lib/openapi_client/models/referenced_order_payment_schedules_request_all_of.rb +1 -1
- data/lib/openapi_client/models/referenced_order_payment_tokenization_request.rb +1 -1
- data/lib/openapi_client/models/referenced_order_payment_tokenization_request_all_of.rb +1 -1
- data/lib/openapi_client/models/registration_method.rb +1 -1
- data/lib/openapi_client/models/remove_fraud_blocked_items_response.rb +1 -1
- data/lib/openapi_client/models/response_amount_components.rb +1 -1
- data/lib/openapi_client/models/response_amount_components_all_of.rb +1 -1
- data/lib/openapi_client/models/response_type.rb +1 -1
- data/lib/openapi_client/models/return_transaction.rb +11 -2
- data/lib/openapi_client/models/return_transaction_all_of.rb +11 -2
- data/lib/openapi_client/models/score_only_request.rb +1 -1
- data/lib/openapi_client/models/score_only_response.rb +1 -1
- data/lib/openapi_client/models/score_only_response_fraud_score.rb +3 -13
- data/lib/openapi_client/models/score_only_response_fraud_score_explanations.rb +1 -1
- data/lib/openapi_client/models/secondary_transaction.rb +14 -5
- data/lib/openapi_client/models/{secure3d_authentication_request.rb → secure3_d10_authentication_request.rb} +14 -14
- data/lib/openapi_client/models/secure3_d10_authentication_result.rb +11 -11
- data/lib/openapi_client/models/secure3_d10_authentication_result_all_of.rb +9 -9
- data/lib/openapi_client/models/{secure3d_authentication_verification_request.rb → secure3_d10_authentication_update_request.rb} +28 -28
- data/lib/openapi_client/models/{secure3d_authentication_verification_request_all_of.rb → secure3_d10_authentication_update_request_all_of.rb} +25 -25
- data/lib/openapi_client/models/secure3_d21_authentication_request.rb +298 -0
- data/lib/openapi_client/models/secure3_d21_authentication_request_all_of.rb +285 -0
- data/lib/openapi_client/models/secure3_d21_authentication_result.rb +12 -12
- data/lib/openapi_client/models/secure3_d21_authentication_result_all_of.rb +10 -10
- data/lib/openapi_client/models/secure3_d21_authentication_update_request.rb +297 -0
- data/lib/openapi_client/models/secure3_d21_authentication_update_request_all_of.rb +284 -0
- data/lib/openapi_client/models/{authentication_redirect.rb → secure3_d_authentication_response.rb} +39 -18
- data/lib/openapi_client/models/secure3_d_authentication_response_params.rb +248 -0
- data/lib/openapi_client/models/secure3_d_authentication_response_secure3d_method.rb +208 -0
- data/lib/openapi_client/models/secure3d_response.rb +1 -1
- data/lib/openapi_client/models/sender_info.rb +39 -30
- data/lib/openapi_client/models/sepa.rb +1 -1
- data/lib/openapi_client/models/sepa_mandate.rb +1 -1
- data/lib/openapi_client/models/sepa_payment_method.rb +1 -1
- data/lib/openapi_client/models/sepa_payment_method_all_of.rb +1 -1
- data/lib/openapi_client/models/sepa_sale_transaction.rb +1 -1
- data/lib/openapi_client/models/sepa_sale_transaction_all_of.rb +1 -1
- data/lib/openapi_client/models/shared_secret_configuration_request.rb +1 -1
- data/lib/openapi_client/models/shared_secret_configuration_response.rb +1 -1
- data/lib/openapi_client/models/ship_to_address.rb +1 -1
- data/lib/openapi_client/models/shipping.rb +1 -1
- data/lib/openapi_client/models/soft_descriptor.rb +1 -1
- data/lib/openapi_client/models/split_shipment.rb +1 -1
- data/lib/openapi_client/models/store_branding_style_configuration.rb +220 -0
- data/lib/openapi_client/models/store_fraud_settings.rb +1 -1
- data/lib/openapi_client/models/store_fraud_settings_result.rb +1 -1
- data/lib/openapi_client/models/store_url_configuration.rb +1 -1
- data/lib/openapi_client/models/store_url_configuration_request.rb +1 -1
- data/lib/openapi_client/models/store_url_configuration_response.rb +1 -1
- data/lib/openapi_client/models/store_url_configuration_result.rb +1 -1
- data/lib/openapi_client/models/stored_credential.rb +7 -7
- data/lib/openapi_client/models/sub_merchant_data.rb +1 -1
- data/lib/openapi_client/models/sub_merchant_split.rb +1 -1
- data/lib/openapi_client/models/text.rb +206 -0
- data/lib/openapi_client/models/title.rb +214 -0
- data/lib/openapi_client/models/token_identifier.rb +1 -1
- data/lib/openapi_client/models/top_bar.rb +214 -0
- data/lib/openapi_client/models/transaction_error_response.rb +8 -8
- data/lib/openapi_client/models/transaction_origin.rb +1 -1
- data/lib/openapi_client/models/transaction_response.rb +8 -8
- data/lib/openapi_client/models/transaction_type.rb +1 -1
- data/lib/openapi_client/models/union_pay_authentication_request.rb +10 -10
- data/lib/openapi_client/models/union_pay_authentication_request_all_of.rb +8 -8
- data/lib/openapi_client/models/{union_pay_authentication_verification_request.rb → union_pay_authentication_update_request.rb} +28 -28
- data/lib/openapi_client/models/{union_pay_authentication_verification_request_all_of.rb → union_pay_authentication_update_request_all_of.rb} +25 -25
- data/lib/openapi_client/models/update_fraud_settings_request.rb +1 -1
- data/lib/openapi_client/models/update_fraud_settings_response.rb +1 -1
- data/lib/openapi_client/models/use_payment_token.rb +1 -1
- data/lib/openapi_client/models/verification3ds.rb +1 -1
- data/lib/openapi_client/models/verification_avs.rb +1 -1
- data/lib/openapi_client/models/verification_cvv.rb +1 -1
- data/lib/openapi_client/models/void_transaction.rb +4 -50
- data/lib/openapi_client/models/wallet_payment_method.rb +1 -1
- data/lib/openapi_client/models/wallet_pre_auth_transaction.rb +1 -1
- data/lib/openapi_client/models/wallet_pre_auth_transaction_all_of.rb +1 -1
- data/lib/openapi_client/models/wallet_sale_transaction.rb +1 -1
- data/lib/openapi_client/models/wallet_sale_transaction_all_of.rb +1 -1
- data/lib/openapi_client/version.rb +2 -2
- data/lib/openapi_client.rb +52 -10
- data/lib/simple/gateway.rb +20 -2
- data/spec/api/authentication_api_spec.rb +2 -1
- data/spec/api/card_info_lookup_api_spec.rb +1 -1
- data/spec/api/card_verification_api_spec.rb +1 -1
- data/spec/api/currency_conversion_api_spec.rb +1 -1
- data/spec/api/fraud_detect_api_spec.rb +1 -1
- data/spec/api/order_api_spec.rb +1 -1
- data/spec/api/payment_api_spec.rb +2 -2
- data/spec/api/payment_schedules_api_spec.rb +1 -1
- data/spec/api/payment_token_api_spec.rb +21 -1
- data/spec/api/payment_url_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/access_token_request_spec.rb +53 -0
- data/spec/models/access_token_response_spec.rb +28 -8
- data/spec/models/account_updater_response_spec.rb +1 -1
- data/spec/models/acs_response_spec.rb +41 -0
- data/spec/models/additional_amount_rate_spec.rb +1 -1
- data/spec/models/additional_details_spec.rb +19 -1
- data/spec/models/additional_transaction_details_spec.rb +1 -1
- data/spec/models/address_spec.rb +1 -1
- data/spec/models/airline_ancillary_service_category_spec.rb +1 -1
- data/spec/models/airline_spec.rb +1 -1
- data/spec/models/airline_travel_route_spec.rb +1 -1
- data/spec/models/ali_pay_payment_method_all_of_spec.rb +1 -1
- data/spec/models/ali_pay_payment_method_spec.rb +1 -1
- data/spec/models/ali_pay_sale_transaction_all_of_spec.rb +1 -1
- data/spec/models/ali_pay_sale_transaction_spec.rb +1 -1
- data/spec/models/ali_pay_spec.rb +1 -1
- data/spec/models/amount_components_spec.rb +1 -1
- data/spec/models/amount_spec.rb +1 -1
- data/spec/models/authentication_request_spec.rb +41 -0
- data/spec/models/{authentication_spec.rb → authentication_result_spec.rb} +8 -8
- data/spec/models/{authentication_redirect_params_spec.rb → authentication_update_request_spec.rb} +10 -10
- data/spec/models/avs_response_spec.rb +1 -1
- data/spec/models/background_color_spec.rb +53 -0
- data/spec/models/{authentication_verification_request_spec.rb → background_spec.rb} +11 -11
- data/spec/models/bancontact_qr_spec.rb +1 -1
- data/spec/models/basic_response_spec.rb +1 -1
- data/spec/models/billing_address_spec.rb +1 -1
- data/spec/models/billing_spec.rb +1 -1
- data/spec/models/block_card_spec.rb +1 -1
- data/spec/models/block_domain_spec.rb +1 -1
- data/spec/models/block_ip_address_spec.rb +1 -1
- data/spec/models/block_name_spec.rb +1 -1
- data/spec/models/blocked_card_number_spec.rb +1 -1
- data/spec/models/blocked_items_spec.rb +1 -1
- data/spec/models/body_spec.rb +41 -0
- data/spec/models/borders_spec.rb +41 -0
- data/spec/models/branding_style_configuration_request_spec.rb +41 -0
- data/spec/models/branding_style_configuration_response_spec.rb +59 -0
- data/spec/models/branding_style_configuration_result_spec.rb +47 -0
- data/spec/models/button_spec.rb +47 -0
- data/spec/models/car_rental_extra_charges_spec.rb +1 -1
- data/spec/models/car_rental_spec.rb +1 -1
- data/spec/models/card_function_spec.rb +1 -1
- data/spec/models/card_info_lookup_request_spec.rb +1 -1
- data/spec/models/card_info_lookup_response_spec.rb +1 -1
- data/spec/models/card_info_spec.rb +1 -1
- data/spec/models/card_spec.rb +1 -1
- data/spec/models/card_verification_request_spec.rb +1 -1
- data/spec/models/china_domestic_payment_method_all_of_spec.rb +1 -1
- data/spec/models/china_domestic_payment_method_spec.rb +1 -1
- data/spec/models/china_domestic_spec.rb +1 -1
- data/spec/models/china_pn_r_sale_transaction_all_of_spec.rb +1 -1
- data/spec/models/china_pn_r_sale_transaction_spec.rb +1 -1
- data/spec/models/classic_mode_spec.rb +95 -0
- data/spec/models/clearing_details_spec.rb +65 -0
- data/spec/models/clearing_element_spec.rb +53 -0
- data/spec/models/client_locale_spec.rb +1 -1
- data/spec/models/client_registration_spec.rb +1 -1
- data/spec/models/combined_mode_spec.rb +59 -0
- data/spec/models/connect_mode_spec.rb +35 -0
- data/spec/models/contact_spec.rb +1 -1
- data/spec/models/content_spec.rb +41 -0
- data/spec/models/country_profile_spec.rb +1 -1
- data/spec/models/create_payment_token_spec.rb +1 -1
- data/spec/models/currency_conversion_spec.rb +1 -1
- data/spec/models/customer_address_spec.rb +1 -1
- data/spec/models/customer_spec.rb +1 -1
- data/spec/models/dcc_all_of_spec.rb +1 -1
- data/spec/models/dcc_exchange_rate_request_all_of_spec.rb +1 -1
- data/spec/models/dcc_exchange_rate_request_spec.rb +1 -1
- data/spec/models/dcc_spec.rb +1 -1
- data/spec/models/decrypted_apple_pay_spec.rb +1 -1
- data/spec/models/decrypted_apple_pay_wallet_payment_method_all_of_spec.rb +1 -1
- data/spec/models/decrypted_apple_pay_wallet_payment_method_spec.rb +1 -1
- data/spec/models/decrypted_google_pay_spec.rb +1 -1
- data/spec/models/decrypted_google_pay_wallet_payment_method_all_of_spec.rb +1 -1
- data/spec/models/decrypted_google_pay_wallet_payment_method_spec.rb +1 -1
- data/spec/models/decrypted_samsung_pay_spec.rb +1 -1
- data/spec/models/decrypted_samsung_pay_wallet_payment_method_all_of_spec.rb +1 -1
- data/spec/models/decrypted_samsung_pay_wallet_payment_method_spec.rb +1 -1
- data/spec/models/delete_branding_style_configuration_response_spec.rb +65 -0
- data/spec/models/device_spec.rb +1 -1
- data/spec/models/disbursement_spec.rb +1 -1
- data/spec/models/disbursement_transaction_type_spec.rb +1 -1
- data/spec/models/document_spec.rb +1 -1
- data/spec/models/dynamic_pricing_all_of_spec.rb +1 -1
- data/spec/models/dynamic_pricing_exchange_rate_request_all_of_spec.rb +1 -1
- data/spec/models/dynamic_pricing_exchange_rate_request_spec.rb +1 -1
- data/spec/models/dynamic_pricing_spec.rb +1 -1
- data/spec/models/encrypted_apple_pay_header_spec.rb +1 -1
- data/spec/models/encrypted_apple_pay_spec.rb +1 -1
- data/spec/models/encrypted_apple_pay_wallet_payment_method_all_of_spec.rb +1 -1
- data/spec/models/encrypted_apple_pay_wallet_payment_method_spec.rb +1 -1
- data/spec/models/encrypted_google_pay_data_spec.rb +1 -1
- data/spec/models/encrypted_google_pay_spec.rb +1 -1
- data/spec/models/encrypted_google_pay_wallet_payment_method_all_of_spec.rb +1 -1
- data/spec/models/encrypted_google_pay_wallet_payment_method_spec.rb +1 -1
- data/spec/models/encrypted_samsung_pay_spec.rb +1 -1
- data/spec/models/encrypted_samsung_pay_wallet_payment_method_all_of_spec.rb +1 -1
- data/spec/models/encrypted_samsung_pay_wallet_payment_method_spec.rb +1 -1
- data/spec/models/{authentication_redirect_spec.rb → endpoint_response_spec.rb} +14 -14
- data/spec/models/error_details_spec.rb +1 -1
- data/spec/models/error_message_spec.rb +1 -1
- data/spec/models/error_response_spec.rb +1 -1
- data/spec/models/error_spec.rb +1 -1
- data/spec/models/exchange_rate_request_spec.rb +1 -1
- data/spec/models/exchange_rate_response_spec.rb +1 -1
- data/spec/models/expiration_spec.rb +1 -1
- data/spec/models/font_face_spec.rb +35 -0
- data/spec/models/font_properties_spec.rb +59 -0
- data/spec/models/font_weight_spec.rb +35 -0
- data/spec/models/footer_spec.rb +41 -0
- data/spec/models/fraud_address_spec.rb +1 -1
- data/spec/models/fraud_order_items_spec.rb +1 -1
- data/spec/models/fraud_order_spec.rb +1 -1
- data/spec/models/fraud_registration_card_spec.rb +1 -1
- data/spec/models/fraud_registration_device_items_spec.rb +1 -1
- data/spec/models/fraud_registration_device_spec.rb +1 -1
- data/spec/models/fraud_registration_error_spec.rb +1 -1
- data/spec/models/fraud_registration_response_spec.rb +1 -1
- data/spec/models/fraud_registration_spec.rb +1 -1
- data/spec/models/fraud_score_spec.rb +1 -1
- data/spec/models/fraud_settings_response_spec.rb +1 -1
- data/spec/models/fraud_settings_spec.rb +1 -1
- data/spec/models/frequency_spec.rb +1 -1
- data/spec/models/funding_transaction_type_spec.rb +1 -1
- data/spec/models/header_spec.rb +41 -0
- data/spec/models/hover_spec.rb +41 -0
- data/spec/models/industry_specific_extensions_spec.rb +7 -1
- data/spec/models/initiate_clearing_response_all_of_spec.rb +57 -0
- data/spec/models/initiate_clearing_response_spec.rb +75 -0
- data/spec/models/installment_options_spec.rb +1 -1
- data/spec/models/issuer_response_spec.rb +1 -1
- data/spec/models/items_spec.rb +1 -1
- data/spec/models/location_spec.rb +1 -1
- data/spec/models/lockout_time_spec.rb +1 -1
- data/spec/models/lodging_extra_charges_spec.rb +1 -1
- data/spec/models/lodging_spec.rb +1 -1
- data/spec/models/logo_spec.rb +57 -0
- data/spec/models/loyalty_spec.rb +1 -1
- data/spec/models/maximum_purchase_amount_spec.rb +1 -1
- data/spec/models/mcc6012_spec.rb +71 -0
- data/spec/models/merchant_spec.rb +1 -1
- data/spec/models/method_spec.rb +1 -1
- data/spec/models/mobile_header_area_spec.rb +41 -0
- data/spec/models/mobile_spec.rb +47 -0
- data/spec/models/order_error_response_spec.rb +1 -1
- data/spec/models/order_response_spec.rb +1 -1
- data/spec/models/order_spec.rb +1 -1
- data/spec/models/pay_pal_payment_method_all_of_spec.rb +1 -1
- data/spec/models/pay_pal_payment_method_spec.rb +1 -1
- data/spec/models/pay_pal_spec.rb +1 -1
- data/spec/models/payment_card_credit_transaction_spec.rb +1 -1
- data/spec/models/payment_card_disbursement_transaction_all_of_spec.rb +1 -1
- data/spec/models/payment_card_disbursement_transaction_spec.rb +1 -1
- data/spec/models/payment_card_forced_ticket_transaction_all_of_spec.rb +1 -1
- data/spec/models/payment_card_forced_ticket_transaction_spec.rb +1 -1
- data/spec/models/payment_card_payer_auth_transaction_all_of_spec.rb +1 -1
- data/spec/models/payment_card_payer_auth_transaction_spec.rb +1 -1
- data/spec/models/payment_card_payment_method_all_of_spec.rb +1 -1
- data/spec/models/payment_card_payment_method_spec.rb +1 -1
- data/spec/models/payment_card_payment_tokenization_request_all_of_spec.rb +1 -1
- data/spec/models/payment_card_payment_tokenization_request_spec.rb +1 -1
- data/spec/models/payment_card_pre_auth_transaction_all_of_spec.rb +13 -1
- data/spec/models/payment_card_pre_auth_transaction_spec.rb +13 -1
- data/spec/models/payment_card_sale_transaction_all_of_spec.rb +13 -1
- data/spec/models/payment_card_sale_transaction_spec.rb +13 -1
- data/spec/models/payment_card_spec.rb +1 -7
- data/spec/models/payment_device_credit_transaction_all_of_spec.rb +1 -1
- data/spec/models/payment_device_credit_transaction_spec.rb +1 -1
- data/spec/models/payment_device_disbursement_transaction_all_of_spec.rb +1 -1
- data/spec/models/payment_device_disbursement_transaction_spec.rb +1 -1
- data/spec/models/payment_device_payment_method_all_of_spec.rb +1 -1
- data/spec/models/payment_device_payment_method_spec.rb +1 -1
- data/spec/models/payment_device_payment_tokenization_request_all_of_spec.rb +1 -1
- data/spec/models/payment_device_payment_tokenization_request_spec.rb +1 -1
- data/spec/models/payment_device_pre_auth_transaction_all_of_spec.rb +1 -1
- data/spec/models/payment_device_pre_auth_transaction_spec.rb +1 -1
- data/spec/models/payment_device_sale_transaction_all_of_spec.rb +1 -1
- data/spec/models/payment_device_sale_transaction_spec.rb +1 -1
- data/spec/models/payment_device_spec.rb +1 -1
- data/spec/models/payment_facilitator_spec.rb +1 -1
- data/spec/models/payment_method_details_spec.rb +1 -1
- data/spec/models/payment_method_payment_schedules_request_all_of_spec.rb +1 -1
- data/spec/models/payment_method_payment_schedules_request_spec.rb +1 -1
- data/spec/models/payment_method_type_spec.rb +1 -1
- data/spec/models/payment_registration_spec.rb +1 -1
- data/spec/models/payment_schedules_error_response_spec.rb +1 -1
- data/spec/models/payment_schedules_request_spec.rb +1 -1
- data/spec/models/payment_schedules_response_spec.rb +1 -1
- data/spec/models/payment_spec.rb +1 -1
- data/spec/models/payment_token_credit_transaction_all_of_spec.rb +1 -1
- data/spec/models/payment_token_credit_transaction_spec.rb +1 -1
- data/spec/models/payment_token_details_all_of_spec.rb +1 -1
- data/spec/models/payment_token_details_spec.rb +1 -1
- data/spec/models/payment_token_disbursement_transaction_all_of_spec.rb +1 -1
- data/spec/models/payment_token_disbursement_transaction_spec.rb +1 -1
- data/spec/models/payment_token_payment_method_all_of_spec.rb +1 -1
- data/spec/models/payment_token_payment_method_spec.rb +1 -1
- data/spec/models/payment_token_pre_auth_transaction_all_of_spec.rb +13 -1
- data/spec/models/payment_token_pre_auth_transaction_spec.rb +13 -1
- data/spec/models/payment_token_sale_transaction_all_of_spec.rb +13 -1
- data/spec/models/payment_token_sale_transaction_spec.rb +13 -1
- data/spec/models/payment_tokenization_error_response_spec.rb +1 -1
- data/spec/models/payment_tokenization_request_spec.rb +1 -1
- data/spec/models/payment_tokenization_response_spec.rb +1 -1
- data/spec/models/payment_url_detail_response_spec.rb +1 -1
- data/spec/models/payment_url_detail_spec.rb +1 -1
- data/spec/models/payment_url_error_response_spec.rb +1 -1
- data/spec/models/payment_url_request_spec.rb +1 -1
- data/spec/models/payment_url_response_spec.rb +1 -1
- data/spec/models/payment_url_status_spec.rb +1 -1
- data/spec/models/paypal_credit_transaction_all_of_spec.rb +1 -1
- data/spec/models/paypal_credit_transaction_spec.rb +1 -1
- data/spec/models/phone_spec.rb +1 -1
- data/spec/models/post_auth_transaction_all_of_spec.rb +1 -1
- data/spec/models/post_auth_transaction_spec.rb +1 -1
- data/spec/models/primary_spec.rb +41 -0
- data/spec/models/primary_transaction_spec.rb +1 -1
- data/spec/models/processor_data_spec.rb +1 -1
- data/spec/models/properties_spec.rb +65 -0
- data/spec/models/purchase_cards_level2_spec.rb +1 -1
- data/spec/models/purchase_cards_level3_line_items_spec.rb +1 -1
- data/spec/models/purchase_cards_level3_spec.rb +1 -1
- data/spec/models/purchase_cards_spec.rb +1 -1
- data/spec/models/receiver_info_spec.rb +1 -1
- data/spec/models/recurring_payment_details_response_spec.rb +1 -1
- data/spec/models/recurring_payment_details_spec.rb +1 -1
- data/spec/models/referenced_order_payment_schedules_request_all_of_spec.rb +1 -1
- data/spec/models/referenced_order_payment_schedules_request_spec.rb +1 -1
- data/spec/models/referenced_order_payment_tokenization_request_all_of_spec.rb +1 -1
- data/spec/models/referenced_order_payment_tokenization_request_spec.rb +1 -1
- data/spec/models/registration_method_spec.rb +1 -1
- data/spec/models/remove_fraud_blocked_items_response_spec.rb +1 -1
- data/spec/models/response_amount_components_all_of_spec.rb +1 -1
- data/spec/models/response_amount_components_spec.rb +1 -1
- data/spec/models/response_type_spec.rb +1 -1
- data/spec/models/return_transaction_all_of_spec.rb +1 -1
- data/spec/models/return_transaction_spec.rb +1 -1
- data/spec/models/score_only_request_spec.rb +1 -1
- data/spec/models/score_only_response_fraud_score_explanations_spec.rb +1 -1
- data/spec/models/score_only_response_fraud_score_spec.rb +1 -1
- data/spec/models/score_only_response_spec.rb +1 -1
- data/spec/models/secondary_transaction_spec.rb +7 -1
- data/spec/models/{secure3d_authentication_request_spec.rb → secure3_d10_authentication_request_spec.rb} +7 -7
- data/spec/models/secure3_d10_authentication_result_all_of_spec.rb +1 -1
- data/spec/models/secure3_d10_authentication_result_spec.rb +1 -1
- data/spec/models/{secure3d_authentication_verification_request_all_of_spec.rb → secure3_d10_authentication_update_request_all_of_spec.rb} +13 -7
- data/spec/models/{secure3d_authentication_verification_request_spec.rb → secure3_d10_authentication_update_request_spec.rb} +13 -7
- data/spec/models/secure3_d21_authentication_request_all_of_spec.rb +67 -0
- data/spec/models/secure3_d21_authentication_request_spec.rb +67 -0
- data/spec/models/secure3_d21_authentication_result_all_of_spec.rb +1 -1
- data/spec/models/secure3_d21_authentication_result_spec.rb +1 -1
- data/spec/models/secure3_d21_authentication_update_request_all_of_spec.rb +51 -0
- data/spec/models/secure3_d21_authentication_update_request_spec.rb +51 -0
- data/spec/models/secure3_d_authentication_response_params_spec.rb +71 -0
- data/spec/models/secure3_d_authentication_response_secure3d_method_spec.rb +47 -0
- data/spec/models/secure3_d_authentication_response_spec.rb +67 -0
- data/spec/models/secure3d_response_spec.rb +1 -1
- data/spec/models/sender_info_spec.rb +1 -1
- data/spec/models/sepa_mandate_spec.rb +1 -1
- data/spec/models/sepa_payment_method_all_of_spec.rb +1 -1
- data/spec/models/sepa_payment_method_spec.rb +1 -1
- data/spec/models/sepa_sale_transaction_all_of_spec.rb +1 -1
- data/spec/models/sepa_sale_transaction_spec.rb +1 -1
- data/spec/models/sepa_spec.rb +1 -1
- data/spec/models/shared_secret_configuration_request_spec.rb +1 -1
- data/spec/models/shared_secret_configuration_response_spec.rb +1 -1
- data/spec/models/ship_to_address_spec.rb +1 -1
- data/spec/models/shipping_spec.rb +1 -1
- data/spec/models/soft_descriptor_spec.rb +1 -1
- data/spec/models/split_shipment_spec.rb +1 -1
- data/spec/models/store_branding_style_configuration_spec.rb +53 -0
- data/spec/models/store_fraud_settings_result_spec.rb +1 -1
- data/spec/models/store_fraud_settings_spec.rb +1 -1
- data/spec/models/store_url_configuration_request_spec.rb +1 -1
- data/spec/models/store_url_configuration_response_spec.rb +1 -1
- data/spec/models/store_url_configuration_result_spec.rb +1 -1
- data/spec/models/store_url_configuration_spec.rb +1 -1
- data/spec/models/stored_credential_spec.rb +1 -1
- data/spec/models/sub_merchant_data_spec.rb +1 -1
- data/spec/models/sub_merchant_split_spec.rb +1 -1
- data/spec/models/text_spec.rb +47 -0
- data/spec/models/title_spec.rb +41 -0
- data/spec/models/token_identifier_spec.rb +1 -1
- data/spec/models/top_bar_spec.rb +41 -0
- data/spec/models/transaction_error_response_spec.rb +2 -2
- data/spec/models/transaction_origin_spec.rb +1 -1
- data/spec/models/transaction_response_spec.rb +2 -2
- data/spec/models/transaction_type_spec.rb +1 -1
- data/spec/models/union_pay_authentication_request_all_of_spec.rb +1 -1
- data/spec/models/union_pay_authentication_request_spec.rb +1 -1
- data/spec/models/{union_pay_authentication_verification_request_all_of_spec.rb → union_pay_authentication_update_request_all_of_spec.rb} +13 -7
- data/spec/models/{union_pay_authentication_verification_request_spec.rb → union_pay_authentication_update_request_spec.rb} +13 -7
- data/spec/models/update_fraud_settings_request_spec.rb +1 -1
- data/spec/models/update_fraud_settings_response_spec.rb +1 -1
- data/spec/models/use_payment_token_spec.rb +1 -1
- data/spec/models/verification3ds_spec.rb +1 -1
- data/spec/models/verification_avs_spec.rb +1 -1
- data/spec/models/verification_cvv_spec.rb +1 -1
- data/spec/models/void_transaction_spec.rb +1 -1
- data/spec/models/wallet_payment_method_spec.rb +1 -1
- data/spec/models/wallet_pre_auth_transaction_all_of_spec.rb +1 -1
- data/spec/models/wallet_pre_auth_transaction_spec.rb +1 -1
- data/spec/models/wallet_sale_transaction_all_of_spec.rb +1 -1
- data/spec/models/wallet_sale_transaction_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +206 -40
- data/docs/Authentication.md +0 -17
- data/docs/AuthenticationRedirect.md +0 -21
- data/docs/AuthenticationRedirectParams.md +0 -21
- data/docs/AuthenticationVerificationRequest.md +0 -23
- data/docs/UnionPayAuthenticationVerificationRequest.md +0 -17
- data/docs/UnionPayAuthenticationVerificationRequestAllOf.md +0 -17
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 6.
|
|
6
|
+
The version of the OpenAPI document: 6.10.1.20200226.002
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: unset
|
|
@@ -15,38 +15,22 @@ require 'date'
|
|
|
15
15
|
module OpenapiClient
|
|
16
16
|
# Request to perform void transaction.
|
|
17
17
|
class VoidTransaction < SecondaryTransaction
|
|
18
|
-
# Object name of the secondary transaction request.
|
|
19
|
-
attr_accessor :request_type
|
|
20
|
-
|
|
21
|
-
# An optional outlet ID for clients that support multiple stores in the same developer app.
|
|
22
|
-
attr_accessor :store_id
|
|
23
|
-
|
|
24
|
-
# Comment for the secondary transaction.
|
|
25
|
-
attr_accessor :comments
|
|
26
|
-
|
|
27
18
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
28
19
|
def self.attribute_map
|
|
29
20
|
{
|
|
30
|
-
:'request_type' => :'requestType',
|
|
31
|
-
:'store_id' => :'storeId',
|
|
32
|
-
:'comments' => :'comments'
|
|
33
21
|
}
|
|
34
22
|
end
|
|
35
23
|
|
|
36
24
|
# Attribute type mapping.
|
|
37
25
|
def self.openapi_types
|
|
38
26
|
{
|
|
39
|
-
:'request_type' => :'String',
|
|
40
|
-
:'store_id' => :'String',
|
|
41
|
-
:'comments' => :'String'
|
|
42
27
|
}
|
|
43
28
|
end
|
|
44
29
|
|
|
45
30
|
# List of class defined in allOf (OpenAPI v3)
|
|
46
31
|
def self.openapi_all_of
|
|
47
32
|
[
|
|
48
|
-
:'SecondaryTransaction'
|
|
49
|
-
:'VoidTransactionAllOf'
|
|
33
|
+
:'SecondaryTransaction'
|
|
50
34
|
]
|
|
51
35
|
end
|
|
52
36
|
|
|
@@ -67,56 +51,26 @@ module OpenapiClient
|
|
|
67
51
|
|
|
68
52
|
# call parent's initialize
|
|
69
53
|
super(attributes)
|
|
70
|
-
|
|
71
|
-
if attributes.key?(:'request_type')
|
|
72
|
-
self.request_type = attributes[:'request_type']
|
|
73
|
-
end
|
|
74
|
-
|
|
75
|
-
if attributes.key?(:'store_id')
|
|
76
|
-
self.store_id = attributes[:'store_id']
|
|
77
|
-
end
|
|
78
|
-
|
|
79
|
-
if attributes.key?(:'comments')
|
|
80
|
-
self.comments = attributes[:'comments']
|
|
81
|
-
end
|
|
82
54
|
end
|
|
83
55
|
|
|
84
56
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
85
57
|
# @return Array for valid properties with the reasons
|
|
86
58
|
def list_invalid_properties
|
|
87
59
|
invalid_properties = super
|
|
88
|
-
if !@store_id.nil? && @store_id.to_s.length > 20
|
|
89
|
-
invalid_properties.push('invalid value for "store_id", the character length must be smaller than or equal to 20.')
|
|
90
|
-
end
|
|
91
|
-
|
|
92
60
|
invalid_properties
|
|
93
61
|
end
|
|
94
62
|
|
|
95
63
|
# Check to see if the all the properties in the model are valid
|
|
96
64
|
# @return true if the model is valid
|
|
97
65
|
def valid?
|
|
98
|
-
return false if !@store_id.nil? && @store_id.to_s.length > 20
|
|
99
66
|
true && super
|
|
100
67
|
end
|
|
101
68
|
|
|
102
|
-
# Custom attribute writer method with validation
|
|
103
|
-
# @param [Object] store_id Value to be assigned
|
|
104
|
-
def store_id=(store_id)
|
|
105
|
-
if !store_id.nil? && store_id.to_s.length > 20
|
|
106
|
-
fail ArgumentError, 'invalid value for "store_id", the character length must be smaller than or equal to 20.'
|
|
107
|
-
end
|
|
108
|
-
|
|
109
|
-
@store_id = store_id
|
|
110
|
-
end
|
|
111
|
-
|
|
112
69
|
# Checks equality by comparing each attribute.
|
|
113
70
|
# @param [Object] Object to be compared
|
|
114
71
|
def ==(o)
|
|
115
72
|
return true if self.equal?(o)
|
|
116
|
-
self.class == o.class &&
|
|
117
|
-
request_type == o.request_type &&
|
|
118
|
-
store_id == o.store_id &&
|
|
119
|
-
comments == o.comments && super(o)
|
|
73
|
+
self.class == o.class && super(o)
|
|
120
74
|
end
|
|
121
75
|
|
|
122
76
|
# @see the `==` method
|
|
@@ -128,7 +82,7 @@ module OpenapiClient
|
|
|
128
82
|
# Calculates hash code according to all attributes.
|
|
129
83
|
# @return [Integer] Hash code
|
|
130
84
|
def hash
|
|
131
|
-
[
|
|
85
|
+
[].hash
|
|
132
86
|
end
|
|
133
87
|
|
|
134
88
|
# Builds the object from hash
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 6.
|
|
6
|
+
The version of the OpenAPI document: 6.10.1.20200226.002
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: unset
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 6.
|
|
6
|
+
The version of the OpenAPI document: 6.10.1.20200226.002
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: unset
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 6.
|
|
6
|
+
The version of the OpenAPI document: 6.10.1.20200226.002
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: unset
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 6.
|
|
6
|
+
The version of the OpenAPI document: 6.10.1.20200226.002
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: unset
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 6.
|
|
6
|
+
The version of the OpenAPI document: 6.10.1.20200226.002
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: unset
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 6.
|
|
6
|
+
The version of the OpenAPI document: 6.10.1.20200226.002
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: unset
|
|
@@ -11,5 +11,5 @@ OpenAPI Generator version: unset
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
13
13
|
module OpenapiClient
|
|
14
|
-
VERSION = '1.
|
|
14
|
+
VERSION = '1.6.0'
|
|
15
15
|
end
|
data/lib/openapi_client.rb
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 6.
|
|
6
|
+
The version of the OpenAPI document: 6.10.1.20200226.002
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: unset
|
|
@@ -17,7 +17,9 @@ require 'openapi_client/version'
|
|
|
17
17
|
require 'openapi_client/configuration'
|
|
18
18
|
|
|
19
19
|
# Models
|
|
20
|
+
require 'openapi_client/models/acs_response'
|
|
20
21
|
require 'openapi_client/models/avs_response'
|
|
22
|
+
require 'openapi_client/models/access_token_request'
|
|
21
23
|
require 'openapi_client/models/access_token_response'
|
|
22
24
|
require 'openapi_client/models/account_updater_response'
|
|
23
25
|
require 'openapi_client/models/additional_amount_rate'
|
|
@@ -34,10 +36,11 @@ require 'openapi_client/models/ali_pay_sale_transaction'
|
|
|
34
36
|
require 'openapi_client/models/ali_pay_sale_transaction_all_of'
|
|
35
37
|
require 'openapi_client/models/amount'
|
|
36
38
|
require 'openapi_client/models/amount_components'
|
|
37
|
-
require 'openapi_client/models/
|
|
38
|
-
require 'openapi_client/models/
|
|
39
|
-
require 'openapi_client/models/
|
|
40
|
-
require 'openapi_client/models/
|
|
39
|
+
require 'openapi_client/models/authentication_request'
|
|
40
|
+
require 'openapi_client/models/authentication_result'
|
|
41
|
+
require 'openapi_client/models/authentication_update_request'
|
|
42
|
+
require 'openapi_client/models/background'
|
|
43
|
+
require 'openapi_client/models/background_color'
|
|
41
44
|
require 'openapi_client/models/bancontact_qr'
|
|
42
45
|
require 'openapi_client/models/basic_response'
|
|
43
46
|
require 'openapi_client/models/billing'
|
|
@@ -48,6 +51,12 @@ require 'openapi_client/models/block_ip_address'
|
|
|
48
51
|
require 'openapi_client/models/block_name'
|
|
49
52
|
require 'openapi_client/models/blocked_card_number'
|
|
50
53
|
require 'openapi_client/models/blocked_items'
|
|
54
|
+
require 'openapi_client/models/body'
|
|
55
|
+
require 'openapi_client/models/borders'
|
|
56
|
+
require 'openapi_client/models/branding_style_configuration_request'
|
|
57
|
+
require 'openapi_client/models/branding_style_configuration_response'
|
|
58
|
+
require 'openapi_client/models/branding_style_configuration_result'
|
|
59
|
+
require 'openapi_client/models/button'
|
|
51
60
|
require 'openapi_client/models/car_rental'
|
|
52
61
|
require 'openapi_client/models/car_rental_extra_charges'
|
|
53
62
|
require 'openapi_client/models/card'
|
|
@@ -61,9 +70,15 @@ require 'openapi_client/models/china_domestic_payment_method'
|
|
|
61
70
|
require 'openapi_client/models/china_domestic_payment_method_all_of'
|
|
62
71
|
require 'openapi_client/models/china_pn_r_sale_transaction'
|
|
63
72
|
require 'openapi_client/models/china_pn_r_sale_transaction_all_of'
|
|
73
|
+
require 'openapi_client/models/classic_mode'
|
|
74
|
+
require 'openapi_client/models/clearing_details'
|
|
75
|
+
require 'openapi_client/models/clearing_element'
|
|
64
76
|
require 'openapi_client/models/client_locale'
|
|
65
77
|
require 'openapi_client/models/client_registration'
|
|
78
|
+
require 'openapi_client/models/combined_mode'
|
|
79
|
+
require 'openapi_client/models/connect_mode'
|
|
66
80
|
require 'openapi_client/models/contact'
|
|
81
|
+
require 'openapi_client/models/content'
|
|
67
82
|
require 'openapi_client/models/country_profile'
|
|
68
83
|
require 'openapi_client/models/create_payment_token'
|
|
69
84
|
require 'openapi_client/models/currency_conversion'
|
|
@@ -82,6 +97,7 @@ require 'openapi_client/models/decrypted_google_pay_wallet_payment_method_all_of
|
|
|
82
97
|
require 'openapi_client/models/decrypted_samsung_pay'
|
|
83
98
|
require 'openapi_client/models/decrypted_samsung_pay_wallet_payment_method'
|
|
84
99
|
require 'openapi_client/models/decrypted_samsung_pay_wallet_payment_method_all_of'
|
|
100
|
+
require 'openapi_client/models/delete_branding_style_configuration_response'
|
|
85
101
|
require 'openapi_client/models/device'
|
|
86
102
|
require 'openapi_client/models/disbursement'
|
|
87
103
|
require 'openapi_client/models/disbursement_transaction_type'
|
|
@@ -101,6 +117,7 @@ require 'openapi_client/models/encrypted_google_pay_wallet_payment_method_all_of
|
|
|
101
117
|
require 'openapi_client/models/encrypted_samsung_pay'
|
|
102
118
|
require 'openapi_client/models/encrypted_samsung_pay_wallet_payment_method'
|
|
103
119
|
require 'openapi_client/models/encrypted_samsung_pay_wallet_payment_method_all_of'
|
|
120
|
+
require 'openapi_client/models/endpoint_response'
|
|
104
121
|
require 'openapi_client/models/error'
|
|
105
122
|
require 'openapi_client/models/error_details'
|
|
106
123
|
require 'openapi_client/models/error_message'
|
|
@@ -108,6 +125,10 @@ require 'openapi_client/models/error_response'
|
|
|
108
125
|
require 'openapi_client/models/exchange_rate_request'
|
|
109
126
|
require 'openapi_client/models/exchange_rate_response'
|
|
110
127
|
require 'openapi_client/models/expiration'
|
|
128
|
+
require 'openapi_client/models/font_face'
|
|
129
|
+
require 'openapi_client/models/font_properties'
|
|
130
|
+
require 'openapi_client/models/font_weight'
|
|
131
|
+
require 'openapi_client/models/footer'
|
|
111
132
|
require 'openapi_client/models/fraud_address'
|
|
112
133
|
require 'openapi_client/models/fraud_order'
|
|
113
134
|
require 'openapi_client/models/fraud_order_items'
|
|
@@ -122,7 +143,11 @@ require 'openapi_client/models/fraud_settings'
|
|
|
122
143
|
require 'openapi_client/models/fraud_settings_response'
|
|
123
144
|
require 'openapi_client/models/frequency'
|
|
124
145
|
require 'openapi_client/models/funding_transaction_type'
|
|
146
|
+
require 'openapi_client/models/header'
|
|
147
|
+
require 'openapi_client/models/hover'
|
|
125
148
|
require 'openapi_client/models/industry_specific_extensions'
|
|
149
|
+
require 'openapi_client/models/initiate_clearing_response'
|
|
150
|
+
require 'openapi_client/models/initiate_clearing_response_all_of'
|
|
126
151
|
require 'openapi_client/models/installment_options'
|
|
127
152
|
require 'openapi_client/models/issuer_response'
|
|
128
153
|
require 'openapi_client/models/items'
|
|
@@ -130,10 +155,14 @@ require 'openapi_client/models/location'
|
|
|
130
155
|
require 'openapi_client/models/lockout_time'
|
|
131
156
|
require 'openapi_client/models/lodging'
|
|
132
157
|
require 'openapi_client/models/lodging_extra_charges'
|
|
158
|
+
require 'openapi_client/models/logo'
|
|
133
159
|
require 'openapi_client/models/loyalty'
|
|
134
160
|
require 'openapi_client/models/maximum_purchase_amount'
|
|
161
|
+
require 'openapi_client/models/mcc6012'
|
|
135
162
|
require 'openapi_client/models/merchant'
|
|
136
163
|
require 'openapi_client/models/method'
|
|
164
|
+
require 'openapi_client/models/mobile'
|
|
165
|
+
require 'openapi_client/models/mobile_header_area'
|
|
137
166
|
require 'openapi_client/models/order'
|
|
138
167
|
require 'openapi_client/models/order_error_response'
|
|
139
168
|
require 'openapi_client/models/order_response'
|
|
@@ -205,8 +234,10 @@ require 'openapi_client/models/paypal_credit_transaction_all_of'
|
|
|
205
234
|
require 'openapi_client/models/phone'
|
|
206
235
|
require 'openapi_client/models/post_auth_transaction'
|
|
207
236
|
require 'openapi_client/models/post_auth_transaction_all_of'
|
|
237
|
+
require 'openapi_client/models/primary'
|
|
208
238
|
require 'openapi_client/models/primary_transaction'
|
|
209
239
|
require 'openapi_client/models/processor_data'
|
|
240
|
+
require 'openapi_client/models/properties'
|
|
210
241
|
require 'openapi_client/models/purchase_cards'
|
|
211
242
|
require 'openapi_client/models/purchase_cards_level2'
|
|
212
243
|
require 'openapi_client/models/purchase_cards_level3'
|
|
@@ -230,13 +261,20 @@ require 'openapi_client/models/score_only_response'
|
|
|
230
261
|
require 'openapi_client/models/score_only_response_fraud_score'
|
|
231
262
|
require 'openapi_client/models/score_only_response_fraud_score_explanations'
|
|
232
263
|
require 'openapi_client/models/secondary_transaction'
|
|
264
|
+
require 'openapi_client/models/secure3_d10_authentication_request'
|
|
233
265
|
require 'openapi_client/models/secure3_d10_authentication_result'
|
|
234
266
|
require 'openapi_client/models/secure3_d10_authentication_result_all_of'
|
|
267
|
+
require 'openapi_client/models/secure3_d10_authentication_update_request'
|
|
268
|
+
require 'openapi_client/models/secure3_d10_authentication_update_request_all_of'
|
|
269
|
+
require 'openapi_client/models/secure3_d21_authentication_request'
|
|
270
|
+
require 'openapi_client/models/secure3_d21_authentication_request_all_of'
|
|
235
271
|
require 'openapi_client/models/secure3_d21_authentication_result'
|
|
236
272
|
require 'openapi_client/models/secure3_d21_authentication_result_all_of'
|
|
237
|
-
require 'openapi_client/models/
|
|
238
|
-
require 'openapi_client/models/
|
|
239
|
-
require 'openapi_client/models/
|
|
273
|
+
require 'openapi_client/models/secure3_d21_authentication_update_request'
|
|
274
|
+
require 'openapi_client/models/secure3_d21_authentication_update_request_all_of'
|
|
275
|
+
require 'openapi_client/models/secure3_d_authentication_response'
|
|
276
|
+
require 'openapi_client/models/secure3_d_authentication_response_params'
|
|
277
|
+
require 'openapi_client/models/secure3_d_authentication_response_secure3d_method'
|
|
240
278
|
require 'openapi_client/models/secure3d_response'
|
|
241
279
|
require 'openapi_client/models/sender_info'
|
|
242
280
|
require 'openapi_client/models/sepa'
|
|
@@ -251,6 +289,7 @@ require 'openapi_client/models/ship_to_address'
|
|
|
251
289
|
require 'openapi_client/models/shipping'
|
|
252
290
|
require 'openapi_client/models/soft_descriptor'
|
|
253
291
|
require 'openapi_client/models/split_shipment'
|
|
292
|
+
require 'openapi_client/models/store_branding_style_configuration'
|
|
254
293
|
require 'openapi_client/models/store_fraud_settings'
|
|
255
294
|
require 'openapi_client/models/store_fraud_settings_result'
|
|
256
295
|
require 'openapi_client/models/store_url_configuration'
|
|
@@ -260,15 +299,18 @@ require 'openapi_client/models/store_url_configuration_result'
|
|
|
260
299
|
require 'openapi_client/models/stored_credential'
|
|
261
300
|
require 'openapi_client/models/sub_merchant_data'
|
|
262
301
|
require 'openapi_client/models/sub_merchant_split'
|
|
302
|
+
require 'openapi_client/models/text'
|
|
303
|
+
require 'openapi_client/models/title'
|
|
263
304
|
require 'openapi_client/models/token_identifier'
|
|
305
|
+
require 'openapi_client/models/top_bar'
|
|
264
306
|
require 'openapi_client/models/transaction_error_response'
|
|
265
307
|
require 'openapi_client/models/transaction_origin'
|
|
266
308
|
require 'openapi_client/models/transaction_response'
|
|
267
309
|
require 'openapi_client/models/transaction_type'
|
|
268
310
|
require 'openapi_client/models/union_pay_authentication_request'
|
|
269
311
|
require 'openapi_client/models/union_pay_authentication_request_all_of'
|
|
270
|
-
require 'openapi_client/models/
|
|
271
|
-
require 'openapi_client/models/
|
|
312
|
+
require 'openapi_client/models/union_pay_authentication_update_request'
|
|
313
|
+
require 'openapi_client/models/union_pay_authentication_update_request_all_of'
|
|
272
314
|
require 'openapi_client/models/update_fraud_settings_request'
|
|
273
315
|
require 'openapi_client/models/update_fraud_settings_response'
|
|
274
316
|
require 'openapi_client/models/use_payment_token'
|
data/lib/simple/gateway.rb
CHANGED
|
@@ -24,14 +24,15 @@ module SimpleClient
|
|
|
24
24
|
end
|
|
25
25
|
|
|
26
26
|
# Authentication API
|
|
27
|
-
def request_access_token
|
|
27
|
+
def request_access_token(payload:)
|
|
28
28
|
signature_service = get_signature_service
|
|
29
|
-
message_signature = signature_service.sign
|
|
29
|
+
message_signature = signature_service.sign(payload)
|
|
30
30
|
return @authentication_api.authentication_access_tokens_post(
|
|
31
31
|
CONTENT_TYPE,
|
|
32
32
|
signature_service.client_request_id,
|
|
33
33
|
get_api_key,
|
|
34
34
|
signature_service.timestamp,
|
|
35
|
+
payload,
|
|
35
36
|
{message_signature: message_signature}
|
|
36
37
|
)
|
|
37
38
|
end
|
|
@@ -299,6 +300,23 @@ module SimpleClient
|
|
|
299
300
|
)
|
|
300
301
|
end
|
|
301
302
|
|
|
303
|
+
def payment_token_inquiry(token_id:, authorization: nil, store_id: nil, region: nil)
|
|
304
|
+
opts = {}
|
|
305
|
+
opts[:store_id] = store_id if store_id
|
|
306
|
+
opts[:authorization] = authorization if authorization
|
|
307
|
+
opts[:region] = region if region
|
|
308
|
+
signature_service = get_signature_service
|
|
309
|
+
opts[:message_signature] = signature_service.sign
|
|
310
|
+
return @payment_token_api.get_payment_token_details(
|
|
311
|
+
CONTENT_TYPE,
|
|
312
|
+
signature_service.client_request_id,
|
|
313
|
+
get_api_key,
|
|
314
|
+
signature_service.timestamp,
|
|
315
|
+
token_id,
|
|
316
|
+
opts
|
|
317
|
+
)
|
|
318
|
+
end
|
|
319
|
+
|
|
302
320
|
def delete_payment_token(token_id:, authorization: nil, store_id: nil, region: nil)
|
|
303
321
|
opts = {}
|
|
304
322
|
opts[:region] = region if region
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 6.
|
|
6
|
+
The version of the OpenAPI document: 6.10.1.20200226.002
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: unset
|
|
@@ -39,6 +39,7 @@ describe 'AuthenticationApi' do
|
|
|
39
39
|
# @param client_request_id A client-generated ID for request tracking and signature creation, unique per request. This is also used for idempotency control. We recommend 128-bit UUID format.
|
|
40
40
|
# @param api_key Key given to merchant after boarding associating their requests with the appropriate app in Apigee.
|
|
41
41
|
# @param timestamp Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).
|
|
42
|
+
# @param access_token_request Access token request
|
|
42
43
|
# @param [Hash] opts the optional parameters
|
|
43
44
|
# @option opts [String] :message_signature Used to ensure the request has not been tampered with during transmission. The Message-Signature is the Base64 encoded HMAC hash (SHA256 algorithm with the API Secret as the key.) For more information, refer to the supporting documentation on the Developer Portal.
|
|
44
45
|
# @return [AccessTokenResponse]
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 6.
|
|
6
|
+
The version of the OpenAPI document: 6.10.1.20200226.002
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: unset
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 6.
|
|
6
|
+
The version of the OpenAPI document: 6.10.1.20200226.002
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: unset
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 6.
|
|
6
|
+
The version of the OpenAPI document: 6.10.1.20200226.002
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: unset
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 6.
|
|
6
|
+
The version of the OpenAPI document: 6.10.1.20200226.002
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: unset
|
data/spec/api/order_api_spec.rb
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 6.
|
|
6
|
+
The version of the OpenAPI document: 6.10.1.20200226.002
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: unset
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 6.
|
|
6
|
+
The version of the OpenAPI document: 6.10.1.20200226.002
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: unset
|
|
@@ -40,7 +40,7 @@ describe 'PaymentApi' do
|
|
|
40
40
|
# @param api_key Key given to merchant after boarding associating their requests with the appropriate app in Apigee.
|
|
41
41
|
# @param timestamp Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).
|
|
42
42
|
# @param transaction_id Gateway transaction identifier as returned in the parameter ipgTransactionId.
|
|
43
|
-
# @param
|
|
43
|
+
# @param authentication_update_request Accepted request types: Secure3D10AuthenticationUpdateRequest, Secure3D21AuthenticationUpdateRequest, and UnionPayAuthenticationUpdateRequest.
|
|
44
44
|
# @param [Hash] opts the optional parameters
|
|
45
45
|
# @option opts [String] :message_signature Used to ensure the request has not been tampered with during transmission. The Message-Signature is the Base64 encoded HMAC hash (SHA256 algorithm with the API Secret as the key.) For more information, refer to the supporting documentation on the Developer Portal.
|
|
46
46
|
# @option opts [String] :region Indicates the region where the client wants the transaction to be processed. This will override the default processing region identified for the client. Available options are argentina, brazil, germany, india and northamerica. Region specific store setup and APIGEE boarding is required in order to use an alternate region for processing.
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 6.
|
|
6
|
+
The version of the OpenAPI document: 6.10.1.20200226.002
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: unset
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 6.
|
|
6
|
+
The version of the OpenAPI document: 6.10.1.20200226.002
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: unset
|
|
@@ -71,4 +71,24 @@ describe 'PaymentTokenApi' do
|
|
|
71
71
|
end
|
|
72
72
|
end
|
|
73
73
|
|
|
74
|
+
# unit tests for get_payment_token_details
|
|
75
|
+
# Get payment card details associated with token.
|
|
76
|
+
# Get payment card details associated with token.
|
|
77
|
+
# @param content_type Content type.
|
|
78
|
+
# @param client_request_id A client-generated ID for request tracking and signature creation, unique per request. This is also used for idempotency control. We recommend 128-bit UUID format.
|
|
79
|
+
# @param api_key Key given to merchant after boarding associating their requests with the appropriate app in Apigee.
|
|
80
|
+
# @param timestamp Epoch timestamp in milliseconds in the request from a client system. Used for Message Signature generation and time limit (5 mins).
|
|
81
|
+
# @param token_id Identifies a payment token.
|
|
82
|
+
# @param [Hash] opts the optional parameters
|
|
83
|
+
# @option opts [String] :message_signature Used to ensure the request has not been tampered with during transmission. The Message-Signature is the Base64 encoded HMAC hash (SHA256 algorithm with the API Secret as the key.) For more information, refer to the supporting documentation on the Developer Portal.
|
|
84
|
+
# @option opts [String] :authorization The access token previously generated with the access-tokens call. Use the format 'Bearer {access-token}'.
|
|
85
|
+
# @option opts [String] :region Indicates the region where the client wants the transaction to be processed. This will override the default processing region identified for the client. Available options are argentina, brazil, germany, india and northamerica. Region specific store setup and APIGEE boarding is required in order to use an alternate region for processing.
|
|
86
|
+
# @option opts [String] :store_id
|
|
87
|
+
# @return [PaymentTokenizationResponse]
|
|
88
|
+
describe 'get_payment_token_details test' do
|
|
89
|
+
it 'should work' do
|
|
90
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
91
|
+
end
|
|
92
|
+
end
|
|
93
|
+
|
|
74
94
|
end
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 6.
|
|
6
|
+
The version of the OpenAPI document: 6.10.1.20200226.002
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: unset
|
data/spec/api_client_spec.rb
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 6.
|
|
6
|
+
The version of the OpenAPI document: 6.10.1.20200226.002
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: unset
|
data/spec/configuration_spec.rb
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
|
|
5
5
|
|
|
6
|
-
The version of the OpenAPI document: 6.
|
|
6
|
+
The version of the OpenAPI document: 6.10.1.20200226.002
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: unset
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Payment Gateway API Specification.
|
|
3
|
+
|
|
4
|
+
#The documentation here is designed to provide all of the technical guidance required to consume and integrate with our APIs for payment processing. To learn more about our APIs please visit https://docs.firstdata.com/org/gateway.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 6.10.1.20200226.002
|
|
7
|
+
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
OpenAPI Generator version: unset
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'spec_helper'
|
|
14
|
+
require 'json'
|
|
15
|
+
require 'date'
|
|
16
|
+
|
|
17
|
+
# Unit tests for OpenapiClient::AccessTokenRequest
|
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
|
+
# Please update as you see appropriate
|
|
20
|
+
describe 'AccessTokenRequest' do
|
|
21
|
+
before do
|
|
22
|
+
# run before each test
|
|
23
|
+
@instance = OpenapiClient::AccessTokenRequest.new
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
after do
|
|
27
|
+
# run after each test
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
describe 'test an instance of AccessTokenRequest' do
|
|
31
|
+
it 'should create an instance of AccessTokenRequest' do
|
|
32
|
+
expect(@instance).to be_instance_of(OpenapiClient::AccessTokenRequest)
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
describe 'test attribute "domain"' do
|
|
36
|
+
it 'should work' do
|
|
37
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
38
|
+
end
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
describe 'test attribute "token"' do
|
|
42
|
+
it 'should work' do
|
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
44
|
+
end
|
|
45
|
+
end
|
|
46
|
+
|
|
47
|
+
describe 'test attribute "public_key_required"' do
|
|
48
|
+
it 'should work' do
|
|
49
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
50
|
+
end
|
|
51
|
+
end
|
|
52
|
+
|
|
53
|
+
end
|