cybersource_rest_client 0.0.84 → 0.0.85
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/lib/AuthenticationSDK/core/MerchantConfig.rb +11 -10
- data/lib/AuthenticationSDK/logging/sensitive_logging.rb +265 -93
- data/lib/AuthenticationSDK/util/AuthJWEUtility.rb +53 -3
- data/lib/AuthenticationSDK/util/Cache.rb +13 -8
- data/lib/AuthenticationSDK/util/Constants.rb +87 -32
- data/lib/AuthenticationSDK/util/MLEUtility.rb +42 -2
- data/lib/cybersource_rest_client/api/{instructions_api.rb → agent_capabilities_api.rb} +106 -25
- data/lib/cybersource_rest_client/api/billing_agreements_api.rb +6 -6
- data/lib/cybersource_rest_client/api/capture_api.rb +2 -2
- data/lib/cybersource_rest_client/api/credentials_api.rb +1 -1
- data/lib/cybersource_rest_client/api/credit_api.rb +2 -2
- data/lib/cybersource_rest_client/api/invoice_settings_api.rb +2 -2
- data/lib/cybersource_rest_client/api/invoices_api.rb +6 -6
- data/lib/cybersource_rest_client/api/merchant_boarding_api.rb +2 -2
- data/lib/cybersource_rest_client/api/orders_api.rb +4 -4
- data/lib/cybersource_rest_client/api/payment_links_api.rb +4 -4
- data/lib/cybersource_rest_client/api/payment_tokens_api.rb +2 -2
- data/lib/cybersource_rest_client/api/payments_api.rb +21 -21
- data/lib/cybersource_rest_client/api/refund_api.rb +4 -4
- data/lib/cybersource_rest_client/api/reversal_api.rb +4 -4
- data/lib/cybersource_rest_client/api/void_api.rb +10 -10
- data/lib/cybersource_rest_client/api_client.rb +31 -2
- data/lib/cybersource_rest_client/configuration.rb +2 -2
- data/lib/cybersource_rest_client/models/{commerce_solutions_products_account_updater_configuration_information_configurations.rb → account_updater_configurations.rb} +4 -4
- data/lib/cybersource_rest_client/models/{commerce_solutions_products_account_updater_configuration_information_configurations_amex.rb → account_updater_configurations_amex.rb} +1 -1
- data/lib/cybersource_rest_client/models/{commerce_solutions_products_account_updater_configuration_information_configurations_master_card.rb → account_updater_configurations_master_card.rb} +1 -1
- data/lib/cybersource_rest_client/models/{commerce_solutions_products_account_updater_configuration_information_configurations_visa.rb → account_updater_configurations_visa.rb} +1 -1
- data/lib/cybersource_rest_client/models/{ptsv1pullfundstransfer_processing_information_funding_options.rb → aft_funding_options.rb} +2 -2
- data/lib/cybersource_rest_client/models/{ptsv1pullfundstransfer_processing_information_funding_options_initiator.rb → aft_funding_options_initiator.rb} +2 -2
- data/lib/cybersource_rest_client/models/{ptsv1pullfundstransfer_processing_info_funding_options_initiator_origin_ini_transaction.rb → aft_funding_options_initiator_originator_initiated_transaction.rb} +1 -1
- data/lib/cybersource_rest_client/models/agentic_cancel_purchase_intent_request.rb +3 -3
- data/lib/cybersource_rest_client/models/agentic_card_enrollment_request.rb +8 -8
- data/lib/cybersource_rest_client/models/agentic_confirm_transaction_events_request.rb +2 -2
- data/lib/cybersource_rest_client/models/agentic_create_purchase_intent_request.rb +5 -5
- data/lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_request.rb +2 -2
- data/lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_response200.rb +1 -1
- data/lib/cybersource_rest_client/models/agentic_update_purchase_intent_request.rb +5 -5
- data/lib/cybersource_rest_client/models/{payments_products_alternative_payment_methods_configuration_information_configurations_processors.rb → alternative_payments_processor_configuration.rb} +1 -1
- data/lib/cybersource_rest_client/models/bin_lookup403_response.rb +223 -0
- data/lib/cybersource_rest_client/models/bin_lookupv400_response.rb +235 -0
- data/lib/cybersource_rest_client/models/{card_processing_config_common_acquirer_agreement_acquirer_code.rb → boarding_acquirer_details.rb} +2 -2
- data/lib/cybersource_rest_client/models/{card_processing_config_common_acquirer_agreement_acquirer_code_payment_options.rb → boarding_acquirer_details_payment_options.rb} +1 -1
- data/lib/cybersource_rest_client/models/{boardingv1registrations_organization_information_business_information.rb → boarding_business_information.rb} +6 -6
- data/lib/cybersource_rest_client/models/{boardingv1registrations_organization_information_business_information_address.rb → boarding_business_information_address.rb} +1 -1
- data/lib/cybersource_rest_client/models/{boardingv1registrations_organization_information_business_information_business_contact.rb → boarding_business_information_business_contact.rb} +1 -1
- data/lib/cybersource_rest_client/models/{boardingv1registrations_organization_information_business_information_localized_names.rb → boarding_business_information_localized_names.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_payouts_configuration_information_configurations.rb → boarding_payouts_configurations.rb} +2 -2
- data/lib/cybersource_rest_client/models/{payments_products_payouts_configuration_information_configurations_common.rb → boarding_payouts_configurations_common.rb} +2 -2
- data/lib/cybersource_rest_client/models/{payments_products_payouts_configuration_information_configurations_common_aggregator.rb → boarding_payouts_configurations_common_aggregator.rb} +1 -1
- data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information.rb +1 -1
- data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_owners.rb +1 -1
- data/lib/cybersource_rest_client/models/card_processing_config_common_acquirer_agreement.rb +1 -1
- data/lib/cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information.rb +1 -1
- data/lib/cybersource_rest_client/models/create_subscription_response.rb +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument.rb → default_payment_instrument.rb} +9 -9
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument__embedded.rb → default_payment_instrument__embedded.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument__links.rb → default_payment_instrument__links.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument__links_self.rb → default_payment_instrument__links_self.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_bank_account.rb → default_payment_instrument_bank_account.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_bill_to.rb → default_payment_instrument_bill_to.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_buyer_information.rb → default_payment_instrument_buyer_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_default_payment_instrument_buyer_info_issued_by.rb → default_payment_instrument_buyer_information_issued_by.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_default_payment_instrument_buyer_info_personal_identification.rb → default_payment_instrument_buyer_information_personal_identification.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_card.rb → default_payment_instrument_card.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_default_payment_instrument_card_tokenized_info.rb → default_payment_instrument_card_tokenized_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_default_payment_instrument_instrument_identifier.rb → default_payment_instrument_instrument_identifier.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_metadata.rb → default_payment_instrument_metadata.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address.rb → default_shipping_address.rb} +4 -4
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address__links.rb → default_shipping_address__links.rb} +3 -3
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address__links_customer.rb → default_shipping_address__links_customer.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address__links_self.rb → default_shipping_address__links_self.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address_metadata.rb → default_shipping_address_metadata.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address_ship_to.rb → default_shipping_address_ship_to.rb} +1 -1
- data/lib/cybersource_rest_client/models/{pts_v2_payments_post201_response_watchlist_screening_information_watch_list.rb → export_compliance_watch_list.rb} +2 -2
- data/lib/cybersource_rest_client/models/{pts_v2_payments_post201_response_watchlist_screening_information_watch_list_matches.rb → export_compliance_watch_list_matches.rb} +1 -1
- data/lib/cybersource_rest_client/models/{get_subscription_response_1_payment_instrument_buyer_information.rb → follow_on_transaction_buyer_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/generate_unified_checkout_v1_capture_context_request.rb +2 -2
- data/lib/cybersource_rest_client/models/get_subscription_response_1_payment_instrument.rb +2 -2
- data/lib/cybersource_rest_client/models/get_subscription_response_1_shipping_address.rb +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_amount_detail.rb → icc_amount_detail.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_items.rb → icc_line_item.rb} +4 -4
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_items_additional_info.rb → icc_line_item_additional_info.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_items_policies.rb → icc_line_item_policies.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_merchant_information_merchant_descriptor.rb → icc_merchant_descriptor.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_processor_information_payment_instrument.rb → icc_payment_instrument.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconf_processor_info_payment_instrument_verifi_results.rb → icc_payment_instrument_verification_results.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_order_information_shipping_details.rb → icc_shipping_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/{agentic_retrieve_payment_credentials_response200_transaction_response_with_pending_events.rb → icc_transaction_response_pending_events.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructions_decline_threshold.rb → iccv1instructions_decline_threshold.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructions_mandates.rb → iccv1instructions_mandates.rb} +3 -3
- data/lib/cybersource_rest_client/models/{acpv1instructions_recurring_payment_information.rb → iccv1instructions_recurring_payment_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_confirmation_data.rb → iccv1instructionsinstruction_idconfirmations_confirmation_data.rb} +5 -5
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_merchant_information.rb → iccv1instructionsinstruction_idconfirmations_merchant_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_order_information.rb → iccv1instructionsinstruction_idconfirmations_order_information.rb} +5 -5
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_processor_information.rb → iccv1instructionsinstruction_idconfirmations_processor_information.rb} +3 -3
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_attachments.rb → iccv1instructionsinstruction_idcredentials_attachments.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_client_reference_information.rb → iccv1instructionsinstruction_idcredentials_client_reference_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_mandate_reference_data.rb → iccv1instructionsinstruction_idcredentials_mandate_reference_data.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_merchant_information.rb → iccv1instructionsinstruction_idcredentials_merchant_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information.rb → iccv1instructionsinstruction_idcredentials_order_information.rb} +4 -4
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_line_items.rb → iccv1instructionsinstruction_idcredentials_order_information_line_items.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_ship_to.rb → iccv1instructionsinstruction_idcredentials_order_information_ship_to.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_payment_options.rb → iccv1instructionsinstruction_idcredentials_payment_options.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_transaction_data.rb → iccv1instructionsinstruction_idcredentials_transaction_data.rb} +7 -7
- data/lib/cybersource_rest_client/models/{acpv1mppcredentials_challenge.rb → iccv1mppcredentials_challenge.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1mppcredentials_challenge_encryption_jwk.rb → iccv1mppcredentials_challenge_encryption_jwk.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_assurance_data.rb → iccv1tokens_assurance_data.rb} +3 -3
- data/lib/cybersource_rest_client/models/{acpv1tokens_authenticated_identities.rb → iccv1tokens_authenticated_identities.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_authentication_context.rb → iccv1tokens_authentication_context.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_bill_to.rb → iccv1tokens_bill_to.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_buyer_information.rb → iccv1tokens_buyer_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1tokens_buyer_information_personal_identification.rb → iccv1tokens_buyer_information_personal_identification.rb} +9 -9
- data/lib/cybersource_rest_client/models/{acpv1tokens_consent_data.rb → iccv1tokens_consent_data.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_consumer_identity.rb → iccv1tokens_consumer_identity.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_device_information.rb → iccv1tokens_device_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{acpv1tokens_device_information_device_data.rb → iccv1tokens_device_information_device_data.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_enrollment_reference_data.rb → iccv1tokens_enrollment_reference_data.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_payment_information.rb → iccv1tokens_payment_information.rb} +4 -4
- data/lib/cybersource_rest_client/models/{acpv1tokens_payment_information_customer.rb → iccv1tokens_payment_information_customer.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_payment_information_instrument_identifier.rb → iccv1tokens_payment_information_instrument_identifier.rb} +1 -1
- data/lib/cybersource_rest_client/models/{acpv1tokens_payment_information_payment_instrument.rb → iccv1tokens_payment_information_payment_instrument.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups.rb +1 -1
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_commerce_solutions.rb +4 -4
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_risk.rb +3 -3
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_value_added_services.rb +5 -5
- data/lib/cybersource_rest_client/models/inline_response_400_11.rb +42 -35
- data/lib/cybersource_rest_client/models/inline_response_400_12.rb +16 -62
- data/lib/cybersource_rest_client/models/{inline_response_400_11_details.rb → inline_response_400_12_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_400_13.rb +281 -0
- data/lib/cybersource_rest_client/models/inline_response_502.rb +9 -53
- data/lib/cybersource_rest_client/models/inline_response_502_1.rb +24 -12
- data/lib/cybersource_rest_client/models/inline_response_502_2.rb +19 -47
- data/lib/cybersource_rest_client/models/inline_response_502_3.rb +251 -0
- data/lib/cybersource_rest_client/models/{payments_products_microform_configuration_information_configurations_features.rb → microform_config_features.rb} +2 -2
- data/lib/cybersource_rest_client/models/{payments_products_microform_configuration_information_configurations_features_gateway_agnostic.rb → microform_config_features_gateway_agnostic.rb} +1 -1
- data/lib/cybersource_rest_client/models/mpp_credentials_request.rb +1 -1
- data/lib/cybersource_rest_client/models/patch_customer_payment_instrument_request.rb +7 -7
- data/lib/cybersource_rest_client/models/patch_customer_shipping_address_request.rb +3 -3
- data/lib/cybersource_rest_client/models/patch_instrument_identifier_request.rb +1 -1
- data/lib/cybersource_rest_client/models/patch_payment_instrument_request.rb +7 -7
- data/lib/cybersource_rest_client/models/{payment_instrument_list__embedded_payment_instruments.rb → payment_instrument.rb} +8 -8
- data/lib/cybersource_rest_client/models/payment_instrument_list__embedded.rb +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments.rb → payments_configuration_setup.rb} +23 -23
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_alternative_payment_methods.rb → payments_configuration_setup_alternative_payment_methods.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_alternative_payment_methods_configuration_status.rb → payments_configuration_setup_alternative_payment_methods_configuration_status.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_card_processing.rb → payments_configuration_setup_card_processing.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_card_processing_configuration_status.rb → payments_configuration_setup_card_processing_configuration_status.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_card_processing_subscription_status.rb → payments_configuration_setup_card_processing_subscription_status.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_digital_payments.rb → payments_configuration_setup_digital_payments.rb} +2 -2
- data/lib/cybersource_rest_client/models/payments_products_alternative_payment_methods_configuration_information_configurations.rb +1 -1
- data/lib/cybersource_rest_client/models/payments_products_microform_configuration_information_configurations.rb +1 -1
- data/lib/cybersource_rest_client/models/payments_products_payouts_configuration_information.rb +1 -1
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information.rb +1 -1
- data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information.rb +1 -1
- data/lib/cybersource_rest_client/models/post_customer_payment_instrument_request.rb +7 -7
- data/lib/cybersource_rest_client/models/post_customer_shipping_address_request.rb +3 -3
- data/lib/cybersource_rest_client/models/post_instrument_identifier_enrollment_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_instrument_identifier_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_issuer_life_cycle_simulation_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_payment_credentials_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_payment_credentials_request_1.rb +1 -1
- data/lib/cybersource_rest_client/models/post_payment_instrument_request.rb +7 -7
- data/lib/cybersource_rest_client/models/{ptsv2payments_processing_information_authorization_options.rb → processing_info_authorization_options.rb} +2 -2
- data/lib/cybersource_rest_client/models/{ptsv2payments_processing_information_authorization_options_initiator.rb → processing_info_authorization_options_initiator.rb} +2 -2
- data/lib/cybersource_rest_client/models/{ptsv2payments_merchant_initiated_transaction.rb → processing_info_authorization_options_initiator_merchant_initiated_transaction.rb} +4 -4
- data/lib/cybersource_rest_client/models/{pts_v2_payments_post201_response_processor_information_seller_protection.rb → processor_information_seller_protection.rb} +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_processor_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_processor_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_watchlist_screening_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_issuer_information.rb +166 -1
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2credits_processing_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2credits_processing_information_refund_options.rb +22 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information.rb +2 -2
- data/lib/cybersource_rest_client/models/ptsv2payments_processor_information.rb +22 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processing_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_processing_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_processing_information_refund_options.rb +22 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_processing_information.rb +1 -1
- data/lib/cybersource_rest_client/models/push_funds201_response.rb +11 -1
- data/lib/cybersource_rest_client/models/push_funds201_response_issuer_information.rb +344 -0
- data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_recipient_information_payment_information.rb → push_funds_transfer_payment_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_recipient_information_payment_information_card.rb → push_funds_transfer_payment_information_card.rb} +4 -4
- data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_recipient_information_payment_information_card_customer.rb → push_funds_transfer_payment_information_card_customer.rb} +1 -1
- data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_recipient_information_payment_information_card_instrument_identifier.rb → push_funds_transfer_payment_information_card_instrument_identifier.rb} +1 -1
- data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_recipient_information_payment_information_card_payment_instrument.rb → push_funds_transfer_payment_information_card_payment_instrument.rb} +1 -1
- data/lib/cybersource_rest_client/models/{rbsv1subscriptions_processing_information_authorization_options.rb → rbs_authorization_options.rb} +2 -2
- data/lib/cybersource_rest_client/models/{rbsv1subscriptions_processing_information_authorization_options_initiator.rb → rbs_authorization_options_initiator.rb} +1 -1
- data/lib/cybersource_rest_client/models/rbsv1subscriptions_processing_information.rb +1 -1
- data/lib/cybersource_rest_client/models/{reporting_v3_report_definitions_name_get200_response_default_settings.rb → report_definition_default_settings.rb} +1 -1
- data/lib/cybersource_rest_client/models/reporting_v3_report_definitions_get200_response_report_definitions.rb +1 -1
- data/lib/cybersource_rest_client/models/reporting_v3_report_definitions_name_get200_response.rb +1 -1
- data/lib/cybersource_rest_client/models/{risk_v1_address_verifications_post201_response_address_verification_information.rb → risk_address_verification_information.rb} +3 -3
- data/lib/cybersource_rest_client/models/{risk_v1_address_verifications_post201_response_address_verification_information_bar_code.rb → risk_address_verification_information_bar_code.rb} +1 -1
- data/lib/cybersource_rest_client/models/{risk_v1_address_verifications_post201_response_address_verification_information_standard_address.rb → risk_address_verification_information_standard_address.rb} +2 -2
- data/lib/cybersource_rest_client/models/{risk_v1_address_verifications_post201_response_address1.rb → risk_address_verification_information_standard_address_address1.rb} +1 -1
- data/lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response.rb +1 -1
- data/lib/cybersource_rest_client/models/shipping_address_list_for_customer__embedded.rb +1 -1
- data/lib/cybersource_rest_client/models/tms_embedded_instrument_identifier.rb +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenizedcardstokenized_card_idissuerlifecycleeventsimulations_metadata.rb → tms_issuer_life_cycle_event_simulation_metadata.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tmsv2tokenizedcardstokenized_card_idissuerlifecycleeventsimulations_metadata_card_art.rb → tms_issuer_life_cycle_event_simulation_metadata_card_art.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tms_issuerlifecycleeventsimulations_metadata_card_art_combined_asset.rb → tms_issuer_life_cycle_event_simulation_metadata_card_art_combined_asset.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tms_embedded_instrument_identifier_point_of_sale_information.rb → tms_point_of_sale_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tms_embedded_instrument_identifier_point_of_sale_information_emv_tags.rb → tms_point_of_sale_information_emv_tags.rb} +1 -1
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded.rb +1 -1
- data/lib/cybersource_rest_client/models/tmsv2tokenize_token_information.rb +2 -2
- data/lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded.rb +2 -2
- data/lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_authenticated_identities.rb +19 -8
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_configuration_information_configurations.rb → uc_configurations.rb} +2 -2
- data/lib/cybersource_rest_client/models/uc_configurations_features.rb +209 -0
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_configuration_information_configurations_features.rb → uc_configurations_features_click_to_pay.rb} +9 -9
- data/lib/cybersource_rest_client/models/uc_configurations_features_click_to_pay_enrollment_data.rb +223 -0
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_configuration_information_configurations_features_paze.rb → uc_configurations_features_paze.rb} +2 -2
- data/lib/cybersource_rest_client/models/uc_configurations_features_portfolio_accessto_sensitive_data.rb +190 -0
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features.rb → uc_feature_subscription.rb} +22 -22
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_after_pay.rb → uc_feature_subscription_after_pay.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_apple_pay.rb → uc_feature_subscription_apple_pay.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_bancontact.rb → uc_feature_subscription_bancontact.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_click_to_pay.rb → uc_feature_subscription_click_to_pay.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_decision_manager.rb → uc_feature_subscription_decision_manager.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_dragon_pay.rb → uc_feature_subscription_dragon_pay.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_e_check.rb → uc_feature_subscription_e_check.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_google_pay.rb → uc_feature_subscription_google_pay.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_ideal.rb → uc_feature_subscription_ideal.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_konbini.rb → uc_feature_subscription_konbini.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_multibanco.rb → uc_feature_subscription_multibanco.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_my_bank.rb → uc_feature_subscription_my_bank.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_p24.rb → uc_feature_subscription_p24.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_pay_pal.rb → uc_feature_subscription_pay_pal.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_payer_authentication.rb → uc_feature_subscription_payer_authentication.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_paze_for_unified_checkout.rb → uc_feature_subscription_paze_for_unified_checkout.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_info_features_portfolio_accessof_sensi_data.rb → uc_feature_subscription_portfolio_accessof_sensitive_data.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_tink_pay_by_bank.rb → uc_feature_subscription_tink_pay_by_bank.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_token_management.rb → uc_feature_subscription_token_management.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_unified_click_to_pay_sdk.rb → uc_feature_subscription_unified_click_to_pay_sdk.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_venmo.rb → uc_feature_subscription_venmo.rb} +1 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_complete_mandate.rb +1 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_data.rb +1 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_data_client_reference_information.rb +227 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_line_items.rb +2 -2
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_ship_to.rb +388 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_authorization_options_initiator.rb +1 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations.rb +11 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_googlepay.rb +1 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_paypal.rb +211 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_paypal_tokenized_payment_method.rb +213 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_tms_token.rb +1 -1
- data/lib/cybersource_rest_client/models/{underwriting_configuration_organization_information_business_information_business_details.rb → underwriting_configuration_business_details.rb} +2 -2
- data/lib/cybersource_rest_client/models/underwriting_configuration_business_details_product_services_subscription.rb +1 -1
- data/lib/cybersource_rest_client/models/underwriting_configuration_organization_information_business_information.rb +1 -1
- data/lib/cybersource_rest_client/models/{upv1capturecontexts_data_processing_info_mit.rb → unified_checkout_merchant_initiated_transaction.rb} +1 -1
- data/lib/cybersource_rest_client/models/upv1capturecontexts_data_order_information.rb +4 -2
- data/lib/cybersource_rest_client/models/upv1capturecontexts_data_order_information_line_items.rb +2 -2
- data/lib/cybersource_rest_client/models/{upv1capturecontexts_data_order_information_line_items_passenger.rb → upv1capturecontexts_data_order_information_passenger.rb} +1 -1
- data/lib/cybersource_rest_client/models/{upv1capturecontexts_data_order_information_line_items_tax_details.rb → upv1capturecontexts_data_order_information_tax_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/upv1capturecontexts_data_processing_information_authorization_options_initiator.rb +1 -1
- data/lib/cybersource_rest_client/models/{vt_config_card_not_present_global_payment_information.rb → virtual_terminal_global_payment_settings.rb} +4 -4
- data/lib/cybersource_rest_client/models/{vt_config_card_not_present_global_payment_information_basic_information.rb → virtual_terminal_global_payment_settings_basic_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{vt_config_card_not_present_global_payment_information_merchant_defined_data_fields.rb → virtual_terminal_global_payment_settings_merchant_defined_data_fields.rb} +1 -1
- data/lib/cybersource_rest_client/models/{vt_config_card_not_present_global_payment_information_payment_information.rb → virtual_terminal_global_payment_settings_payment_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/vt_config_card_not_present.rb +1 -1
- data/lib/cybersource_rest_client.rb +160 -152
- metadata +161 -153
- data/lib/cybersource_rest_client/api/enrollment_api.rb +0 -104
- data/lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_merchant_information.rb +0 -189
- data/lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_merchant_information_merchant_descriptor.rb +0 -201
- data/lib/cybersource_rest_client/utilities/flex/token_verification.rb +0 -42
|
@@ -105,7 +105,7 @@ module CyberSource
|
|
|
105
105
|
:'source' => :'String',
|
|
106
106
|
:'token_provisioning_information' => :'Ptsv2paymentsTokenInformationTokenProvisioningInformation',
|
|
107
107
|
:'card' => :'TmsEmbeddedInstrumentIdentifierCard',
|
|
108
|
-
:'point_of_sale_information' => :'
|
|
108
|
+
:'point_of_sale_information' => :'TmsPointOfSaleInformation',
|
|
109
109
|
:'bank_account' => :'TmsEmbeddedInstrumentIdentifierBankAccount',
|
|
110
110
|
:'tokenized_card' => :'Tmsv2TokenizedCard',
|
|
111
111
|
:'issuer' => :'TmsEmbeddedInstrumentIdentifierIssuer',
|
|
@@ -93,20 +93,20 @@ module CyberSource
|
|
|
93
93
|
# Attribute type mapping.
|
|
94
94
|
def self.swagger_types
|
|
95
95
|
{
|
|
96
|
-
:'_links' => :'
|
|
96
|
+
:'_links' => :'DefaultPaymentInstrumentLinks',
|
|
97
97
|
:'id' => :'String',
|
|
98
98
|
:'object' => :'String',
|
|
99
99
|
:'default' => :'BOOLEAN',
|
|
100
100
|
:'state' => :'String',
|
|
101
101
|
:'type' => :'String',
|
|
102
|
-
:'bank_account' => :'
|
|
103
|
-
:'card' => :'
|
|
104
|
-
:'buyer_information' => :'
|
|
105
|
-
:'bill_to' => :'
|
|
102
|
+
:'bank_account' => :'DefaultPaymentInstrumentBankAccount',
|
|
103
|
+
:'card' => :'DefaultPaymentInstrumentCard',
|
|
104
|
+
:'buyer_information' => :'DefaultPaymentInstrumentBuyerInformation',
|
|
105
|
+
:'bill_to' => :'DefaultPaymentInstrumentBillTo',
|
|
106
106
|
:'processing_information' => :'TmsPaymentInstrumentProcessingInfo',
|
|
107
107
|
:'merchant_information' => :'TmsMerchantInformation',
|
|
108
|
-
:'instrument_identifier' => :'
|
|
109
|
-
:'metadata' => :'
|
|
108
|
+
:'instrument_identifier' => :'DefaultPaymentInstrumentInstrumentIdentifier',
|
|
109
|
+
:'metadata' => :'DefaultPaymentInstrumentMetadata',
|
|
110
110
|
:'_embedded' => :'Tmsv1paymentinstrumentsEmbedded'
|
|
111
111
|
}
|
|
112
112
|
end
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class PaymentInstrument
|
|
16
16
|
attr_accessor :_links
|
|
17
17
|
|
|
18
18
|
# The Id of the Payment Instrument Token.
|
|
@@ -93,20 +93,20 @@ module CyberSource
|
|
|
93
93
|
# Attribute type mapping.
|
|
94
94
|
def self.swagger_types
|
|
95
95
|
{
|
|
96
|
-
:'_links' => :'
|
|
96
|
+
:'_links' => :'DefaultPaymentInstrumentLinks',
|
|
97
97
|
:'id' => :'String',
|
|
98
98
|
:'object' => :'String',
|
|
99
99
|
:'default' => :'BOOLEAN',
|
|
100
100
|
:'state' => :'String',
|
|
101
101
|
:'type' => :'String',
|
|
102
|
-
:'bank_account' => :'
|
|
103
|
-
:'card' => :'
|
|
104
|
-
:'buyer_information' => :'
|
|
105
|
-
:'bill_to' => :'
|
|
102
|
+
:'bank_account' => :'DefaultPaymentInstrumentBankAccount',
|
|
103
|
+
:'card' => :'DefaultPaymentInstrumentCard',
|
|
104
|
+
:'buyer_information' => :'DefaultPaymentInstrumentBuyerInformation',
|
|
105
|
+
:'bill_to' => :'DefaultPaymentInstrumentBillTo',
|
|
106
106
|
:'processing_information' => :'TmsPaymentInstrumentProcessingInfo',
|
|
107
107
|
:'merchant_information' => :'TmsMerchantInformation',
|
|
108
|
-
:'instrument_identifier' => :'
|
|
109
|
-
:'metadata' => :'
|
|
108
|
+
:'instrument_identifier' => :'DefaultPaymentInstrumentInstrumentIdentifier',
|
|
109
|
+
:'metadata' => :'DefaultPaymentInstrumentMetadata',
|
|
110
110
|
:'_embedded' => :'PaymentInstrumentListEmbeddedEmbedded'
|
|
111
111
|
}
|
|
112
112
|
end
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class PaymentsConfigurationSetup
|
|
16
16
|
attr_accessor :card_processing
|
|
17
17
|
|
|
18
18
|
attr_accessor :alternative_payment_methods
|
|
@@ -116,28 +116,28 @@ module CyberSource
|
|
|
116
116
|
# Attribute type mapping.
|
|
117
117
|
def self.swagger_types
|
|
118
118
|
{
|
|
119
|
-
:'card_processing' => :'
|
|
120
|
-
:'alternative_payment_methods' => :'
|
|
121
|
-
:'card_present_connect' => :'
|
|
122
|
-
:'e_check' => :'
|
|
123
|
-
:'payer_authentication' => :'
|
|
124
|
-
:'digital_payments' => :'
|
|
125
|
-
:'secure_acceptance' => :'
|
|
126
|
-
:'virtual_terminal' => :'
|
|
127
|
-
:'currency_conversion' => :'
|
|
128
|
-
:'tax' => :'
|
|
129
|
-
:'customer_invoicing' => :'
|
|
130
|
-
:'recurring_billing' => :'
|
|
131
|
-
:'cybs_ready_terminal' => :'
|
|
132
|
-
:'payment_orchestration' => :'
|
|
133
|
-
:'payouts' => :'
|
|
134
|
-
:'pay_by_link' => :'
|
|
135
|
-
:'unified_checkout' => :'
|
|
136
|
-
:'receivables_manager' => :'
|
|
137
|
-
:'service_fee' => :'
|
|
138
|
-
:'batch_upload' => :'
|
|
139
|
-
:'transact_guard' => :'
|
|
140
|
-
:'microform' => :'
|
|
119
|
+
:'card_processing' => :'PaymentsConfigurationSetupCardProcessing',
|
|
120
|
+
:'alternative_payment_methods' => :'PaymentsConfigurationSetupAlternativePaymentMethods',
|
|
121
|
+
:'card_present_connect' => :'PaymentsConfigurationSetupCardProcessing',
|
|
122
|
+
:'e_check' => :'PaymentsConfigurationSetupCardProcessing',
|
|
123
|
+
:'payer_authentication' => :'PaymentsConfigurationSetupCardProcessing',
|
|
124
|
+
:'digital_payments' => :'PaymentsConfigurationSetupDigitalPayments',
|
|
125
|
+
:'secure_acceptance' => :'PaymentsConfigurationSetupCardProcessing',
|
|
126
|
+
:'virtual_terminal' => :'PaymentsConfigurationSetupCardProcessing',
|
|
127
|
+
:'currency_conversion' => :'PaymentsConfigurationSetupCardProcessing',
|
|
128
|
+
:'tax' => :'PaymentsConfigurationSetupDigitalPayments',
|
|
129
|
+
:'customer_invoicing' => :'PaymentsConfigurationSetupDigitalPayments',
|
|
130
|
+
:'recurring_billing' => :'PaymentsConfigurationSetupCardProcessing',
|
|
131
|
+
:'cybs_ready_terminal' => :'PaymentsConfigurationSetupCardProcessing',
|
|
132
|
+
:'payment_orchestration' => :'PaymentsConfigurationSetupDigitalPayments',
|
|
133
|
+
:'payouts' => :'PaymentsConfigurationSetupCardProcessing',
|
|
134
|
+
:'pay_by_link' => :'PaymentsConfigurationSetupDigitalPayments',
|
|
135
|
+
:'unified_checkout' => :'PaymentsConfigurationSetupDigitalPayments',
|
|
136
|
+
:'receivables_manager' => :'PaymentsConfigurationSetupDigitalPayments',
|
|
137
|
+
:'service_fee' => :'PaymentsConfigurationSetupCardProcessing',
|
|
138
|
+
:'batch_upload' => :'PaymentsConfigurationSetupDigitalPayments',
|
|
139
|
+
:'transact_guard' => :'PaymentsConfigurationSetupDigitalPayments',
|
|
140
|
+
:'microform' => :'PaymentsConfigurationSetupCardProcessing'
|
|
141
141
|
}
|
|
142
142
|
end
|
|
143
143
|
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class PaymentsConfigurationSetupAlternativePaymentMethods
|
|
16
16
|
attr_accessor :configuration_status
|
|
17
17
|
|
|
18
18
|
attr_accessor :subscription_status
|
|
@@ -46,8 +46,8 @@ module CyberSource
|
|
|
46
46
|
# Attribute type mapping.
|
|
47
47
|
def self.swagger_types
|
|
48
48
|
{
|
|
49
|
-
:'configuration_status' => :'
|
|
50
|
-
:'subscription_status' => :'
|
|
49
|
+
:'configuration_status' => :'PaymentsConfigurationSetupAlternativePaymentMethodsConfigurationStatus',
|
|
50
|
+
:'subscription_status' => :'PaymentsConfigurationSetupAlternativePaymentMethodsConfigurationStatus',
|
|
51
51
|
:'status' => :'String',
|
|
52
52
|
:'submit_time_utc' => :'DateTime'
|
|
53
53
|
}
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class PaymentsConfigurationSetupAlternativePaymentMethodsConfigurationStatus
|
|
16
16
|
# Possible values: - SUCCESS - FAILURE - PARTIAL - PENDING
|
|
17
17
|
attr_accessor :status
|
|
18
18
|
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class PaymentsConfigurationSetupCardProcessing
|
|
16
16
|
attr_accessor :subscription_status
|
|
17
17
|
|
|
18
18
|
attr_accessor :configuration_status
|
|
@@ -36,8 +36,8 @@ module CyberSource
|
|
|
36
36
|
# Attribute type mapping.
|
|
37
37
|
def self.swagger_types
|
|
38
38
|
{
|
|
39
|
-
:'subscription_status' => :'
|
|
40
|
-
:'configuration_status' => :'
|
|
39
|
+
:'subscription_status' => :'PaymentsConfigurationSetupCardProcessingSubscriptionStatus',
|
|
40
|
+
:'configuration_status' => :'PaymentsConfigurationSetupCardProcessingConfigurationStatus'
|
|
41
41
|
}
|
|
42
42
|
end
|
|
43
43
|
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class PaymentsConfigurationSetupCardProcessingConfigurationStatus
|
|
16
16
|
# This is NOT for MVP
|
|
17
17
|
attr_accessor :configuration_id
|
|
18
18
|
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class PaymentsConfigurationSetupCardProcessingSubscriptionStatus
|
|
16
16
|
# Time of request in UTC. `Format: YYYY-MM-DDThh:mm:ssZ` Example 2016-08-11T22:47:57Z equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The T separates the date and the time. The Z indicates UTC.
|
|
17
17
|
attr_accessor :submit_time_utc
|
|
18
18
|
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class PaymentsConfigurationSetupDigitalPayments
|
|
16
16
|
attr_accessor :subscription_status
|
|
17
17
|
|
|
18
18
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -32,7 +32,7 @@ module CyberSource
|
|
|
32
32
|
# Attribute type mapping.
|
|
33
33
|
def self.swagger_types
|
|
34
34
|
{
|
|
35
|
-
:'subscription_status' => :'
|
|
35
|
+
:'subscription_status' => :'PaymentsConfigurationSetupCardProcessingSubscriptionStatus'
|
|
36
36
|
}
|
|
37
37
|
end
|
|
38
38
|
|
|
@@ -39,7 +39,7 @@ module CyberSource
|
|
|
39
39
|
def self.swagger_types
|
|
40
40
|
{
|
|
41
41
|
:'merchant_category_code' => :'String',
|
|
42
|
-
:'processors' => :'Hash<String,
|
|
42
|
+
:'processors' => :'Hash<String, AlternativePaymentsProcessorConfiguration>'
|
|
43
43
|
}
|
|
44
44
|
end
|
|
45
45
|
|
|
@@ -49,7 +49,7 @@ module CyberSource
|
|
|
49
49
|
:'enabled' => :'BOOLEAN',
|
|
50
50
|
:'enablement_status' => :'String',
|
|
51
51
|
:'self_serviceability' => :'String',
|
|
52
|
-
:'features' => :'
|
|
52
|
+
:'features' => :'UcFeatureSubscription'
|
|
53
53
|
}
|
|
54
54
|
end
|
|
55
55
|
|
|
@@ -93,20 +93,20 @@ module CyberSource
|
|
|
93
93
|
# Attribute type mapping.
|
|
94
94
|
def self.swagger_types
|
|
95
95
|
{
|
|
96
|
-
:'_links' => :'
|
|
96
|
+
:'_links' => :'DefaultPaymentInstrumentLinks',
|
|
97
97
|
:'id' => :'String',
|
|
98
98
|
:'object' => :'String',
|
|
99
99
|
:'default' => :'BOOLEAN',
|
|
100
100
|
:'state' => :'String',
|
|
101
101
|
:'type' => :'String',
|
|
102
|
-
:'bank_account' => :'
|
|
103
|
-
:'card' => :'
|
|
104
|
-
:'buyer_information' => :'
|
|
105
|
-
:'bill_to' => :'
|
|
102
|
+
:'bank_account' => :'DefaultPaymentInstrumentBankAccount',
|
|
103
|
+
:'card' => :'DefaultPaymentInstrumentCard',
|
|
104
|
+
:'buyer_information' => :'DefaultPaymentInstrumentBuyerInformation',
|
|
105
|
+
:'bill_to' => :'DefaultPaymentInstrumentBillTo',
|
|
106
106
|
:'processing_information' => :'TmsPaymentInstrumentProcessingInfo',
|
|
107
107
|
:'merchant_information' => :'TmsMerchantInformation',
|
|
108
|
-
:'instrument_identifier' => :'
|
|
109
|
-
:'metadata' => :'
|
|
108
|
+
:'instrument_identifier' => :'DefaultPaymentInstrumentInstrumentIdentifier',
|
|
109
|
+
:'metadata' => :'DefaultPaymentInstrumentMetadata',
|
|
110
110
|
:'_embedded' => :'Tmsv1paymentinstrumentsEmbedded'
|
|
111
111
|
}
|
|
112
112
|
end
|
|
@@ -50,11 +50,11 @@ module CyberSource
|
|
|
50
50
|
# Attribute type mapping.
|
|
51
51
|
def self.swagger_types
|
|
52
52
|
{
|
|
53
|
-
:'_links' => :'
|
|
53
|
+
:'_links' => :'DefaultShippingAddressLinks',
|
|
54
54
|
:'id' => :'String',
|
|
55
55
|
:'default' => :'BOOLEAN',
|
|
56
|
-
:'ship_to' => :'
|
|
57
|
-
:'metadata' => :'
|
|
56
|
+
:'ship_to' => :'DefaultShippingAddressShipTo',
|
|
57
|
+
:'metadata' => :'DefaultShippingAddressMetadata'
|
|
58
58
|
}
|
|
59
59
|
end
|
|
60
60
|
|
|
@@ -105,7 +105,7 @@ module CyberSource
|
|
|
105
105
|
:'source' => :'String',
|
|
106
106
|
:'token_provisioning_information' => :'Ptsv2paymentsTokenInformationTokenProvisioningInformation',
|
|
107
107
|
:'card' => :'TmsEmbeddedInstrumentIdentifierCard',
|
|
108
|
-
:'point_of_sale_information' => :'
|
|
108
|
+
:'point_of_sale_information' => :'TmsPointOfSaleInformation',
|
|
109
109
|
:'bank_account' => :'TmsEmbeddedInstrumentIdentifierBankAccount',
|
|
110
110
|
:'tokenized_card' => :'Tmsv2TokenizedCard',
|
|
111
111
|
:'issuer' => :'TmsEmbeddedInstrumentIdentifierIssuer',
|
|
@@ -105,7 +105,7 @@ module CyberSource
|
|
|
105
105
|
:'source' => :'String',
|
|
106
106
|
:'token_provisioning_information' => :'Ptsv2paymentsTokenInformationTokenProvisioningInformation',
|
|
107
107
|
:'card' => :'TmsEmbeddedInstrumentIdentifierCard',
|
|
108
|
-
:'point_of_sale_information' => :'
|
|
108
|
+
:'point_of_sale_information' => :'TmsPointOfSaleInformation',
|
|
109
109
|
:'bank_account' => :'TmsEmbeddedInstrumentIdentifierBankAccount',
|
|
110
110
|
:'tokenized_card' => :'Tmsv2TokenizedCard',
|
|
111
111
|
:'issuer' => :'TmsEmbeddedInstrumentIdentifierIssuer',
|
|
@@ -44,7 +44,7 @@ module CyberSource
|
|
|
44
44
|
{
|
|
45
45
|
:'state' => :'String',
|
|
46
46
|
:'card' => :'Tmsv2tokenizedcardstokenizedCardIdissuerlifecycleeventsimulationsCard',
|
|
47
|
-
:'metadata' => :'
|
|
47
|
+
:'metadata' => :'TmsIssuerLifeCycleEventSimulationMetadata'
|
|
48
48
|
}
|
|
49
49
|
end
|
|
50
50
|
|
|
@@ -63,7 +63,7 @@ module CyberSource
|
|
|
63
63
|
:'transaction_type' => :'String',
|
|
64
64
|
:'client_correlation_id' => :'String',
|
|
65
65
|
:'order_information' => :'Tmsv3tokenstokenIdpaymentcredentialsOrderInformation',
|
|
66
|
-
:'merchant_information' => :'
|
|
66
|
+
:'merchant_information' => :'TmsMerchantInformation',
|
|
67
67
|
:'device_information' => :'Tmsv3tokenstokenIdpaymentcredentialsDeviceInformation',
|
|
68
68
|
:'authenticated_identities' => :'Array<Tmsv3tokenstokenIdpaymentcredentialsAuthenticatedIdentities>'
|
|
69
69
|
}
|
|
@@ -63,7 +63,7 @@ module CyberSource
|
|
|
63
63
|
:'transaction_type' => :'String',
|
|
64
64
|
:'client_correlation_id' => :'String',
|
|
65
65
|
:'order_information' => :'Tmsv3tokenstokenIdpaymentcredentialsOrderInformation',
|
|
66
|
-
:'merchant_information' => :'
|
|
66
|
+
:'merchant_information' => :'TmsMerchantInformation',
|
|
67
67
|
:'device_information' => :'Tmsv3tokenstokenIdpaymentcredentialsDeviceInformation',
|
|
68
68
|
:'authenticated_identities' => :'Array<Tmsv3tokenstokenIdpaymentcredentialsAuthenticatedIdentities>'
|
|
69
69
|
}
|
|
@@ -93,20 +93,20 @@ module CyberSource
|
|
|
93
93
|
# Attribute type mapping.
|
|
94
94
|
def self.swagger_types
|
|
95
95
|
{
|
|
96
|
-
:'_links' => :'
|
|
96
|
+
:'_links' => :'DefaultPaymentInstrumentLinks',
|
|
97
97
|
:'id' => :'String',
|
|
98
98
|
:'object' => :'String',
|
|
99
99
|
:'default' => :'BOOLEAN',
|
|
100
100
|
:'state' => :'String',
|
|
101
101
|
:'type' => :'String',
|
|
102
|
-
:'bank_account' => :'
|
|
103
|
-
:'card' => :'
|
|
104
|
-
:'buyer_information' => :'
|
|
105
|
-
:'bill_to' => :'
|
|
102
|
+
:'bank_account' => :'DefaultPaymentInstrumentBankAccount',
|
|
103
|
+
:'card' => :'DefaultPaymentInstrumentCard',
|
|
104
|
+
:'buyer_information' => :'DefaultPaymentInstrumentBuyerInformation',
|
|
105
|
+
:'bill_to' => :'DefaultPaymentInstrumentBillTo',
|
|
106
106
|
:'processing_information' => :'TmsPaymentInstrumentProcessingInfo',
|
|
107
107
|
:'merchant_information' => :'TmsMerchantInformation',
|
|
108
|
-
:'instrument_identifier' => :'
|
|
109
|
-
:'metadata' => :'
|
|
108
|
+
:'instrument_identifier' => :'DefaultPaymentInstrumentInstrumentIdentifier',
|
|
109
|
+
:'metadata' => :'DefaultPaymentInstrumentMetadata',
|
|
110
110
|
:'_embedded' => :'Tmsv1paymentinstrumentsEmbedded'
|
|
111
111
|
}
|
|
112
112
|
end
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class ProcessingInfoAuthorizationOptions
|
|
16
16
|
# Authorization type. Possible values: - `AUTOCAPTURE`: automatic capture. - `STANDARDCAPTURE`: standard capture. - `VERBAL`: forced capture. Include it in the payment request for a forced capture. Include it in the capture request for a verbal payment. #### Asia, Middle East, and Africa Gateway; Cielo; Comercio Latino; and CyberSource Latin American Processing Set this field to `AUTOCAPTURE` and include it in a bundled request to indicate that you are requesting an automatic capture. If your account is configured to enable automatic captures, set this field to `STANDARDCAPTURE` and include it in a standard authorization or bundled request to indicate that you are overriding an automatic capture. #### Forced Capture Set this field to `VERBAL` and include it in the authorization request to indicate that you are performing a forced capture; therefore, you receive the authorization code outside the CyberSource system. #### Verbal Authorization Set this field to `VERBAL` and include it in the capture request to indicate that the request is for a verbal authorization. #### for PayPal ptsV2CreateOrderPost400Response Set this field to 'AUTHORIZE' or 'CAPTURE' depending on whether you want to invoke delayed capture or sale respectively.
|
|
17
17
|
attr_accessor :auth_type
|
|
18
18
|
|
|
@@ -173,7 +173,7 @@ module CyberSource
|
|
|
173
173
|
:'ignore_avs_result' => :'BOOLEAN',
|
|
174
174
|
:'decline_avs_flags' => :'Array<String>',
|
|
175
175
|
:'ignore_cv_result' => :'BOOLEAN',
|
|
176
|
-
:'initiator' => :'
|
|
176
|
+
:'initiator' => :'ProcessingInfoAuthorizationOptionsInitiator',
|
|
177
177
|
:'bill_payment' => :'BOOLEAN',
|
|
178
178
|
:'bill_payment_type' => :'String',
|
|
179
179
|
:'redemption_inquiry' => :'BOOLEAN',
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class ProcessingInfoAuthorizationOptionsInitiator
|
|
16
16
|
# This field indicates whether the transaction is a merchant-initiated transaction or customer-initiated transaction. Valid values: - **customer** - **merchant**
|
|
17
17
|
attr_accessor :type
|
|
18
18
|
|
|
@@ -50,7 +50,7 @@ module CyberSource
|
|
|
50
50
|
:'type' => :'String',
|
|
51
51
|
:'credential_stored_on_file' => :'BOOLEAN',
|
|
52
52
|
:'stored_credential_used' => :'BOOLEAN',
|
|
53
|
-
:'merchant_initiated_transaction' => :'
|
|
53
|
+
:'merchant_initiated_transaction' => :'ProcessingInfoAuthorizationOptionsInitiatorMerchantInitiatedTransaction'
|
|
54
54
|
}
|
|
55
55
|
end
|
|
56
56
|
|
|
@@ -12,14 +12,14 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
16
|
-
# Reason for the
|
|
15
|
+
class ProcessingInfoAuthorizationOptionsInitiatorMerchantInitiatedTransaction
|
|
16
|
+
# Reason for the transaction. Possible values: - `1`: Resubmission - `2`: Delayed charge - `3`: Reauthorization for split shipment - `4`: No show - `5`: Account top up or Incremental authorization - `6`: Partial shipment - `7`: Fixed amount recurring (subscription) - `8`: Variable amount recurring (standing order) - `9`: Installment - `10`: Unscheduled Card-on-File This field should be used to identify the kind of merchant-initiated transaction. Values 7 and 8 should be used on customer-initiated transactions that are establishing the relationship for Mastercard subscriptions or standing orders. #### CyberSource through VisaNet The value for this field corresponds to the following data in the TC 33 capture file5: - Record: CP01 TCR0 - Position: 160-163 - Field: Message Reason Code
|
|
17
17
|
attr_accessor :reason
|
|
18
18
|
|
|
19
|
-
# Network transaction identifier that was returned in the payment response field _processorInformation.transactionID_ in the reply message for
|
|
19
|
+
# Network transaction identifier that was returned in the payment response field _processorInformation.transactionID_ in the reply message for the original customer-initiated payment in the series. If the current payment request includes a token instead of an account number, the following time limits apply for the value of this field: - For a **resubmission**, the transaction ID must be less than 14 days old. - For a **delayed charge** or **reauthorization**, the transaction ID must be less than 30 days old. **NOTE**: The value for this field does not correspond to any data in the TC 33 capture file5.
|
|
20
20
|
attr_accessor :previous_transaction_id
|
|
21
21
|
|
|
22
|
-
# Amount of the original authorization.
|
|
22
|
+
# Amount of the original authorization in the series. This field is only needed for merchant-initiated transactions with Discover or Diners cards.
|
|
23
23
|
attr_accessor :original_authorized_amount
|
|
24
24
|
|
|
25
25
|
# An API to carry the agreement ID generated for recurring and unscheduled Card on file transaction. the merchant generates this per card holder or per payment agreement and shares the generated unique ID in the subsequent transactions. This can contain foreign/arabic character set also. Cybersource forwards this value to the Saudi Payment processor.
|
|
@@ -12,7 +12,7 @@ Swagger Codegen version: 2.4.38
|
|
|
12
12
|
require 'date'
|
|
13
13
|
|
|
14
14
|
module CyberSource
|
|
15
|
-
class
|
|
15
|
+
class ProcessorInformationSellerProtection
|
|
16
16
|
# The kind of seller protection in force for the transaction. This field is returned only when the protection eligibility value is set to ELIGIBLE or PARTIALLY_ELIGIBLE. Possible values - ITEM_NOT_RECEIVED_ELIGIBLE: Sellers are protected against claims for items not received. - UNAUTHORIZED_PAYMENT_ELIGIBLE: Sellers are protected against claims for unauthorized payments. One or both values can be returned.
|
|
17
17
|
attr_accessor :type
|
|
18
18
|
|
|
@@ -21,7 +21,7 @@ module CyberSource
|
|
|
21
21
|
# Time of request in UTC. Format: `YYYY-MM-DDThh:mm:ssZ` **Example** `2016-08-11T22:47:57Z` equals August 11, 2016, at 22:47:57 (10:47:57 p.m.). The `T` separates the date and the time. The `Z` indicates UTC. Returned by Cybersource for all services.
|
|
22
22
|
attr_accessor :submit_time_utc
|
|
23
23
|
|
|
24
|
-
# The status of the submitted transaction. Possible values: - PENDING - COMPLETED (as in the case of PIN Debit Full Financial Credit)
|
|
24
|
+
# The status of the submitted transaction. Possible values: - PENDING - AUTHORIZED - DECLINED - INVALID_REQUEST - COMPLETED (as in the case of PIN Debit Full Financial Credit)
|
|
25
25
|
attr_accessor :status
|
|
26
26
|
|
|
27
27
|
# Reference number for the transaction. Depending on how your Cybersource account is configured, this value could either be provided in the API request or generated by CyberSource. The actual value used in the request to the processor is provided back to you by Cybersource in the response.
|
|
@@ -83,7 +83,7 @@ module CyberSource
|
|
|
83
83
|
:'response_details' => :'String',
|
|
84
84
|
:'merchant_advice' => :'PtsV2PaymentsPost201ResponseProcessorInformationMerchantAdvice',
|
|
85
85
|
:'merchant_risk_prediction' => :'String',
|
|
86
|
-
:'seller_protection' => :'
|
|
86
|
+
:'seller_protection' => :'ProcessorInformationSellerProtection',
|
|
87
87
|
:'network' => :'Ptsv2paymentsProcessorInformationReversalNetwork'
|
|
88
88
|
}
|
|
89
89
|
end
|
data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_processor_information.rb
CHANGED
|
@@ -72,7 +72,7 @@ module CyberSource
|
|
|
72
72
|
:'raw_response_local' => :'String',
|
|
73
73
|
:'response_details' => :'String',
|
|
74
74
|
:'response_code' => :'String',
|
|
75
|
-
:'seller_protection' => :'
|
|
75
|
+
:'seller_protection' => :'ProcessorInformationSellerProtection',
|
|
76
76
|
:'avs' => :'PtsV2PaymentsPost201Response1ProcessorInformationAvs'
|
|
77
77
|
}
|
|
78
78
|
end
|
data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information.rb
CHANGED
|
@@ -291,7 +291,7 @@ module CyberSource
|
|
|
291
291
|
:'complete_url' => :'String',
|
|
292
292
|
:'signature' => :'String',
|
|
293
293
|
:'public_key' => :'String',
|
|
294
|
-
:'seller_protection' => :'
|
|
294
|
+
:'seller_protection' => :'ProcessorInformationSellerProtection',
|
|
295
295
|
:'transaction_expiry_date' => :'String',
|
|
296
296
|
:'custom_url' => :'String',
|
|
297
297
|
:'scheme_assigned_id' => :'String',
|