first_data_gateway 1.4.0 → 1.5.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 +1 -1
- data/docs/AirlineTravelRoute.md +1 -1
- data/docs/BancontactQR.md +19 -0
- data/docs/Billing.md +1 -1
- data/docs/BillingAddress.md +1 -1
- data/docs/BlockCard.md +21 -0
- data/docs/BlockDomain.md +17 -0
- data/docs/BlockIPAddress.md +19 -0
- data/docs/BlockName.md +19 -0
- data/docs/BlockedCardNumber.md +19 -0
- data/docs/BlockedItems.md +23 -0
- data/docs/CarRental.md +2 -2
- data/docs/ClientRegistration.md +29 -0
- data/docs/CountryProfile.md +17 -0
- data/docs/CustomerAddress.md +3 -3
- data/docs/DecryptedApplePay.md +31 -0
- data/docs/DecryptedApplePayWalletPaymentMethod.md +17 -0
- data/docs/DecryptedApplePayWalletPaymentMethodAllOf.md +17 -0
- data/docs/DecryptedGooglePay.md +31 -0
- data/docs/DecryptedGooglePayWalletPaymentMethod.md +17 -0
- data/docs/DecryptedGooglePayWalletPaymentMethodAllOf.md +17 -0
- data/docs/DecryptedSamsungPay.md +31 -0
- data/docs/DecryptedSamsungPayWalletPaymentMethod.md +17 -0
- data/docs/DecryptedSamsungPayWalletPaymentMethodAllOf.md +17 -0
- data/docs/Device.md +1 -1
- data/docs/EncryptedSamsungPay.md +19 -0
- data/docs/EncryptedSamsungPayWalletPaymentMethod.md +17 -0
- data/docs/EncryptedSamsungPayWalletPaymentMethodAllOf.md +17 -0
- data/docs/ErrorMessage.md +19 -0
- data/docs/Expiration.md +2 -2
- data/docs/FraudAddress.md +27 -0
- data/docs/FraudDetectApi.md +124 -0
- data/docs/FraudOrder.md +1 -1
- data/docs/FraudRegistration.md +27 -0
- data/docs/FraudRegistrationCard.md +27 -0
- data/docs/FraudRegistrationDevice.md +39 -0
- data/docs/FraudRegistrationDeviceItems.md +27 -0
- data/docs/FraudRegistrationError.md +17 -0
- data/docs/FraudRegistrationResponse.md +27 -0
- data/docs/FraudScore.md +23 -0
- data/docs/FraudSettings.md +23 -0
- data/docs/FraudSettingsResponse.md +37 -0
- data/docs/{PaymentIssuerResponse.md → IssuerResponse.md} +2 -2
- data/docs/{DeviceNetworks.md → Items.md} +2 -2
- data/docs/{MerchantLocation.md → Location.md} +3 -3
- data/docs/LockoutTime.md +19 -0
- data/docs/Lodging.md +2 -2
- data/docs/MaximumPurchaseAmount.md +19 -0
- data/docs/Merchant.md +1 -1
- data/docs/{PaymentPayMethod.md → Method.md} +2 -2
- data/docs/Order.md +3 -1
- data/docs/OrderErrorResponse.md +3 -7
- data/docs/OrderResponse.md +3 -7
- data/docs/Payment.md +6 -6
- data/docs/PaymentApi.md +3 -3
- data/docs/PaymentDevice.md +27 -0
- data/docs/PaymentDeviceCreditTransaction.md +17 -0
- data/docs/PaymentDeviceCreditTransactionAllOf.md +17 -0
- data/docs/PaymentDeviceDisbursementTransaction.md +19 -0
- data/docs/PaymentDeviceDisbursementTransactionAllOf.md +19 -0
- data/docs/PaymentDevicePaymentMethod.md +19 -0
- data/docs/PaymentDevicePaymentMethodAllOf.md +19 -0
- data/docs/PaymentDevicePaymentTokenizationRequest.md +17 -0
- data/docs/PaymentDevicePaymentTokenizationRequestAllOf.md +17 -0
- data/docs/PaymentDevicePreAuthTransaction.md +25 -0
- data/docs/PaymentDevicePreAuthTransactionAllOf.md +25 -0
- data/docs/PaymentDeviceSaleTransaction.md +21 -0
- data/docs/PaymentDeviceSaleTransactionAllOf.md +21 -0
- data/docs/PaymentRegistration.md +39 -0
- data/docs/PaymentSchedulesRequest.md +1 -1
- data/docs/PaymentTokenApi.md +2 -2
- data/docs/PaymentURLApi.md +142 -0
- data/docs/PaymentUrlDetail.md +25 -0
- data/docs/PaymentUrlDetailResponse.md +23 -0
- data/docs/PaymentUrlStatus.md +16 -0
- data/docs/{CustomerAddressPhone.md → Phone.md} +2 -2
- data/docs/ProcessorData.md +5 -1
- data/docs/PurchaseCardsLevel3.md +1 -1
- data/docs/RecurringPaymentDetailsResponse.md +3 -7
- data/docs/RegistrationMethod.md +29 -0
- data/docs/RemoveFraudBlockedItemsResponse.md +23 -0
- data/docs/ScoreOnlyRequest.md +1 -1
- data/docs/SepaMandate.md +1 -1
- data/docs/SharedSecretConfigurationRequest.md +17 -0
- data/docs/SharedSecretConfigurationResponse.md +29 -0
- data/docs/{FraudOrderShipToAddress.md → ShipToAddress.md} +2 -2
- data/docs/StoreFraudSettings.md +19 -0
- data/docs/StoreFraudSettingsResult.md +21 -0
- data/docs/StoreUrlConfiguration.md +31 -0
- data/docs/StoreUrlConfigurationRequest.md +17 -0
- data/docs/StoreUrlConfigurationResponse.md +23 -0
- data/docs/StoreUrlConfigurationResult.md +19 -0
- data/docs/TokenIdentifier.md +17 -0
- data/docs/UpdateFraudSettingsRequest.md +17 -0
- data/docs/UpdateFraudSettingsResponse.md +23 -0
- data/docs/UsePaymentToken.md +5 -1
- data/docs/{PaymentVerification3ds.md → Verification3ds.md} +2 -2
- data/docs/{PaymentVerificationAvs.md → VerificationAvs.md} +2 -2
- data/docs/{PaymentVerificationCvv.md → VerificationCvv.md} +2 -2
- data/lib/openapi_client.rb +34 -1
- data/lib/openapi_client/.DS_Store +0 -0
- data/lib/openapi_client/api/authentication_api.rb +1 -1
- 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 +1 -1
- data/lib/openapi_client/api/payment_schedules_api.rb +1 -1
- data/lib/openapi_client/api/payment_token_api.rb +1 -1
- data/lib/openapi_client/api/payment_url_api.rb +1 -1
- data/lib/openapi_client/api_client.rb +1 -2
- data/lib/openapi_client/api_error.rb +1 -1
- data/lib/openapi_client/configuration.rb +4 -3
- data/lib/openapi_client/models/access_token_response.rb +1 -1
- data/lib/openapi_client/models/account_updater_response.rb +1 -1
- data/lib/openapi_client/models/additional_amount_rate.rb +1 -1
- data/lib/openapi_client/models/additional_details.rb +1 -1
- 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 +10 -16
- data/lib/openapi_client/models/ali_pay_sale_transaction_all_of.rb +89 -2
- 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 +1 -1
- data/lib/openapi_client/models/authentication_redirect.rb +1 -1
- data/lib/openapi_client/models/authentication_redirect_params.rb +1 -1
- data/lib/openapi_client/models/authentication_verification_request.rb +1 -1
- data/lib/openapi_client/models/avs_response.rb +1 -1
- data/lib/openapi_client/models/bancontact_qr.rb +262 -0
- 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 +233 -0
- data/lib/openapi_client/models/block_domain.rb +198 -0
- data/lib/openapi_client/models/block_ip_address.rb +208 -0
- data/lib/openapi_client/models/block_name.rb +208 -0
- data/lib/openapi_client/models/blocked_card_number.rb +208 -0
- data/lib/openapi_client/models/blocked_items.rb +224 -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 +10 -16
- data/lib/openapi_client/models/china_pn_r_sale_transaction_all_of.rb +89 -2
- 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/contact.rb +1 -1
- data/lib/openapi_client/models/country_profile.rb +198 -0
- 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 +13 -23
- data/lib/openapi_client/models/dcc_all_of.rb +39 -2
- data/lib/openapi_client/models/dcc_exchange_rate_request.rb +10 -16
- data/lib/openapi_client/models/dcc_exchange_rate_request_all_of.rb +47 -2
- data/lib/openapi_client/models/decrypted_apple_pay.rb +464 -0
- data/lib/openapi_client/models/decrypted_apple_pay_wallet_payment_method.rb +224 -0
- data/lib/openapi_client/models/decrypted_apple_pay_wallet_payment_method_all_of.rb +211 -0
- data/lib/openapi_client/models/decrypted_google_pay.rb +464 -0
- data/lib/openapi_client/models/decrypted_google_pay_wallet_payment_method.rb +224 -0
- data/lib/openapi_client/models/decrypted_google_pay_wallet_payment_method_all_of.rb +211 -0
- data/lib/openapi_client/models/decrypted_samsung_pay.rb +464 -0
- data/lib/openapi_client/models/decrypted_samsung_pay_wallet_payment_method.rb +224 -0
- data/lib/openapi_client/models/decrypted_samsung_pay_wallet_payment_method_all_of.rb +211 -0
- 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 +12 -22
- data/lib/openapi_client/models/disbursement_transaction_type_all_of.rb +215 -0
- data/lib/openapi_client/models/document.rb +1 -1
- data/lib/openapi_client/models/dynamic_pricing.rb +13 -23
- data/lib/openapi_client/models/dynamic_pricing_all_of.rb +39 -2
- data/lib/openapi_client/models/dynamic_pricing_exchange_rate_request.rb +10 -16
- data/lib/openapi_client/models/dynamic_pricing_exchange_rate_request_all_of.rb +47 -2
- 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 +10 -11
- data/lib/openapi_client/models/encrypted_apple_pay_wallet_payment_method_all_of.rb +12 -2
- 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 +10 -11
- data/lib/openapi_client/models/encrypted_google_pay_wallet_payment_method_all_of.rb +12 -2
- data/lib/openapi_client/models/encrypted_samsung_pay.rb +1 -1
- data/lib/openapi_client/models/encrypted_samsung_pay_wallet_payment_method.rb +10 -11
- data/lib/openapi_client/models/encrypted_samsung_pay_wallet_payment_method_all_of.rb +12 -2
- 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 +9 -9
- 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 +226 -0
- data/lib/openapi_client/models/fraud_settings_response.rb +313 -0
- data/lib/openapi_client/models/frequency.rb +1 -1
- data/lib/openapi_client/models/funding_transaction_type.rb +12 -22
- data/lib/openapi_client/models/funding_transaction_type_all_of.rb +215 -0
- data/lib/openapi_client/models/industry_specific_extensions.rb +1 -1
- 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 +208 -0
- 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/loyalty.rb +1 -1
- data/lib/openapi_client/models/maximum_purchase_amount.rb +218 -0
- data/lib/openapi_client/models/merchant.rb +1 -1
- data/lib/openapi_client/models/method.rb +1 -1
- data/lib/openapi_client/models/order.rb +14 -5
- 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 +1 -1
- data/lib/openapi_client/models/payment_card_credit_transaction.rb +10 -16
- data/lib/openapi_client/models/payment_card_disbursement_transaction.rb +10 -16
- data/lib/openapi_client/models/payment_card_disbursement_transaction_all_of.rb +89 -2
- data/lib/openapi_client/models/payment_card_forced_ticket_transaction.rb +10 -16
- data/lib/openapi_client/models/payment_card_forced_ticket_transaction_all_of.rb +89 -2
- data/lib/openapi_client/models/payment_card_payer_auth_transaction.rb +10 -16
- data/lib/openapi_client/models/payment_card_payer_auth_transaction_all_of.rb +89 -2
- 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 +10 -16
- data/lib/openapi_client/models/payment_card_payment_tokenization_request_all_of.rb +67 -2
- data/lib/openapi_client/models/payment_card_pre_auth_transaction.rb +10 -16
- data/lib/openapi_client/models/payment_card_pre_auth_transaction_all_of.rb +89 -2
- data/lib/openapi_client/models/payment_card_sale_transaction.rb +10 -16
- data/lib/openapi_client/models/payment_card_sale_transaction_all_of.rb +89 -2
- data/lib/openapi_client/models/payment_device.rb +1 -1
- data/lib/openapi_client/models/payment_device_credit_transaction.rb +10 -16
- data/lib/openapi_client/models/payment_device_credit_transaction_all_of.rb +89 -2
- data/lib/openapi_client/models/payment_device_disbursement_transaction.rb +10 -16
- data/lib/openapi_client/models/payment_device_disbursement_transaction_all_of.rb +89 -2
- 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 +10 -16
- data/lib/openapi_client/models/payment_device_payment_tokenization_request_all_of.rb +67 -2
- data/lib/openapi_client/models/payment_device_pre_auth_transaction.rb +10 -16
- data/lib/openapi_client/models/payment_device_pre_auth_transaction_all_of.rb +89 -2
- data/lib/openapi_client/models/payment_device_sale_transaction.rb +10 -16
- data/lib/openapi_client/models/payment_device_sale_transaction_all_of.rb +89 -2
- 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 +10 -26
- data/lib/openapi_client/models/payment_method_payment_schedules_request_all_of.rb +219 -2
- 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 +10 -16
- data/lib/openapi_client/models/payment_token_credit_transaction_all_of.rb +89 -2
- data/lib/openapi_client/models/payment_token_details.rb +1 -1
- data/lib/openapi_client/models/payment_token_details_all_of.rb +36 -2
- data/lib/openapi_client/models/payment_token_disbursement_transaction.rb +10 -16
- data/lib/openapi_client/models/payment_token_disbursement_transaction_all_of.rb +89 -2
- 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 +10 -16
- data/lib/openapi_client/models/payment_token_pre_auth_transaction_all_of.rb +89 -2
- data/lib/openapi_client/models/payment_token_sale_transaction.rb +10 -16
- data/lib/openapi_client/models/payment_token_sale_transaction_all_of.rb +89 -2
- 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 +10 -16
- data/lib/openapi_client/models/paypal_credit_transaction_all_of.rb +89 -2
- data/lib/openapi_client/models/phone.rb +1 -1
- data/lib/openapi_client/models/post_auth_transaction.rb +10 -11
- data/lib/openapi_client/models/post_auth_transaction_all_of.rb +47 -2
- data/lib/openapi_client/models/primary_transaction.rb +1 -1
- data/lib/openapi_client/models/processor_data.rb +27 -7
- 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 +1 -1
- 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 +10 -26
- data/lib/openapi_client/models/referenced_order_payment_schedules_request_all_of.rb +219 -2
- data/lib/openapi_client/models/referenced_order_payment_tokenization_request.rb +10 -16
- data/lib/openapi_client/models/referenced_order_payment_tokenization_request_all_of.rb +67 -2
- data/lib/openapi_client/models/registration_method.rb +1 -1
- data/lib/openapi_client/models/remove_fraud_blocked_items_response.rb +234 -0
- data/lib/openapi_client/models/response_amount_components.rb +1 -1
- data/lib/openapi_client/models/response_amount_components_all_of.rb +62 -2
- data/lib/openapi_client/models/response_type.rb +1 -1
- data/lib/openapi_client/models/return_transaction.rb +10 -11
- data/lib/openapi_client/models/return_transaction_all_of.rb +47 -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 +13 -3
- data/lib/openapi_client/models/score_only_response_fraud_score_explanations.rb +1 -1
- data/lib/openapi_client/models/secondary_transaction.rb +1 -1
- data/lib/openapi_client/models/secure3_d10_authentication_result.rb +10 -11
- data/lib/openapi_client/models/secure3_d10_authentication_result_all_of.rb +12 -2
- data/lib/openapi_client/models/secure3_d21_authentication_result.rb +10 -11
- data/lib/openapi_client/models/secure3_d21_authentication_result_all_of.rb +12 -2
- data/lib/openapi_client/models/secure3d_authentication_request.rb +12 -12
- data/lib/openapi_client/models/secure3d_authentication_request_all_of.rb +197 -0
- data/lib/openapi_client/models/secure3d_authentication_verification_request.rb +10 -11
- data/lib/openapi_client/models/secure3d_authentication_verification_request_all_of.rb +56 -2
- data/lib/openapi_client/models/secure3d_response.rb +1 -1
- data/lib/openapi_client/models/sender_info.rb +1 -1
- 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 +10 -16
- data/lib/openapi_client/models/sepa_sale_transaction_all_of.rb +89 -2
- data/lib/openapi_client/models/shared_secret_configuration_request.rb +224 -0
- data/lib/openapi_client/models/shared_secret_configuration_response.rb +264 -0
- 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_fraud_settings.rb +217 -0
- data/lib/openapi_client/models/store_fraud_settings_result.rb +217 -0
- data/lib/openapi_client/models/store_url_configuration.rb +272 -0
- data/lib/openapi_client/models/store_url_configuration_request.rb +199 -0
- data/lib/openapi_client/models/store_url_configuration_response.rb +235 -0
- data/lib/openapi_client/models/store_url_configuration_result.rb +207 -0
- data/lib/openapi_client/models/stored_credential.rb +1 -1
- 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/token_identifier.rb +198 -0
- data/lib/openapi_client/models/transaction_error_response.rb +1 -1
- data/lib/openapi_client/models/transaction_origin.rb +1 -1
- data/lib/openapi_client/models/transaction_response.rb +1 -1
- data/lib/openapi_client/models/transaction_type.rb +1 -1
- data/lib/openapi_client/models/union_pay_authentication_request.rb +10 -11
- data/lib/openapi_client/models/union_pay_authentication_request_all_of.rb +12 -2
- data/lib/openapi_client/models/union_pay_authentication_verification_request.rb +10 -11
- data/lib/openapi_client/models/union_pay_authentication_verification_request_all_of.rb +56 -2
- data/lib/openapi_client/models/update_fraud_settings_request.rb +199 -0
- data/lib/openapi_client/models/update_fraud_settings_response.rb +235 -0
- data/lib/openapi_client/models/use_payment_token.rb +14 -5
- 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 +12 -12
- data/lib/openapi_client/models/void_transaction_all_of.rb +232 -0
- data/lib/openapi_client/models/wallet_payment_method.rb +2 -2
- data/lib/openapi_client/models/wallet_pre_auth_transaction.rb +10 -16
- data/lib/openapi_client/models/wallet_pre_auth_transaction_all_of.rb +89 -2
- data/lib/openapi_client/models/wallet_sale_transaction.rb +10 -16
- data/lib/openapi_client/models/wallet_sale_transaction_all_of.rb +89 -2
- data/lib/openapi_client/version.rb +2 -2
- data/lib/simple/client_context.rb +2 -2
- data/lib/simple/gateway.rb +2 -2
- data/spec/api/authentication_api_spec.rb +1 -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 +37 -1
- data/spec/api/order_api_spec.rb +1 -1
- data/spec/api/payment_api_spec.rb +3 -3
- data/spec/api/payment_schedules_api_spec.rb +1 -1
- data/spec/api/payment_token_api_spec.rb +2 -2
- data/spec/api/payment_url_api_spec.rb +46 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/access_token_response_spec.rb +1 -1
- data/spec/models/account_updater_response_spec.rb +1 -1
- data/spec/models/additional_amount_rate_spec.rb +1 -1
- data/spec/models/additional_details_spec.rb +1 -1
- data/spec/models/additional_transaction_details_spec.rb +2 -2
- 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_redirect_params_spec.rb +1 -1
- data/spec/models/authentication_redirect_spec.rb +1 -1
- data/spec/models/authentication_spec.rb +1 -1
- data/spec/models/authentication_verification_request_spec.rb +1 -1
- data/spec/models/avs_response_spec.rb +1 -1
- data/spec/models/bancontact_qr_spec.rb +51 -0
- 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 +53 -0
- data/spec/models/block_domain_spec.rb +41 -0
- data/spec/models/{customer_address_phone_spec.rb → block_ip_address_spec.rb} +9 -9
- data/spec/models/block_name_spec.rb +47 -0
- data/spec/models/blocked_card_number_spec.rb +47 -0
- data/spec/models/blocked_items_spec.rb +59 -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/client_locale_spec.rb +1 -1
- data/spec/models/client_registration_spec.rb +77 -0
- data/spec/models/contact_spec.rb +1 -1
- data/spec/models/country_profile_spec.rb +41 -0
- 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 +3 -3
- 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 +83 -0
- data/spec/models/decrypted_apple_pay_wallet_payment_method_all_of_spec.rb +41 -0
- data/spec/models/decrypted_apple_pay_wallet_payment_method_spec.rb +41 -0
- data/spec/models/decrypted_google_pay_spec.rb +83 -0
- data/spec/models/decrypted_google_pay_wallet_payment_method_all_of_spec.rb +41 -0
- data/spec/models/decrypted_google_pay_wallet_payment_method_spec.rb +41 -0
- data/spec/models/decrypted_samsung_pay_spec.rb +83 -0
- data/spec/models/decrypted_samsung_pay_wallet_payment_method_all_of_spec.rb +41 -0
- data/spec/models/decrypted_samsung_pay_wallet_payment_method_spec.rb +41 -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 +47 -0
- data/spec/models/encrypted_samsung_pay_wallet_payment_method_all_of_spec.rb +41 -0
- data/spec/models/encrypted_samsung_pay_wallet_payment_method_spec.rb +41 -0
- data/spec/models/error_details_spec.rb +1 -1
- data/spec/models/error_message_spec.rb +47 -0
- 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/{merchant_location_merchant_address_spec.rb → fraud_address_spec.rb} +7 -7
- 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 +71 -0
- data/spec/models/fraud_registration_device_items_spec.rb +75 -0
- data/spec/models/{transaction_spec.rb → fraud_registration_device_spec.rb} +21 -25
- data/spec/models/fraud_registration_error_spec.rb +41 -0
- data/spec/models/fraud_registration_response_spec.rb +75 -0
- data/spec/models/fraud_registration_spec.rb +71 -0
- data/spec/models/fraud_score_spec.rb +59 -0
- data/spec/models/fraud_settings_response_spec.rb +101 -0
- data/spec/models/fraud_settings_spec.rb +59 -0
- data/spec/models/frequency_spec.rb +1 -1
- data/spec/models/funding_transaction_type_spec.rb +1 -1
- data/spec/models/industry_specific_extensions_spec.rb +1 -1
- data/spec/models/installment_options_spec.rb +1 -1
- data/spec/models/{payment_issuer_response_spec.rb → issuer_response_spec.rb} +7 -7
- data/spec/models/{device_networks_spec.rb → items_spec.rb} +7 -7
- data/spec/models/{merchant_location_spec.rb → location_spec.rb} +7 -7
- data/spec/models/lockout_time_spec.rb +47 -0
- data/spec/models/lodging_extra_charges_spec.rb +1 -1
- data/spec/models/lodging_spec.rb +1 -1
- data/spec/models/loyalty_spec.rb +1 -1
- data/spec/models/maximum_purchase_amount_spec.rb +47 -0
- data/spec/models/merchant_spec.rb +1 -1
- data/spec/models/{payment_pay_method_spec.rb → method_spec.rb} +7 -7
- data/spec/models/order_error_response_spec.rb +2 -14
- data/spec/models/order_response_spec.rb +2 -14
- data/spec/models/order_spec.rb +7 -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 +1 -1
- data/spec/models/payment_card_pre_auth_transaction_spec.rb +1 -1
- data/spec/models/payment_card_sale_transaction_all_of_spec.rb +1 -1
- data/spec/models/payment_card_sale_transaction_spec.rb +1 -1
- data/spec/models/payment_card_spec.rb +1 -1
- data/spec/models/payment_device_credit_transaction_all_of_spec.rb +41 -0
- data/spec/models/payment_device_credit_transaction_spec.rb +41 -0
- data/spec/models/payment_device_disbursement_transaction_all_of_spec.rb +47 -0
- data/spec/models/payment_device_disbursement_transaction_spec.rb +47 -0
- data/spec/models/payment_device_payment_method_all_of_spec.rb +47 -0
- data/spec/models/payment_device_payment_method_spec.rb +47 -0
- data/spec/models/payment_device_payment_tokenization_request_all_of_spec.rb +41 -0
- data/spec/models/payment_device_payment_tokenization_request_spec.rb +41 -0
- data/spec/models/payment_device_pre_auth_transaction_all_of_spec.rb +65 -0
- data/spec/models/payment_device_pre_auth_transaction_spec.rb +65 -0
- data/spec/models/payment_device_sale_transaction_all_of_spec.rb +53 -0
- data/spec/models/payment_device_sale_transaction_spec.rb +53 -0
- data/spec/models/payment_device_spec.rb +75 -0
- 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 +107 -0
- 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 +3 -3
- 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 +1 -1
- data/spec/models/payment_token_pre_auth_transaction_spec.rb +1 -1
- data/spec/models/payment_token_sale_transaction_all_of_spec.rb +1 -1
- data/spec/models/payment_token_sale_transaction_spec.rb +1 -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 +59 -0
- data/spec/models/payment_url_detail_spec.rb +65 -0
- 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 +35 -0
- 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/{billing_address_phone_spec.rb → phone_spec.rb} +7 -7
- 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_transaction_spec.rb +1 -1
- data/spec/models/processor_data_spec.rb +14 -2
- 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 +2 -14
- 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 +81 -0
- data/spec/models/remove_fraud_blocked_items_response_spec.rb +59 -0
- 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 -5
- 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 +1 -1
- 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/secure3_d21_authentication_result_all_of_spec.rb +1 -1
- data/spec/models/secure3_d21_authentication_result_spec.rb +1 -1
- data/spec/models/secure3d_authentication_request_spec.rb +1 -1
- data/spec/models/secure3d_authentication_verification_request_all_of_spec.rb +1 -1
- data/spec/models/secure3d_authentication_verification_request_spec.rb +1 -1
- 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 +41 -0
- data/spec/models/shared_secret_configuration_response_spec.rb +77 -0
- data/spec/models/{fraud_order_ship_to_address_spec.rb → ship_to_address_spec.rb} +7 -7
- 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_fraud_settings_result_spec.rb +53 -0
- data/spec/models/store_fraud_settings_spec.rb +47 -0
- data/spec/models/store_url_configuration_request_spec.rb +41 -0
- data/spec/models/store_url_configuration_response_spec.rb +59 -0
- data/spec/models/store_url_configuration_result_spec.rb +47 -0
- data/spec/models/store_url_configuration_spec.rb +83 -0
- 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/token_identifier_spec.rb +41 -0
- data/spec/models/transaction_error_response_spec.rb +1 -1
- data/spec/models/transaction_origin_spec.rb +1 -1
- data/spec/models/transaction_response_spec.rb +1 -1
- 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 +1 -1
- data/spec/models/union_pay_authentication_verification_request_spec.rb +1 -1
- data/spec/models/update_fraud_settings_request_spec.rb +41 -0
- data/spec/models/update_fraud_settings_response_spec.rb +59 -0
- data/spec/models/use_payment_token_spec.rb +13 -1
- data/spec/models/{payment_verification_avs_spec.rb → verification3ds_spec.rb} +7 -7
- data/spec/models/{payment_verification_cvv_spec.rb → verification_avs_spec.rb} +7 -7
- data/spec/models/{payment_verification3ds_spec.rb → verification_cvv_spec.rb} +7 -7
- 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 +259 -39
- data/Gemfile.lock +0 -79
- data/docs/BillingAddressPhone.md +0 -19
- data/docs/MerchantLocationMerchantAddress.md +0 -27
- data/docs/Transaction.md +0 -39
|
@@ -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.9.1.20191223.002
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: unset
|
|
@@ -38,6 +38,12 @@ describe 'UsePaymentToken' do
|
|
|
38
38
|
end
|
|
39
39
|
end
|
|
40
40
|
|
|
41
|
+
describe 'test attribute "token_origin_store_id"' 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
|
+
|
|
41
47
|
describe 'test attribute "function"' do
|
|
42
48
|
it 'should work' do
|
|
43
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -50,4 +56,10 @@ describe 'UsePaymentToken' do
|
|
|
50
56
|
end
|
|
51
57
|
end
|
|
52
58
|
|
|
59
|
+
describe 'test attribute "expiry_date"' do
|
|
60
|
+
it 'should work' do
|
|
61
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
62
|
+
end
|
|
63
|
+
end
|
|
64
|
+
|
|
53
65
|
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.9.1.20191223.002
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: unset
|
|
@@ -14,22 +14,22 @@ require 'spec_helper'
|
|
|
14
14
|
require 'json'
|
|
15
15
|
require 'date'
|
|
16
16
|
|
|
17
|
-
# Unit tests for OpenapiClient::
|
|
17
|
+
# Unit tests for OpenapiClient::Verification3ds
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
|
-
describe '
|
|
20
|
+
describe 'Verification3ds' do
|
|
21
21
|
before do
|
|
22
22
|
# run before each test
|
|
23
|
-
@instance = OpenapiClient::
|
|
23
|
+
@instance = OpenapiClient::Verification3ds.new
|
|
24
24
|
end
|
|
25
25
|
|
|
26
26
|
after do
|
|
27
27
|
# run after each test
|
|
28
28
|
end
|
|
29
29
|
|
|
30
|
-
describe 'test an instance of
|
|
31
|
-
it 'should create an instance of
|
|
32
|
-
expect(@instance).to be_instance_of(OpenapiClient::
|
|
30
|
+
describe 'test an instance of Verification3ds' do
|
|
31
|
+
it 'should create an instance of Verification3ds' do
|
|
32
|
+
expect(@instance).to be_instance_of(OpenapiClient::Verification3ds)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
35
|
describe 'test attribute "code"' do
|
|
@@ -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.9.1.20191223.002
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: unset
|
|
@@ -14,22 +14,22 @@ require 'spec_helper'
|
|
|
14
14
|
require 'json'
|
|
15
15
|
require 'date'
|
|
16
16
|
|
|
17
|
-
# Unit tests for OpenapiClient::
|
|
17
|
+
# Unit tests for OpenapiClient::VerificationAvs
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
|
-
describe '
|
|
20
|
+
describe 'VerificationAvs' do
|
|
21
21
|
before do
|
|
22
22
|
# run before each test
|
|
23
|
-
@instance = OpenapiClient::
|
|
23
|
+
@instance = OpenapiClient::VerificationAvs.new
|
|
24
24
|
end
|
|
25
25
|
|
|
26
26
|
after do
|
|
27
27
|
# run after each test
|
|
28
28
|
end
|
|
29
29
|
|
|
30
|
-
describe 'test an instance of
|
|
31
|
-
it 'should create an instance of
|
|
32
|
-
expect(@instance).to be_instance_of(OpenapiClient::
|
|
30
|
+
describe 'test an instance of VerificationAvs' do
|
|
31
|
+
it 'should create an instance of VerificationAvs' do
|
|
32
|
+
expect(@instance).to be_instance_of(OpenapiClient::VerificationAvs)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
35
|
describe 'test attribute "code"' do
|
|
@@ -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.9.1.20191223.002
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: unset
|
|
@@ -14,22 +14,22 @@ require 'spec_helper'
|
|
|
14
14
|
require 'json'
|
|
15
15
|
require 'date'
|
|
16
16
|
|
|
17
|
-
# Unit tests for OpenapiClient::
|
|
17
|
+
# Unit tests for OpenapiClient::VerificationCvv
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
|
-
describe '
|
|
20
|
+
describe 'VerificationCvv' do
|
|
21
21
|
before do
|
|
22
22
|
# run before each test
|
|
23
|
-
@instance = OpenapiClient::
|
|
23
|
+
@instance = OpenapiClient::VerificationCvv.new
|
|
24
24
|
end
|
|
25
25
|
|
|
26
26
|
after do
|
|
27
27
|
# run after each test
|
|
28
28
|
end
|
|
29
29
|
|
|
30
|
-
describe 'test an instance of
|
|
31
|
-
it 'should create an instance of
|
|
32
|
-
expect(@instance).to be_instance_of(OpenapiClient::
|
|
30
|
+
describe 'test an instance of VerificationCvv' do
|
|
31
|
+
it 'should create an instance of VerificationCvv' do
|
|
32
|
+
expect(@instance).to be_instance_of(OpenapiClient::VerificationCvv)
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
35
|
describe 'test attribute "code"' do
|
|
@@ -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.9.1.20191223.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.9.1.20191223.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.9.1.20191223.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.9.1.20191223.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.9.1.20191223.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.9.1.20191223.002
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: unset
|
data/spec/spec_helper.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.9.1.20191223.002
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
9
|
OpenAPI Generator version: unset
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: first_data_gateway
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eric Margules
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-02-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -202,7 +202,6 @@ extensions: []
|
|
|
202
202
|
extra_rdoc_files: []
|
|
203
203
|
files:
|
|
204
204
|
- Gemfile
|
|
205
|
-
- Gemfile.lock
|
|
206
205
|
- README.md
|
|
207
206
|
- Rakefile
|
|
208
207
|
- docs/AVSResponse.md
|
|
@@ -227,10 +226,16 @@ files:
|
|
|
227
226
|
- docs/AuthenticationRedirect.md
|
|
228
227
|
- docs/AuthenticationRedirectParams.md
|
|
229
228
|
- docs/AuthenticationVerificationRequest.md
|
|
229
|
+
- docs/BancontactQR.md
|
|
230
230
|
- docs/BasicResponse.md
|
|
231
231
|
- docs/Billing.md
|
|
232
232
|
- docs/BillingAddress.md
|
|
233
|
-
- docs/
|
|
233
|
+
- docs/BlockCard.md
|
|
234
|
+
- docs/BlockDomain.md
|
|
235
|
+
- docs/BlockIPAddress.md
|
|
236
|
+
- docs/BlockName.md
|
|
237
|
+
- docs/BlockedCardNumber.md
|
|
238
|
+
- docs/BlockedItems.md
|
|
234
239
|
- docs/CarRental.md
|
|
235
240
|
- docs/CarRentalExtraCharges.md
|
|
236
241
|
- docs/Card.md
|
|
@@ -247,19 +252,28 @@ files:
|
|
|
247
252
|
- docs/ChinaPnRSaleTransaction.md
|
|
248
253
|
- docs/ChinaPnRSaleTransactionAllOf.md
|
|
249
254
|
- docs/ClientLocale.md
|
|
255
|
+
- docs/ClientRegistration.md
|
|
250
256
|
- docs/Contact.md
|
|
257
|
+
- docs/CountryProfile.md
|
|
251
258
|
- docs/CreatePaymentToken.md
|
|
252
259
|
- docs/CurrencyConversion.md
|
|
253
260
|
- docs/CurrencyConversionApi.md
|
|
254
261
|
- docs/Customer.md
|
|
255
262
|
- docs/CustomerAddress.md
|
|
256
|
-
- docs/CustomerAddressPhone.md
|
|
257
263
|
- docs/DCCExchangeRateRequest.md
|
|
258
264
|
- docs/DCCExchangeRateRequestAllOf.md
|
|
259
265
|
- docs/Dcc.md
|
|
260
266
|
- docs/DccAllOf.md
|
|
267
|
+
- docs/DecryptedApplePay.md
|
|
268
|
+
- docs/DecryptedApplePayWalletPaymentMethod.md
|
|
269
|
+
- docs/DecryptedApplePayWalletPaymentMethodAllOf.md
|
|
270
|
+
- docs/DecryptedGooglePay.md
|
|
271
|
+
- docs/DecryptedGooglePayWalletPaymentMethod.md
|
|
272
|
+
- docs/DecryptedGooglePayWalletPaymentMethodAllOf.md
|
|
273
|
+
- docs/DecryptedSamsungPay.md
|
|
274
|
+
- docs/DecryptedSamsungPayWalletPaymentMethod.md
|
|
275
|
+
- docs/DecryptedSamsungPayWalletPaymentMethodAllOf.md
|
|
261
276
|
- docs/Device.md
|
|
262
|
-
- docs/DeviceNetworks.md
|
|
263
277
|
- docs/Disbursement.md
|
|
264
278
|
- docs/DisbursementTransactionType.md
|
|
265
279
|
- docs/Document.md
|
|
@@ -275,26 +289,43 @@ files:
|
|
|
275
289
|
- docs/EncryptedGooglePayData.md
|
|
276
290
|
- docs/EncryptedGooglePayWalletPaymentMethod.md
|
|
277
291
|
- docs/EncryptedGooglePayWalletPaymentMethodAllOf.md
|
|
292
|
+
- docs/EncryptedSamsungPay.md
|
|
293
|
+
- docs/EncryptedSamsungPayWalletPaymentMethod.md
|
|
294
|
+
- docs/EncryptedSamsungPayWalletPaymentMethodAllOf.md
|
|
278
295
|
- docs/Error.md
|
|
279
296
|
- docs/ErrorDetails.md
|
|
297
|
+
- docs/ErrorMessage.md
|
|
280
298
|
- docs/ErrorResponse.md
|
|
281
299
|
- docs/ExchangeRateRequest.md
|
|
282
300
|
- docs/ExchangeRateResponse.md
|
|
283
301
|
- docs/Expiration.md
|
|
302
|
+
- docs/FraudAddress.md
|
|
284
303
|
- docs/FraudDetectApi.md
|
|
285
304
|
- docs/FraudOrder.md
|
|
286
305
|
- docs/FraudOrderItems.md
|
|
287
|
-
- docs/
|
|
306
|
+
- docs/FraudRegistration.md
|
|
307
|
+
- docs/FraudRegistrationCard.md
|
|
308
|
+
- docs/FraudRegistrationDevice.md
|
|
309
|
+
- docs/FraudRegistrationDeviceItems.md
|
|
310
|
+
- docs/FraudRegistrationError.md
|
|
311
|
+
- docs/FraudRegistrationResponse.md
|
|
312
|
+
- docs/FraudScore.md
|
|
313
|
+
- docs/FraudSettings.md
|
|
314
|
+
- docs/FraudSettingsResponse.md
|
|
288
315
|
- docs/Frequency.md
|
|
289
316
|
- docs/FundingTransactionType.md
|
|
290
317
|
- docs/IndustrySpecificExtensions.md
|
|
291
318
|
- docs/InstallmentOptions.md
|
|
319
|
+
- docs/IssuerResponse.md
|
|
320
|
+
- docs/Items.md
|
|
321
|
+
- docs/Location.md
|
|
322
|
+
- docs/LockoutTime.md
|
|
292
323
|
- docs/Lodging.md
|
|
293
324
|
- docs/LodgingExtraCharges.md
|
|
294
325
|
- docs/Loyalty.md
|
|
326
|
+
- docs/MaximumPurchaseAmount.md
|
|
295
327
|
- docs/Merchant.md
|
|
296
|
-
- docs/
|
|
297
|
-
- docs/MerchantLocationMerchantAddress.md
|
|
328
|
+
- docs/Method.md
|
|
298
329
|
- docs/Order.md
|
|
299
330
|
- docs/OrderApi.md
|
|
300
331
|
- docs/OrderErrorResponse.md
|
|
@@ -320,13 +351,25 @@ files:
|
|
|
320
351
|
- docs/PaymentCardPreAuthTransactionAllOf.md
|
|
321
352
|
- docs/PaymentCardSaleTransaction.md
|
|
322
353
|
- docs/PaymentCardSaleTransactionAllOf.md
|
|
354
|
+
- docs/PaymentDevice.md
|
|
355
|
+
- docs/PaymentDeviceCreditTransaction.md
|
|
356
|
+
- docs/PaymentDeviceCreditTransactionAllOf.md
|
|
357
|
+
- docs/PaymentDeviceDisbursementTransaction.md
|
|
358
|
+
- docs/PaymentDeviceDisbursementTransactionAllOf.md
|
|
359
|
+
- docs/PaymentDevicePaymentMethod.md
|
|
360
|
+
- docs/PaymentDevicePaymentMethodAllOf.md
|
|
361
|
+
- docs/PaymentDevicePaymentTokenizationRequest.md
|
|
362
|
+
- docs/PaymentDevicePaymentTokenizationRequestAllOf.md
|
|
363
|
+
- docs/PaymentDevicePreAuthTransaction.md
|
|
364
|
+
- docs/PaymentDevicePreAuthTransactionAllOf.md
|
|
365
|
+
- docs/PaymentDeviceSaleTransaction.md
|
|
366
|
+
- docs/PaymentDeviceSaleTransactionAllOf.md
|
|
323
367
|
- docs/PaymentFacilitator.md
|
|
324
|
-
- docs/PaymentIssuerResponse.md
|
|
325
368
|
- docs/PaymentMethodDetails.md
|
|
326
369
|
- docs/PaymentMethodPaymentSchedulesRequest.md
|
|
327
370
|
- docs/PaymentMethodPaymentSchedulesRequestAllOf.md
|
|
328
371
|
- docs/PaymentMethodType.md
|
|
329
|
-
- docs/
|
|
372
|
+
- docs/PaymentRegistration.md
|
|
330
373
|
- docs/PaymentSchedulesApi.md
|
|
331
374
|
- docs/PaymentSchedulesErrorResponse.md
|
|
332
375
|
- docs/PaymentSchedulesRequest.md
|
|
@@ -348,14 +391,15 @@ files:
|
|
|
348
391
|
- docs/PaymentTokenizationRequest.md
|
|
349
392
|
- docs/PaymentTokenizationResponse.md
|
|
350
393
|
- docs/PaymentURLApi.md
|
|
394
|
+
- docs/PaymentUrlDetail.md
|
|
395
|
+
- docs/PaymentUrlDetailResponse.md
|
|
351
396
|
- docs/PaymentUrlErrorResponse.md
|
|
352
397
|
- docs/PaymentUrlRequest.md
|
|
353
398
|
- docs/PaymentUrlResponse.md
|
|
354
|
-
- docs/
|
|
355
|
-
- docs/PaymentVerificationAvs.md
|
|
356
|
-
- docs/PaymentVerificationCvv.md
|
|
399
|
+
- docs/PaymentUrlStatus.md
|
|
357
400
|
- docs/PaypalCreditTransaction.md
|
|
358
401
|
- docs/PaypalCreditTransactionAllOf.md
|
|
402
|
+
- docs/Phone.md
|
|
359
403
|
- docs/PostAuthTransaction.md
|
|
360
404
|
- docs/PostAuthTransactionAllOf.md
|
|
361
405
|
- docs/PrimaryTransaction.md
|
|
@@ -371,6 +415,8 @@ files:
|
|
|
371
415
|
- docs/ReferencedOrderPaymentSchedulesRequestAllOf.md
|
|
372
416
|
- docs/ReferencedOrderPaymentTokenizationRequest.md
|
|
373
417
|
- docs/ReferencedOrderPaymentTokenizationRequestAllOf.md
|
|
418
|
+
- docs/RegistrationMethod.md
|
|
419
|
+
- docs/RemoveFraudBlockedItemsResponse.md
|
|
374
420
|
- docs/ResponseAmountComponents.md
|
|
375
421
|
- docs/ResponseAmountComponentsAllOf.md
|
|
376
422
|
- docs/ResponseType.md
|
|
@@ -396,13 +442,22 @@ files:
|
|
|
396
442
|
- docs/SepaPaymentMethodAllOf.md
|
|
397
443
|
- docs/SepaSaleTransaction.md
|
|
398
444
|
- docs/SepaSaleTransactionAllOf.md
|
|
445
|
+
- docs/SharedSecretConfigurationRequest.md
|
|
446
|
+
- docs/SharedSecretConfigurationResponse.md
|
|
447
|
+
- docs/ShipToAddress.md
|
|
399
448
|
- docs/Shipping.md
|
|
400
449
|
- docs/SoftDescriptor.md
|
|
401
450
|
- docs/SplitShipment.md
|
|
451
|
+
- docs/StoreFraudSettings.md
|
|
452
|
+
- docs/StoreFraudSettingsResult.md
|
|
453
|
+
- docs/StoreUrlConfiguration.md
|
|
454
|
+
- docs/StoreUrlConfigurationRequest.md
|
|
455
|
+
- docs/StoreUrlConfigurationResponse.md
|
|
456
|
+
- docs/StoreUrlConfigurationResult.md
|
|
402
457
|
- docs/StoredCredential.md
|
|
403
458
|
- docs/SubMerchantData.md
|
|
404
459
|
- docs/SubMerchantSplit.md
|
|
405
|
-
- docs/
|
|
460
|
+
- docs/TokenIdentifier.md
|
|
406
461
|
- docs/TransactionErrorResponse.md
|
|
407
462
|
- docs/TransactionOrigin.md
|
|
408
463
|
- docs/TransactionResponse.md
|
|
@@ -411,7 +466,12 @@ files:
|
|
|
411
466
|
- docs/UnionPayAuthenticationRequestAllOf.md
|
|
412
467
|
- docs/UnionPayAuthenticationVerificationRequest.md
|
|
413
468
|
- docs/UnionPayAuthenticationVerificationRequestAllOf.md
|
|
469
|
+
- docs/UpdateFraudSettingsRequest.md
|
|
470
|
+
- docs/UpdateFraudSettingsResponse.md
|
|
414
471
|
- docs/UsePaymentToken.md
|
|
472
|
+
- docs/Verification3ds.md
|
|
473
|
+
- docs/VerificationAvs.md
|
|
474
|
+
- docs/VerificationCvv.md
|
|
415
475
|
- docs/VoidTransaction.md
|
|
416
476
|
- docs/WalletPaymentMethod.md
|
|
417
477
|
- docs/WalletPreAuthTransaction.md
|
|
@@ -421,6 +481,7 @@ files:
|
|
|
421
481
|
- first_data_gateway.gemspec
|
|
422
482
|
- git_push.sh
|
|
423
483
|
- lib/openapi_client.rb
|
|
484
|
+
- lib/openapi_client/.DS_Store
|
|
424
485
|
- lib/openapi_client/api/authentication_api.rb
|
|
425
486
|
- lib/openapi_client/api/card_info_lookup_api.rb
|
|
426
487
|
- lib/openapi_client/api/card_verification_api.rb
|
|
@@ -455,9 +516,16 @@ files:
|
|
|
455
516
|
- lib/openapi_client/models/authentication_redirect_params.rb
|
|
456
517
|
- lib/openapi_client/models/authentication_verification_request.rb
|
|
457
518
|
- lib/openapi_client/models/avs_response.rb
|
|
519
|
+
- lib/openapi_client/models/bancontact_qr.rb
|
|
458
520
|
- lib/openapi_client/models/basic_response.rb
|
|
459
521
|
- lib/openapi_client/models/billing.rb
|
|
460
522
|
- lib/openapi_client/models/billing_address.rb
|
|
523
|
+
- lib/openapi_client/models/block_card.rb
|
|
524
|
+
- lib/openapi_client/models/block_domain.rb
|
|
525
|
+
- lib/openapi_client/models/block_ip_address.rb
|
|
526
|
+
- lib/openapi_client/models/block_name.rb
|
|
527
|
+
- lib/openapi_client/models/blocked_card_number.rb
|
|
528
|
+
- lib/openapi_client/models/blocked_items.rb
|
|
461
529
|
- lib/openapi_client/models/car_rental.rb
|
|
462
530
|
- lib/openapi_client/models/car_rental_extra_charges.rb
|
|
463
531
|
- lib/openapi_client/models/card.rb
|
|
@@ -474,6 +542,7 @@ files:
|
|
|
474
542
|
- lib/openapi_client/models/client_locale.rb
|
|
475
543
|
- lib/openapi_client/models/client_registration.rb
|
|
476
544
|
- lib/openapi_client/models/contact.rb
|
|
545
|
+
- lib/openapi_client/models/country_profile.rb
|
|
477
546
|
- lib/openapi_client/models/create_payment_token.rb
|
|
478
547
|
- lib/openapi_client/models/currency_conversion.rb
|
|
479
548
|
- lib/openapi_client/models/customer.rb
|
|
@@ -482,9 +551,19 @@ files:
|
|
|
482
551
|
- lib/openapi_client/models/dcc_all_of.rb
|
|
483
552
|
- lib/openapi_client/models/dcc_exchange_rate_request.rb
|
|
484
553
|
- lib/openapi_client/models/dcc_exchange_rate_request_all_of.rb
|
|
554
|
+
- lib/openapi_client/models/decrypted_apple_pay.rb
|
|
555
|
+
- lib/openapi_client/models/decrypted_apple_pay_wallet_payment_method.rb
|
|
556
|
+
- lib/openapi_client/models/decrypted_apple_pay_wallet_payment_method_all_of.rb
|
|
557
|
+
- lib/openapi_client/models/decrypted_google_pay.rb
|
|
558
|
+
- lib/openapi_client/models/decrypted_google_pay_wallet_payment_method.rb
|
|
559
|
+
- lib/openapi_client/models/decrypted_google_pay_wallet_payment_method_all_of.rb
|
|
560
|
+
- lib/openapi_client/models/decrypted_samsung_pay.rb
|
|
561
|
+
- lib/openapi_client/models/decrypted_samsung_pay_wallet_payment_method.rb
|
|
562
|
+
- lib/openapi_client/models/decrypted_samsung_pay_wallet_payment_method_all_of.rb
|
|
485
563
|
- lib/openapi_client/models/device.rb
|
|
486
564
|
- lib/openapi_client/models/disbursement.rb
|
|
487
565
|
- lib/openapi_client/models/disbursement_transaction_type.rb
|
|
566
|
+
- lib/openapi_client/models/disbursement_transaction_type_all_of.rb
|
|
488
567
|
- lib/openapi_client/models/document.rb
|
|
489
568
|
- lib/openapi_client/models/dynamic_pricing.rb
|
|
490
569
|
- lib/openapi_client/models/dynamic_pricing_all_of.rb
|
|
@@ -518,16 +597,21 @@ files:
|
|
|
518
597
|
- lib/openapi_client/models/fraud_registration_error.rb
|
|
519
598
|
- lib/openapi_client/models/fraud_registration_response.rb
|
|
520
599
|
- lib/openapi_client/models/fraud_score.rb
|
|
600
|
+
- lib/openapi_client/models/fraud_settings.rb
|
|
601
|
+
- lib/openapi_client/models/fraud_settings_response.rb
|
|
521
602
|
- lib/openapi_client/models/frequency.rb
|
|
522
603
|
- lib/openapi_client/models/funding_transaction_type.rb
|
|
604
|
+
- lib/openapi_client/models/funding_transaction_type_all_of.rb
|
|
523
605
|
- lib/openapi_client/models/industry_specific_extensions.rb
|
|
524
606
|
- lib/openapi_client/models/installment_options.rb
|
|
525
607
|
- lib/openapi_client/models/issuer_response.rb
|
|
526
608
|
- lib/openapi_client/models/items.rb
|
|
527
609
|
- lib/openapi_client/models/location.rb
|
|
610
|
+
- lib/openapi_client/models/lockout_time.rb
|
|
528
611
|
- lib/openapi_client/models/lodging.rb
|
|
529
612
|
- lib/openapi_client/models/lodging_extra_charges.rb
|
|
530
613
|
- lib/openapi_client/models/loyalty.rb
|
|
614
|
+
- lib/openapi_client/models/maximum_purchase_amount.rb
|
|
531
615
|
- lib/openapi_client/models/merchant.rb
|
|
532
616
|
- lib/openapi_client/models/method.rb
|
|
533
617
|
- lib/openapi_client/models/order.rb
|
|
@@ -615,6 +699,7 @@ files:
|
|
|
615
699
|
- lib/openapi_client/models/referenced_order_payment_tokenization_request.rb
|
|
616
700
|
- lib/openapi_client/models/referenced_order_payment_tokenization_request_all_of.rb
|
|
617
701
|
- lib/openapi_client/models/registration_method.rb
|
|
702
|
+
- lib/openapi_client/models/remove_fraud_blocked_items_response.rb
|
|
618
703
|
- lib/openapi_client/models/response_amount_components.rb
|
|
619
704
|
- lib/openapi_client/models/response_amount_components_all_of.rb
|
|
620
705
|
- lib/openapi_client/models/response_type.rb
|
|
@@ -630,6 +715,7 @@ files:
|
|
|
630
715
|
- lib/openapi_client/models/secure3_d21_authentication_result.rb
|
|
631
716
|
- lib/openapi_client/models/secure3_d21_authentication_result_all_of.rb
|
|
632
717
|
- lib/openapi_client/models/secure3d_authentication_request.rb
|
|
718
|
+
- lib/openapi_client/models/secure3d_authentication_request_all_of.rb
|
|
633
719
|
- lib/openapi_client/models/secure3d_authentication_verification_request.rb
|
|
634
720
|
- lib/openapi_client/models/secure3d_authentication_verification_request_all_of.rb
|
|
635
721
|
- lib/openapi_client/models/secure3d_response.rb
|
|
@@ -640,13 +726,22 @@ files:
|
|
|
640
726
|
- lib/openapi_client/models/sepa_payment_method_all_of.rb
|
|
641
727
|
- lib/openapi_client/models/sepa_sale_transaction.rb
|
|
642
728
|
- lib/openapi_client/models/sepa_sale_transaction_all_of.rb
|
|
729
|
+
- lib/openapi_client/models/shared_secret_configuration_request.rb
|
|
730
|
+
- lib/openapi_client/models/shared_secret_configuration_response.rb
|
|
643
731
|
- lib/openapi_client/models/ship_to_address.rb
|
|
644
732
|
- lib/openapi_client/models/shipping.rb
|
|
645
733
|
- lib/openapi_client/models/soft_descriptor.rb
|
|
646
734
|
- lib/openapi_client/models/split_shipment.rb
|
|
735
|
+
- lib/openapi_client/models/store_fraud_settings.rb
|
|
736
|
+
- lib/openapi_client/models/store_fraud_settings_result.rb
|
|
737
|
+
- lib/openapi_client/models/store_url_configuration.rb
|
|
738
|
+
- lib/openapi_client/models/store_url_configuration_request.rb
|
|
739
|
+
- lib/openapi_client/models/store_url_configuration_response.rb
|
|
740
|
+
- lib/openapi_client/models/store_url_configuration_result.rb
|
|
647
741
|
- lib/openapi_client/models/stored_credential.rb
|
|
648
742
|
- lib/openapi_client/models/sub_merchant_data.rb
|
|
649
743
|
- lib/openapi_client/models/sub_merchant_split.rb
|
|
744
|
+
- lib/openapi_client/models/token_identifier.rb
|
|
650
745
|
- lib/openapi_client/models/transaction_error_response.rb
|
|
651
746
|
- lib/openapi_client/models/transaction_origin.rb
|
|
652
747
|
- lib/openapi_client/models/transaction_response.rb
|
|
@@ -655,11 +750,14 @@ files:
|
|
|
655
750
|
- lib/openapi_client/models/union_pay_authentication_request_all_of.rb
|
|
656
751
|
- lib/openapi_client/models/union_pay_authentication_verification_request.rb
|
|
657
752
|
- lib/openapi_client/models/union_pay_authentication_verification_request_all_of.rb
|
|
753
|
+
- lib/openapi_client/models/update_fraud_settings_request.rb
|
|
754
|
+
- lib/openapi_client/models/update_fraud_settings_response.rb
|
|
658
755
|
- lib/openapi_client/models/use_payment_token.rb
|
|
659
756
|
- lib/openapi_client/models/verification3ds.rb
|
|
660
757
|
- lib/openapi_client/models/verification_avs.rb
|
|
661
758
|
- lib/openapi_client/models/verification_cvv.rb
|
|
662
759
|
- lib/openapi_client/models/void_transaction.rb
|
|
760
|
+
- lib/openapi_client/models/void_transaction_all_of.rb
|
|
663
761
|
- lib/openapi_client/models/wallet_payment_method.rb
|
|
664
762
|
- lib/openapi_client/models/wallet_pre_auth_transaction.rb
|
|
665
763
|
- lib/openapi_client/models/wallet_pre_auth_transaction_all_of.rb
|
|
@@ -704,10 +802,16 @@ files:
|
|
|
704
802
|
- spec/models/authentication_spec.rb
|
|
705
803
|
- spec/models/authentication_verification_request_spec.rb
|
|
706
804
|
- spec/models/avs_response_spec.rb
|
|
805
|
+
- spec/models/bancontact_qr_spec.rb
|
|
707
806
|
- spec/models/basic_response_spec.rb
|
|
708
|
-
- spec/models/billing_address_phone_spec.rb
|
|
709
807
|
- spec/models/billing_address_spec.rb
|
|
710
808
|
- spec/models/billing_spec.rb
|
|
809
|
+
- spec/models/block_card_spec.rb
|
|
810
|
+
- spec/models/block_domain_spec.rb
|
|
811
|
+
- spec/models/block_ip_address_spec.rb
|
|
812
|
+
- spec/models/block_name_spec.rb
|
|
813
|
+
- spec/models/blocked_card_number_spec.rb
|
|
814
|
+
- spec/models/blocked_items_spec.rb
|
|
711
815
|
- spec/models/car_rental_extra_charges_spec.rb
|
|
712
816
|
- spec/models/car_rental_spec.rb
|
|
713
817
|
- spec/models/card_function_spec.rb
|
|
@@ -722,17 +826,26 @@ files:
|
|
|
722
826
|
- spec/models/china_pn_r_sale_transaction_all_of_spec.rb
|
|
723
827
|
- spec/models/china_pn_r_sale_transaction_spec.rb
|
|
724
828
|
- spec/models/client_locale_spec.rb
|
|
829
|
+
- spec/models/client_registration_spec.rb
|
|
725
830
|
- spec/models/contact_spec.rb
|
|
831
|
+
- spec/models/country_profile_spec.rb
|
|
726
832
|
- spec/models/create_payment_token_spec.rb
|
|
727
833
|
- spec/models/currency_conversion_spec.rb
|
|
728
|
-
- spec/models/customer_address_phone_spec.rb
|
|
729
834
|
- spec/models/customer_address_spec.rb
|
|
730
835
|
- spec/models/customer_spec.rb
|
|
731
836
|
- spec/models/dcc_all_of_spec.rb
|
|
732
837
|
- spec/models/dcc_exchange_rate_request_all_of_spec.rb
|
|
733
838
|
- spec/models/dcc_exchange_rate_request_spec.rb
|
|
734
839
|
- spec/models/dcc_spec.rb
|
|
735
|
-
- spec/models/
|
|
840
|
+
- spec/models/decrypted_apple_pay_spec.rb
|
|
841
|
+
- spec/models/decrypted_apple_pay_wallet_payment_method_all_of_spec.rb
|
|
842
|
+
- spec/models/decrypted_apple_pay_wallet_payment_method_spec.rb
|
|
843
|
+
- spec/models/decrypted_google_pay_spec.rb
|
|
844
|
+
- spec/models/decrypted_google_pay_wallet_payment_method_all_of_spec.rb
|
|
845
|
+
- spec/models/decrypted_google_pay_wallet_payment_method_spec.rb
|
|
846
|
+
- spec/models/decrypted_samsung_pay_spec.rb
|
|
847
|
+
- spec/models/decrypted_samsung_pay_wallet_payment_method_all_of_spec.rb
|
|
848
|
+
- spec/models/decrypted_samsung_pay_wallet_payment_method_spec.rb
|
|
736
849
|
- spec/models/device_spec.rb
|
|
737
850
|
- spec/models/disbursement_spec.rb
|
|
738
851
|
- spec/models/disbursement_transaction_type_spec.rb
|
|
@@ -749,25 +862,42 @@ files:
|
|
|
749
862
|
- spec/models/encrypted_google_pay_spec.rb
|
|
750
863
|
- spec/models/encrypted_google_pay_wallet_payment_method_all_of_spec.rb
|
|
751
864
|
- spec/models/encrypted_google_pay_wallet_payment_method_spec.rb
|
|
865
|
+
- spec/models/encrypted_samsung_pay_spec.rb
|
|
866
|
+
- spec/models/encrypted_samsung_pay_wallet_payment_method_all_of_spec.rb
|
|
867
|
+
- spec/models/encrypted_samsung_pay_wallet_payment_method_spec.rb
|
|
752
868
|
- spec/models/error_details_spec.rb
|
|
869
|
+
- spec/models/error_message_spec.rb
|
|
753
870
|
- spec/models/error_response_spec.rb
|
|
754
871
|
- spec/models/error_spec.rb
|
|
755
872
|
- spec/models/exchange_rate_request_spec.rb
|
|
756
873
|
- spec/models/exchange_rate_response_spec.rb
|
|
757
874
|
- spec/models/expiration_spec.rb
|
|
875
|
+
- spec/models/fraud_address_spec.rb
|
|
758
876
|
- spec/models/fraud_order_items_spec.rb
|
|
759
|
-
- spec/models/fraud_order_ship_to_address_spec.rb
|
|
760
877
|
- spec/models/fraud_order_spec.rb
|
|
878
|
+
- spec/models/fraud_registration_card_spec.rb
|
|
879
|
+
- spec/models/fraud_registration_device_items_spec.rb
|
|
880
|
+
- spec/models/fraud_registration_device_spec.rb
|
|
881
|
+
- spec/models/fraud_registration_error_spec.rb
|
|
882
|
+
- spec/models/fraud_registration_response_spec.rb
|
|
883
|
+
- spec/models/fraud_registration_spec.rb
|
|
884
|
+
- spec/models/fraud_score_spec.rb
|
|
885
|
+
- spec/models/fraud_settings_response_spec.rb
|
|
886
|
+
- spec/models/fraud_settings_spec.rb
|
|
761
887
|
- spec/models/frequency_spec.rb
|
|
762
888
|
- spec/models/funding_transaction_type_spec.rb
|
|
763
889
|
- spec/models/industry_specific_extensions_spec.rb
|
|
764
890
|
- spec/models/installment_options_spec.rb
|
|
891
|
+
- spec/models/issuer_response_spec.rb
|
|
892
|
+
- spec/models/items_spec.rb
|
|
893
|
+
- spec/models/location_spec.rb
|
|
894
|
+
- spec/models/lockout_time_spec.rb
|
|
765
895
|
- spec/models/lodging_extra_charges_spec.rb
|
|
766
896
|
- spec/models/lodging_spec.rb
|
|
767
897
|
- spec/models/loyalty_spec.rb
|
|
768
|
-
- spec/models/
|
|
769
|
-
- spec/models/merchant_location_spec.rb
|
|
898
|
+
- spec/models/maximum_purchase_amount_spec.rb
|
|
770
899
|
- spec/models/merchant_spec.rb
|
|
900
|
+
- spec/models/method_spec.rb
|
|
771
901
|
- spec/models/order_error_response_spec.rb
|
|
772
902
|
- spec/models/order_response_spec.rb
|
|
773
903
|
- spec/models/order_spec.rb
|
|
@@ -790,13 +920,25 @@ files:
|
|
|
790
920
|
- spec/models/payment_card_sale_transaction_all_of_spec.rb
|
|
791
921
|
- spec/models/payment_card_sale_transaction_spec.rb
|
|
792
922
|
- spec/models/payment_card_spec.rb
|
|
923
|
+
- spec/models/payment_device_credit_transaction_all_of_spec.rb
|
|
924
|
+
- spec/models/payment_device_credit_transaction_spec.rb
|
|
925
|
+
- spec/models/payment_device_disbursement_transaction_all_of_spec.rb
|
|
926
|
+
- spec/models/payment_device_disbursement_transaction_spec.rb
|
|
927
|
+
- spec/models/payment_device_payment_method_all_of_spec.rb
|
|
928
|
+
- spec/models/payment_device_payment_method_spec.rb
|
|
929
|
+
- spec/models/payment_device_payment_tokenization_request_all_of_spec.rb
|
|
930
|
+
- spec/models/payment_device_payment_tokenization_request_spec.rb
|
|
931
|
+
- spec/models/payment_device_pre_auth_transaction_all_of_spec.rb
|
|
932
|
+
- spec/models/payment_device_pre_auth_transaction_spec.rb
|
|
933
|
+
- spec/models/payment_device_sale_transaction_all_of_spec.rb
|
|
934
|
+
- spec/models/payment_device_sale_transaction_spec.rb
|
|
935
|
+
- spec/models/payment_device_spec.rb
|
|
793
936
|
- spec/models/payment_facilitator_spec.rb
|
|
794
|
-
- spec/models/payment_issuer_response_spec.rb
|
|
795
937
|
- spec/models/payment_method_details_spec.rb
|
|
796
938
|
- spec/models/payment_method_payment_schedules_request_all_of_spec.rb
|
|
797
939
|
- spec/models/payment_method_payment_schedules_request_spec.rb
|
|
798
940
|
- spec/models/payment_method_type_spec.rb
|
|
799
|
-
- spec/models/
|
|
941
|
+
- spec/models/payment_registration_spec.rb
|
|
800
942
|
- spec/models/payment_schedules_error_response_spec.rb
|
|
801
943
|
- spec/models/payment_schedules_request_spec.rb
|
|
802
944
|
- spec/models/payment_schedules_response_spec.rb
|
|
@@ -816,14 +958,15 @@ files:
|
|
|
816
958
|
- spec/models/payment_tokenization_error_response_spec.rb
|
|
817
959
|
- spec/models/payment_tokenization_request_spec.rb
|
|
818
960
|
- spec/models/payment_tokenization_response_spec.rb
|
|
961
|
+
- spec/models/payment_url_detail_response_spec.rb
|
|
962
|
+
- spec/models/payment_url_detail_spec.rb
|
|
819
963
|
- spec/models/payment_url_error_response_spec.rb
|
|
820
964
|
- spec/models/payment_url_request_spec.rb
|
|
821
965
|
- spec/models/payment_url_response_spec.rb
|
|
822
|
-
- spec/models/
|
|
823
|
-
- spec/models/payment_verification_avs_spec.rb
|
|
824
|
-
- spec/models/payment_verification_cvv_spec.rb
|
|
966
|
+
- spec/models/payment_url_status_spec.rb
|
|
825
967
|
- spec/models/paypal_credit_transaction_all_of_spec.rb
|
|
826
968
|
- spec/models/paypal_credit_transaction_spec.rb
|
|
969
|
+
- spec/models/phone_spec.rb
|
|
827
970
|
- spec/models/post_auth_transaction_all_of_spec.rb
|
|
828
971
|
- spec/models/post_auth_transaction_spec.rb
|
|
829
972
|
- spec/models/primary_transaction_spec.rb
|
|
@@ -839,6 +982,8 @@ files:
|
|
|
839
982
|
- spec/models/referenced_order_payment_schedules_request_spec.rb
|
|
840
983
|
- spec/models/referenced_order_payment_tokenization_request_all_of_spec.rb
|
|
841
984
|
- spec/models/referenced_order_payment_tokenization_request_spec.rb
|
|
985
|
+
- spec/models/registration_method_spec.rb
|
|
986
|
+
- spec/models/remove_fraud_blocked_items_response_spec.rb
|
|
842
987
|
- spec/models/response_amount_components_all_of_spec.rb
|
|
843
988
|
- spec/models/response_amount_components_spec.rb
|
|
844
989
|
- spec/models/response_type_spec.rb
|
|
@@ -864,22 +1009,36 @@ files:
|
|
|
864
1009
|
- spec/models/sepa_sale_transaction_all_of_spec.rb
|
|
865
1010
|
- spec/models/sepa_sale_transaction_spec.rb
|
|
866
1011
|
- spec/models/sepa_spec.rb
|
|
1012
|
+
- spec/models/shared_secret_configuration_request_spec.rb
|
|
1013
|
+
- spec/models/shared_secret_configuration_response_spec.rb
|
|
1014
|
+
- spec/models/ship_to_address_spec.rb
|
|
867
1015
|
- spec/models/shipping_spec.rb
|
|
868
1016
|
- spec/models/soft_descriptor_spec.rb
|
|
869
1017
|
- spec/models/split_shipment_spec.rb
|
|
1018
|
+
- spec/models/store_fraud_settings_result_spec.rb
|
|
1019
|
+
- spec/models/store_fraud_settings_spec.rb
|
|
1020
|
+
- spec/models/store_url_configuration_request_spec.rb
|
|
1021
|
+
- spec/models/store_url_configuration_response_spec.rb
|
|
1022
|
+
- spec/models/store_url_configuration_result_spec.rb
|
|
1023
|
+
- spec/models/store_url_configuration_spec.rb
|
|
870
1024
|
- spec/models/stored_credential_spec.rb
|
|
871
1025
|
- spec/models/sub_merchant_data_spec.rb
|
|
872
1026
|
- spec/models/sub_merchant_split_spec.rb
|
|
1027
|
+
- spec/models/token_identifier_spec.rb
|
|
873
1028
|
- spec/models/transaction_error_response_spec.rb
|
|
874
1029
|
- spec/models/transaction_origin_spec.rb
|
|
875
1030
|
- spec/models/transaction_response_spec.rb
|
|
876
|
-
- spec/models/transaction_spec.rb
|
|
877
1031
|
- spec/models/transaction_type_spec.rb
|
|
878
1032
|
- spec/models/union_pay_authentication_request_all_of_spec.rb
|
|
879
1033
|
- spec/models/union_pay_authentication_request_spec.rb
|
|
880
1034
|
- spec/models/union_pay_authentication_verification_request_all_of_spec.rb
|
|
881
1035
|
- spec/models/union_pay_authentication_verification_request_spec.rb
|
|
1036
|
+
- spec/models/update_fraud_settings_request_spec.rb
|
|
1037
|
+
- spec/models/update_fraud_settings_response_spec.rb
|
|
882
1038
|
- spec/models/use_payment_token_spec.rb
|
|
1039
|
+
- spec/models/verification3ds_spec.rb
|
|
1040
|
+
- spec/models/verification_avs_spec.rb
|
|
1041
|
+
- spec/models/verification_cvv_spec.rb
|
|
883
1042
|
- spec/models/void_transaction_spec.rb
|
|
884
1043
|
- spec/models/wallet_payment_method_spec.rb
|
|
885
1044
|
- spec/models/wallet_pre_auth_transaction_all_of_spec.rb
|
|
@@ -936,17 +1095,23 @@ test_files:
|
|
|
936
1095
|
- spec/models/payment_token_details_all_of_spec.rb
|
|
937
1096
|
- spec/models/shipping_spec.rb
|
|
938
1097
|
- spec/models/payment_url_request_spec.rb
|
|
1098
|
+
- spec/models/store_url_configuration_response_spec.rb
|
|
939
1099
|
- spec/models/referenced_order_payment_schedules_request_spec.rb
|
|
940
1100
|
- spec/models/post_auth_transaction_spec.rb
|
|
941
1101
|
- spec/models/paypal_credit_transaction_spec.rb
|
|
942
1102
|
- spec/models/ali_pay_payment_method_spec.rb
|
|
1103
|
+
- spec/models/decrypted_samsung_pay_wallet_payment_method_all_of_spec.rb
|
|
943
1104
|
- spec/models/wallet_pre_auth_transaction_all_of_spec.rb
|
|
944
1105
|
- spec/models/response_amount_components_spec.rb
|
|
1106
|
+
- spec/models/block_ip_address_spec.rb
|
|
1107
|
+
- spec/models/payment_device_sale_transaction_all_of_spec.rb
|
|
945
1108
|
- spec/models/encrypted_apple_pay_header_spec.rb
|
|
1109
|
+
- spec/models/encrypted_samsung_pay_wallet_payment_method_spec.rb
|
|
946
1110
|
- spec/models/secondary_transaction_spec.rb
|
|
947
1111
|
- spec/models/avs_response_spec.rb
|
|
948
1112
|
- spec/models/payment_card_payment_tokenization_request_spec.rb
|
|
949
1113
|
- spec/models/payment_token_pre_auth_transaction_spec.rb
|
|
1114
|
+
- spec/models/decrypted_google_pay_spec.rb
|
|
950
1115
|
- spec/models/payment_card_disbursement_transaction_all_of_spec.rb
|
|
951
1116
|
- spec/models/ali_pay_payment_method_all_of_spec.rb
|
|
952
1117
|
- spec/models/payment_card_payment_tokenization_request_all_of_spec.rb
|
|
@@ -957,8 +1122,9 @@ test_files:
|
|
|
957
1122
|
- spec/models/payment_card_payment_method_spec.rb
|
|
958
1123
|
- spec/models/payment_token_credit_transaction_all_of_spec.rb
|
|
959
1124
|
- spec/models/airline_spec.rb
|
|
1125
|
+
- spec/models/payment_registration_spec.rb
|
|
960
1126
|
- spec/models/payment_token_disbursement_transaction_spec.rb
|
|
961
|
-
- spec/models/
|
|
1127
|
+
- spec/models/payment_device_spec.rb
|
|
962
1128
|
- spec/models/error_response_spec.rb
|
|
963
1129
|
- spec/models/purchase_cards_level3_line_items_spec.rb
|
|
964
1130
|
- spec/models/union_pay_authentication_request_all_of_spec.rb
|
|
@@ -974,33 +1140,45 @@ test_files:
|
|
|
974
1140
|
- spec/models/dcc_exchange_rate_request_spec.rb
|
|
975
1141
|
- spec/models/payment_token_pre_auth_transaction_all_of_spec.rb
|
|
976
1142
|
- spec/models/referenced_order_payment_tokenization_request_spec.rb
|
|
977
|
-
- spec/models/payment_verification_cvv_spec.rb
|
|
978
1143
|
- spec/models/exchange_rate_request_spec.rb
|
|
1144
|
+
- spec/models/blocked_card_number_spec.rb
|
|
1145
|
+
- spec/models/bancontact_qr_spec.rb
|
|
979
1146
|
- spec/models/encrypted_google_pay_wallet_payment_method_all_of_spec.rb
|
|
1147
|
+
- spec/models/blocked_items_spec.rb
|
|
980
1148
|
- spec/models/wallet_payment_method_spec.rb
|
|
981
1149
|
- spec/models/authentication_redirect_params_spec.rb
|
|
982
1150
|
- spec/models/expiration_spec.rb
|
|
1151
|
+
- spec/models/payment_device_payment_method_all_of_spec.rb
|
|
1152
|
+
- spec/models/fraud_registration_error_spec.rb
|
|
983
1153
|
- spec/models/fraud_order_spec.rb
|
|
1154
|
+
- spec/models/payment_url_status_spec.rb
|
|
984
1155
|
- spec/models/china_pn_r_sale_transaction_all_of_spec.rb
|
|
1156
|
+
- spec/models/decrypted_google_pay_wallet_payment_method_spec.rb
|
|
985
1157
|
- spec/models/purchase_cards_spec.rb
|
|
986
|
-
- spec/models/payment_verification_avs_spec.rb
|
|
987
1158
|
- spec/models/stored_credential_spec.rb
|
|
988
1159
|
- spec/models/pay_pal_payment_method_spec.rb
|
|
989
1160
|
- spec/models/score_only_response_spec.rb
|
|
990
1161
|
- spec/models/order_response_spec.rb
|
|
991
1162
|
- spec/models/device_spec.rb
|
|
1163
|
+
- spec/models/store_url_configuration_request_spec.rb
|
|
992
1164
|
- spec/models/customer_address_spec.rb
|
|
993
1165
|
- spec/models/payment_card_sale_transaction_spec.rb
|
|
1166
|
+
- spec/models/country_profile_spec.rb
|
|
994
1167
|
- spec/models/use_payment_token_spec.rb
|
|
995
1168
|
- spec/models/secure3_d10_authentication_result_all_of_spec.rb
|
|
996
1169
|
- spec/models/sepa_payment_method_all_of_spec.rb
|
|
997
1170
|
- spec/models/void_transaction_spec.rb
|
|
998
1171
|
- spec/models/payment_card_sale_transaction_all_of_spec.rb
|
|
1172
|
+
- spec/models/decrypted_apple_pay_wallet_payment_method_spec.rb
|
|
1173
|
+
- spec/models/payment_url_detail_spec.rb
|
|
999
1174
|
- spec/models/payment_method_payment_schedules_request_all_of_spec.rb
|
|
1000
1175
|
- spec/models/payment_token_payment_method_spec.rb
|
|
1176
|
+
- spec/models/update_fraud_settings_request_spec.rb
|
|
1001
1177
|
- spec/models/payment_card_forced_ticket_transaction_spec.rb
|
|
1002
1178
|
- spec/models/encrypted_google_pay_wallet_payment_method_spec.rb
|
|
1003
|
-
- spec/models/
|
|
1179
|
+
- spec/models/shared_secret_configuration_response_spec.rb
|
|
1180
|
+
- spec/models/payment_url_detail_response_spec.rb
|
|
1181
|
+
- spec/models/phone_spec.rb
|
|
1004
1182
|
- spec/models/access_token_response_spec.rb
|
|
1005
1183
|
- spec/models/ali_pay_sale_transaction_all_of_spec.rb
|
|
1006
1184
|
- spec/models/card_spec.rb
|
|
@@ -1009,10 +1187,14 @@ test_files:
|
|
|
1009
1187
|
- spec/models/payment_card_pre_auth_transaction_all_of_spec.rb
|
|
1010
1188
|
- spec/models/card_function_spec.rb
|
|
1011
1189
|
- spec/models/pay_pal_payment_method_all_of_spec.rb
|
|
1190
|
+
- spec/models/payment_device_sale_transaction_spec.rb
|
|
1012
1191
|
- spec/models/secure3d_authentication_verification_request_all_of_spec.rb
|
|
1192
|
+
- spec/models/payment_device_credit_transaction_all_of_spec.rb
|
|
1013
1193
|
- spec/models/processor_data_spec.rb
|
|
1014
1194
|
- spec/models/payment_card_payer_auth_transaction_all_of_spec.rb
|
|
1015
1195
|
- spec/models/basic_response_spec.rb
|
|
1196
|
+
- spec/models/fraud_registration_device_items_spec.rb
|
|
1197
|
+
- spec/models/maximum_purchase_amount_spec.rb
|
|
1016
1198
|
- spec/models/wallet_pre_auth_transaction_spec.rb
|
|
1017
1199
|
- spec/models/amount_spec.rb
|
|
1018
1200
|
- spec/models/referenced_order_payment_tokenization_request_all_of_spec.rb
|
|
@@ -1021,25 +1203,32 @@ test_files:
|
|
|
1021
1203
|
- spec/models/additional_amount_rate_spec.rb
|
|
1022
1204
|
- spec/models/industry_specific_extensions_spec.rb
|
|
1023
1205
|
- spec/models/payment_spec.rb
|
|
1024
|
-
- spec/models/billing_address_phone_spec.rb
|
|
1025
1206
|
- spec/models/split_shipment_spec.rb
|
|
1026
1207
|
- spec/models/dynamic_pricing_spec.rb
|
|
1027
1208
|
- spec/models/sepa_spec.rb
|
|
1209
|
+
- spec/models/store_url_configuration_result_spec.rb
|
|
1210
|
+
- spec/models/decrypted_samsung_pay_wallet_payment_method_spec.rb
|
|
1211
|
+
- spec/models/update_fraud_settings_response_spec.rb
|
|
1212
|
+
- spec/models/issuer_response_spec.rb
|
|
1028
1213
|
- spec/models/union_pay_authentication_verification_request_all_of_spec.rb
|
|
1029
1214
|
- spec/models/score_only_request_spec.rb
|
|
1030
1215
|
- spec/models/card_verification_request_spec.rb
|
|
1031
1216
|
- spec/models/union_pay_authentication_request_spec.rb
|
|
1217
|
+
- spec/models/store_fraud_settings_spec.rb
|
|
1032
1218
|
- spec/models/payment_card_spec.rb
|
|
1033
1219
|
- spec/models/customer_spec.rb
|
|
1220
|
+
- spec/models/decrypted_google_pay_wallet_payment_method_all_of_spec.rb
|
|
1221
|
+
- spec/models/decrypted_samsung_pay_spec.rb
|
|
1034
1222
|
- spec/models/china_pn_r_sale_transaction_spec.rb
|
|
1035
1223
|
- spec/models/card_info_spec.rb
|
|
1036
1224
|
- spec/models/payment_token_payment_method_all_of_spec.rb
|
|
1037
1225
|
- spec/models/return_transaction_spec.rb
|
|
1038
1226
|
- spec/models/secure3d_authentication_verification_request_spec.rb
|
|
1227
|
+
- spec/models/store_fraud_settings_result_spec.rb
|
|
1228
|
+
- spec/models/token_identifier_spec.rb
|
|
1039
1229
|
- spec/models/china_domestic_spec.rb
|
|
1040
1230
|
- spec/models/purchase_cards_level2_spec.rb
|
|
1041
|
-
- spec/models/
|
|
1042
|
-
- spec/models/merchant_location_merchant_address_spec.rb
|
|
1231
|
+
- spec/models/verification3ds_spec.rb
|
|
1043
1232
|
- spec/models/car_rental_extra_charges_spec.rb
|
|
1044
1233
|
- spec/models/post_auth_transaction_all_of_spec.rb
|
|
1045
1234
|
- spec/models/pay_pal_spec.rb
|
|
@@ -1050,17 +1239,21 @@ test_files:
|
|
|
1050
1239
|
- spec/models/china_domestic_payment_method_spec.rb
|
|
1051
1240
|
- spec/models/paypal_credit_transaction_all_of_spec.rb
|
|
1052
1241
|
- spec/models/authentication_verification_request_spec.rb
|
|
1242
|
+
- spec/models/verification_cvv_spec.rb
|
|
1053
1243
|
- spec/models/encrypted_apple_pay_spec.rb
|
|
1244
|
+
- spec/models/location_spec.rb
|
|
1054
1245
|
- spec/models/disbursement_spec.rb
|
|
1055
1246
|
- spec/models/sepa_sale_transaction_all_of_spec.rb
|
|
1056
1247
|
- spec/models/transaction_origin_spec.rb
|
|
1057
1248
|
- spec/models/lodging_extra_charges_spec.rb
|
|
1058
1249
|
- spec/models/wallet_sale_transaction_all_of_spec.rb
|
|
1059
1250
|
- spec/models/receiver_info_spec.rb
|
|
1251
|
+
- spec/models/payment_device_disbursement_transaction_all_of_spec.rb
|
|
1060
1252
|
- spec/models/transaction_type_spec.rb
|
|
1061
1253
|
- spec/models/transaction_response_spec.rb
|
|
1062
1254
|
- spec/models/response_type_spec.rb
|
|
1063
1255
|
- spec/models/loyalty_spec.rb
|
|
1256
|
+
- spec/models/encrypted_samsung_pay_wallet_payment_method_all_of_spec.rb
|
|
1064
1257
|
- spec/models/union_pay_authentication_verification_request_spec.rb
|
|
1065
1258
|
- spec/models/payment_schedules_error_response_spec.rb
|
|
1066
1259
|
- spec/models/order_error_response_spec.rb
|
|
@@ -1071,60 +1264,87 @@ test_files:
|
|
|
1071
1264
|
- spec/models/payment_url_error_response_spec.rb
|
|
1072
1265
|
- spec/models/payment_token_sale_transaction_spec.rb
|
|
1073
1266
|
- spec/models/secure3_d10_authentication_result_spec.rb
|
|
1267
|
+
- spec/models/fraud_registration_spec.rb
|
|
1268
|
+
- spec/models/registration_method_spec.rb
|
|
1074
1269
|
- spec/models/ali_pay_spec.rb
|
|
1270
|
+
- spec/models/method_spec.rb
|
|
1075
1271
|
- spec/models/response_amount_components_all_of_spec.rb
|
|
1076
1272
|
- spec/models/currency_conversion_spec.rb
|
|
1273
|
+
- spec/models/error_message_spec.rb
|
|
1077
1274
|
- spec/models/purchase_cards_level3_spec.rb
|
|
1078
1275
|
- spec/models/authentication_redirect_spec.rb
|
|
1079
1276
|
- spec/models/billing_address_spec.rb
|
|
1080
1277
|
- spec/models/account_updater_response_spec.rb
|
|
1081
1278
|
- spec/models/order_spec.rb
|
|
1082
|
-
- spec/models/
|
|
1279
|
+
- spec/models/fraud_settings_response_spec.rb
|
|
1083
1280
|
- spec/models/merchant_spec.rb
|
|
1084
1281
|
- spec/models/soft_descriptor_spec.rb
|
|
1085
1282
|
- spec/models/primary_transaction_spec.rb
|
|
1283
|
+
- spec/models/fraud_registration_response_spec.rb
|
|
1086
1284
|
- spec/models/client_locale_spec.rb
|
|
1087
1285
|
- spec/models/encrypted_google_pay_spec.rb
|
|
1286
|
+
- spec/models/payment_device_payment_tokenization_request_all_of_spec.rb
|
|
1088
1287
|
- spec/models/frequency_spec.rb
|
|
1089
1288
|
- spec/models/dcc_spec.rb
|
|
1090
1289
|
- spec/models/lodging_spec.rb
|
|
1091
1290
|
- spec/models/payment_method_payment_schedules_request_spec.rb
|
|
1092
1291
|
- spec/models/payment_url_response_spec.rb
|
|
1292
|
+
- spec/models/remove_fraud_blocked_items_response_spec.rb
|
|
1293
|
+
- spec/models/fraud_settings_spec.rb
|
|
1093
1294
|
- spec/models/fraud_order_items_spec.rb
|
|
1094
1295
|
- spec/models/sender_info_spec.rb
|
|
1095
1296
|
- spec/models/car_rental_spec.rb
|
|
1096
1297
|
- spec/models/return_transaction_all_of_spec.rb
|
|
1097
1298
|
- spec/models/payment_schedules_response_spec.rb
|
|
1098
1299
|
- spec/models/secure3d_authentication_request_spec.rb
|
|
1300
|
+
- spec/models/ship_to_address_spec.rb
|
|
1099
1301
|
- spec/models/china_domestic_payment_method_all_of_spec.rb
|
|
1100
|
-
- spec/models/
|
|
1302
|
+
- spec/models/decrypted_apple_pay_spec.rb
|
|
1303
|
+
- spec/models/store_url_configuration_spec.rb
|
|
1304
|
+
- spec/models/fraud_registration_device_spec.rb
|
|
1101
1305
|
- spec/models/payment_card_forced_ticket_transaction_all_of_spec.rb
|
|
1102
1306
|
- spec/models/installment_options_spec.rb
|
|
1103
1307
|
- spec/models/referenced_order_payment_schedules_request_all_of_spec.rb
|
|
1104
1308
|
- spec/models/secure3d_response_spec.rb
|
|
1105
1309
|
- spec/models/payment_token_details_spec.rb
|
|
1310
|
+
- spec/models/payment_device_disbursement_transaction_spec.rb
|
|
1106
1311
|
- spec/models/encrypted_apple_pay_wallet_payment_method_spec.rb
|
|
1312
|
+
- spec/models/shared_secret_configuration_request_spec.rb
|
|
1313
|
+
- spec/models/payment_device_payment_method_spec.rb
|
|
1314
|
+
- spec/models/payment_device_credit_transaction_spec.rb
|
|
1107
1315
|
- spec/models/sub_merchant_split_spec.rb
|
|
1316
|
+
- spec/models/fraud_score_spec.rb
|
|
1108
1317
|
- spec/models/encrypted_google_pay_data_spec.rb
|
|
1109
1318
|
- spec/models/recurring_payment_details_response_spec.rb
|
|
1110
1319
|
- spec/models/document_spec.rb
|
|
1320
|
+
- spec/models/client_registration_spec.rb
|
|
1111
1321
|
- spec/models/payment_token_disbursement_transaction_all_of_spec.rb
|
|
1112
1322
|
- spec/models/payment_tokenization_request_spec.rb
|
|
1323
|
+
- spec/models/payment_device_payment_tokenization_request_spec.rb
|
|
1113
1324
|
- spec/models/payment_tokenization_error_response_spec.rb
|
|
1114
1325
|
- spec/models/recurring_payment_details_spec.rb
|
|
1115
1326
|
- spec/models/payment_card_payment_method_all_of_spec.rb
|
|
1327
|
+
- spec/models/verification_avs_spec.rb
|
|
1328
|
+
- spec/models/block_card_spec.rb
|
|
1116
1329
|
- spec/models/dcc_exchange_rate_request_all_of_spec.rb
|
|
1117
1330
|
- spec/models/payment_facilitator_spec.rb
|
|
1118
|
-
- spec/models/
|
|
1331
|
+
- spec/models/encrypted_samsung_pay_spec.rb
|
|
1332
|
+
- spec/models/decrypted_apple_pay_wallet_payment_method_all_of_spec.rb
|
|
1333
|
+
- spec/models/payment_device_pre_auth_transaction_all_of_spec.rb
|
|
1334
|
+
- spec/models/lockout_time_spec.rb
|
|
1335
|
+
- spec/models/block_domain_spec.rb
|
|
1119
1336
|
- spec/models/sepa_sale_transaction_spec.rb
|
|
1120
|
-
- spec/models/payment_pay_method_spec.rb
|
|
1121
1337
|
- spec/models/dynamic_pricing_exchange_rate_request_spec.rb
|
|
1122
|
-
- spec/models/customer_address_phone_spec.rb
|
|
1123
1338
|
- spec/models/score_only_response_fraud_score_spec.rb
|
|
1339
|
+
- spec/models/block_name_spec.rb
|
|
1124
1340
|
- spec/models/billing_spec.rb
|
|
1341
|
+
- spec/models/fraud_registration_card_spec.rb
|
|
1342
|
+
- spec/models/payment_device_pre_auth_transaction_spec.rb
|
|
1343
|
+
- spec/models/fraud_address_spec.rb
|
|
1125
1344
|
- spec/models/card_info_lookup_request_spec.rb
|
|
1126
1345
|
- spec/models/sepa_mandate_spec.rb
|
|
1127
1346
|
- spec/models/address_spec.rb
|
|
1128
1347
|
- spec/models/airline_travel_route_spec.rb
|
|
1129
1348
|
- spec/models/dynamic_pricing_all_of_spec.rb
|
|
1349
|
+
- spec/models/items_spec.rb
|
|
1130
1350
|
- spec/spec_helper.rb
|