cybersource_rest_client 0.0.83 → 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.
Files changed (437) hide show
  1. checksums.yaml +4 -4
  2. data/lib/AuthenticationSDK/authentication/jwt/JwtToken.rb +46 -27
  3. data/lib/AuthenticationSDK/core/MerchantConfig.rb +93 -58
  4. data/lib/AuthenticationSDK/logging/sensitive_logging.rb +265 -93
  5. data/lib/AuthenticationSDK/util/AuthJWEUtility.rb +53 -3
  6. data/lib/AuthenticationSDK/util/Cache.rb +20 -12
  7. data/lib/AuthenticationSDK/util/Constants.rb +92 -31
  8. data/lib/AuthenticationSDK/util/MLEUtility.rb +51 -2
  9. data/lib/cybersource_rest_client/api/{instructions_api.rb → agent_capabilities_api.rb} +116 -35
  10. data/lib/cybersource_rest_client/api/batches_api.rb +1 -1
  11. data/lib/cybersource_rest_client/api/billing_agreements_api.rb +6 -6
  12. data/lib/cybersource_rest_client/api/capture_api.rb +2 -2
  13. data/lib/cybersource_rest_client/api/create_new_webhooks_api.rb +14 -22
  14. data/lib/cybersource_rest_client/api/credentials_api.rb +104 -0
  15. data/lib/cybersource_rest_client/api/credit_api.rb +2 -2
  16. data/lib/cybersource_rest_client/api/customer_payment_instrument_api.rb +3 -3
  17. data/lib/cybersource_rest_client/api/instrument_identifier_api.rb +3 -3
  18. data/lib/cybersource_rest_client/api/invoice_settings_api.rb +2 -2
  19. data/lib/cybersource_rest_client/api/invoices_api.rb +6 -6
  20. data/lib/cybersource_rest_client/api/manage_webhooks_api.rb +20 -28
  21. data/lib/cybersource_rest_client/api/merchant_boarding_api.rb +2 -2
  22. data/lib/cybersource_rest_client/api/network_tokens_api.rb +654 -0
  23. data/lib/cybersource_rest_client/api/orders_api.rb +4 -4
  24. data/lib/cybersource_rest_client/api/payment_links_api.rb +4 -4
  25. data/lib/cybersource_rest_client/api/payment_tokens_api.rb +2 -2
  26. data/lib/cybersource_rest_client/api/payments_api.rb +21 -21
  27. data/lib/cybersource_rest_client/api/plans_api.rb +1 -1
  28. data/lib/cybersource_rest_client/api/refund_api.rb +4 -4
  29. data/lib/cybersource_rest_client/api/reversal_api.rb +4 -4
  30. data/lib/cybersource_rest_client/api/subscriptions_api.rb +183 -1
  31. data/lib/cybersource_rest_client/api/subscriptions_follow_ons_api.rb +1 -1
  32. data/lib/cybersource_rest_client/api/void_api.rb +10 -10
  33. data/lib/cybersource_rest_client/api_client.rb +35 -2
  34. data/lib/cybersource_rest_client/configuration.rb +2 -2
  35. data/lib/cybersource_rest_client/models/{commerce_solutions_products_account_updater_configuration_information_configurations.rb → account_updater_configurations.rb} +4 -4
  36. data/lib/cybersource_rest_client/models/{commerce_solutions_products_account_updater_configuration_information_configurations_amex.rb → account_updater_configurations_amex.rb} +1 -1
  37. 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
  38. data/lib/cybersource_rest_client/models/{commerce_solutions_products_account_updater_configuration_information_configurations_visa.rb → account_updater_configurations_visa.rb} +1 -1
  39. data/lib/cybersource_rest_client/models/account_validations_request.rb +15 -5
  40. data/lib/cybersource_rest_client/models/{ptsv1pullfundstransfer_processing_information_funding_options.rb → aft_funding_options.rb} +2 -2
  41. data/lib/cybersource_rest_client/models/{ptsv1pullfundstransfer_processing_information_funding_options_initiator.rb → aft_funding_options_initiator.rb} +2 -2
  42. 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
  43. data/lib/cybersource_rest_client/models/agentic_cancel_purchase_intent_request.rb +3 -3
  44. data/lib/cybersource_rest_client/models/agentic_card_enrollment_request.rb +8 -8
  45. data/lib/cybersource_rest_client/models/agentic_confirm_transaction_events_request.rb +2 -2
  46. data/lib/cybersource_rest_client/models/agentic_create_purchase_intent_request.rb +5 -5
  47. data/lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_request.rb +2 -2
  48. data/lib/cybersource_rest_client/models/agentic_retrieve_payment_credentials_response200.rb +1 -1
  49. data/lib/cybersource_rest_client/models/agentic_update_purchase_intent_request.rb +5 -5
  50. data/lib/cybersource_rest_client/models/{payments_products_alternative_payment_methods_configuration_information_configurations_processors.rb → alternative_payments_processor_configuration.rb} +1 -1
  51. data/lib/cybersource_rest_client/models/auth_reversal_request.rb +11 -1
  52. data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information.rb +32 -6
  53. data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_bank.rb +1 -1
  54. data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_bank_account.rb +1 -1
  55. data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_customer.rb +196 -0
  56. data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_instrument_identifier.rb +196 -0
  57. data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_payment_instrument.rb +196 -0
  58. data/lib/cybersource_rest_client/models/bavsv1accountvalidations_token_information.rb +208 -0
  59. data/lib/cybersource_rest_client/models/bin_lookup403_response.rb +223 -0
  60. data/lib/cybersource_rest_client/models/bin_lookupv400_response.rb +235 -0
  61. data/lib/cybersource_rest_client/models/{card_processing_config_common_acquirer_agreement_acquirer_code.rb → boarding_acquirer_details.rb} +2 -2
  62. 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
  63. data/lib/cybersource_rest_client/models/{boardingv1registrations_organization_information_business_information.rb → boarding_business_information.rb} +6 -6
  64. data/lib/cybersource_rest_client/models/{boardingv1registrations_organization_information_business_information_address.rb → boarding_business_information_address.rb} +1 -1
  65. data/lib/cybersource_rest_client/models/{boardingv1registrations_organization_information_business_information_business_contact.rb → boarding_business_information_business_contact.rb} +1 -1
  66. data/lib/cybersource_rest_client/models/{boardingv1registrations_organization_information_business_information_localized_names.rb → boarding_business_information_localized_names.rb} +1 -1
  67. data/lib/cybersource_rest_client/models/{payments_products_payouts_configuration_information_configurations.rb → boarding_payouts_configurations.rb} +2 -2
  68. data/lib/cybersource_rest_client/models/{payments_products_payouts_configuration_information_configurations_common.rb → boarding_payouts_configurations_common.rb} +2 -2
  69. data/lib/cybersource_rest_client/models/{payments_products_payouts_configuration_information_configurations_common_aggregator.rb → boarding_payouts_configurations_common_aggregator.rb} +1 -1
  70. data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information.rb +1 -1
  71. data/lib/cybersource_rest_client/models/boardingv1registrations_organization_information_owners.rb +1 -1
  72. data/lib/cybersource_rest_client/models/card_processing_config_common_acquirer_agreement.rb +1 -1
  73. data/lib/cybersource_rest_client/models/card_processing_config_common_processors.rb +105 -1
  74. data/lib/cybersource_rest_client/models/commerce_solutions_products.rb +15 -5
  75. data/lib/cybersource_rest_client/models/commerce_solutions_products_account_updater_configuration_information.rb +1 -1
  76. data/lib/cybersource_rest_client/models/create_credit_request.rb +15 -5
  77. data/lib/cybersource_rest_client/models/create_subscription_response.rb +1 -1
  78. data/lib/cybersource_rest_client/models/{payment_instrument_list_1__embedded_payment_instruments.rb → default_payment_instrument.rb} +9 -9
  79. data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument__embedded.rb → default_payment_instrument__embedded.rb} +1 -1
  80. data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument__links.rb → default_payment_instrument__links.rb} +2 -2
  81. 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
  82. 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
  83. 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
  84. 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
  85. 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
  86. 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
  87. data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_card.rb → default_payment_instrument_card.rb} +2 -2
  88. data/lib/cybersource_rest_client/models/{tmsv2tokenize_default_payment_instrument_card_tokenized_info.rb → default_payment_instrument_card_tokenized_information.rb} +1 -1
  89. data/lib/cybersource_rest_client/models/{tmsv2tokenize_default_payment_instrument_instrument_identifier.rb → default_payment_instrument_instrument_identifier.rb} +1 -1
  90. data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument_metadata.rb → default_payment_instrument_metadata.rb} +1 -1
  91. data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address.rb → default_shipping_address.rb} +4 -4
  92. data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address__links.rb → default_shipping_address__links.rb} +3 -3
  93. 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
  94. 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
  95. data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_shipping_address_metadata.rb → default_shipping_address_metadata.rb} +1 -1
  96. 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
  97. data/lib/cybersource_rest_client/models/{pts_v2_payments_post201_response_watchlist_screening_information_watch_list.rb → export_compliance_watch_list.rb} +2 -2
  98. 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
  99. data/lib/cybersource_rest_client/models/{get_subscription_response_1_payment_instrument_buyer_information.rb → follow_on_transaction_buyer_information.rb} +2 -2
  100. data/lib/cybersource_rest_client/models/generate_unified_checkout_v1_capture_context_request.rb +2 -2
  101. data/lib/cybersource_rest_client/models/get_all_subscriptions_response_order_information_amount_details_surcharge.rb +22 -5
  102. data/lib/cybersource_rest_client/models/get_subscription_response_1_payment_instrument.rb +2 -2
  103. data/lib/cybersource_rest_client/models/get_subscription_response_1_shipping_address.rb +1 -1
  104. data/lib/cybersource_rest_client/models/get_subscriptions_payments_response.rb +247 -0
  105. data/lib/cybersource_rest_client/models/get_subscriptions_payments_response_1.rb +224 -0
  106. data/lib/cybersource_rest_client/models/{pbl_payment_links_post201_response__links.rb → get_subscriptions_payments_response_1__links.rb} +1 -1
  107. data/lib/cybersource_rest_client/models/get_subscriptions_payments_response__links.rb +209 -0
  108. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_configuration_information_configurations_features.rb → get_subscriptions_payments_response_cycles_completed_count.rb} +11 -9
  109. data/lib/cybersource_rest_client/models/get_subscriptions_payments_response_subscription_payment.rb +356 -0
  110. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_amount_detail.rb → icc_amount_detail.rb} +2 -2
  111. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_items.rb → icc_line_item.rb} +4 -4
  112. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_items_additional_info.rb → icc_line_item_additional_info.rb} +1 -1
  113. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_items_policies.rb → icc_line_item_policies.rb} +1 -1
  114. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_merchant_information_merchant_descriptor.rb → icc_merchant_descriptor.rb} +1 -1
  115. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_processor_information_payment_instrument.rb → icc_payment_instrument.rb} +3 -3
  116. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconf_processor_info_payment_instrument_verifi_results.rb → icc_payment_instrument_verification_results.rb} +1 -1
  117. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_order_information_shipping_details.rb → icc_shipping_details.rb} +1 -1
  118. 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
  119. data/lib/cybersource_rest_client/models/{acpv1instructions_decline_threshold.rb → iccv1instructions_decline_threshold.rb} +2 -2
  120. data/lib/cybersource_rest_client/models/{acpv1instructions_mandates.rb → iccv1instructions_mandates.rb} +4 -4
  121. data/lib/cybersource_rest_client/models/{acpv1instructions_recurring_payment_information.rb → iccv1instructions_recurring_payment_information.rb} +2 -2
  122. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_confirmation_data.rb → iccv1instructionsinstruction_idconfirmations_confirmation_data.rb} +5 -5
  123. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_merchant_information.rb → iccv1instructionsinstruction_idconfirmations_merchant_information.rb} +1 -1
  124. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_order_information.rb → iccv1instructionsinstruction_idconfirmations_order_information.rb} +5 -5
  125. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idconfirmations_processor_information.rb → iccv1instructionsinstruction_idconfirmations_processor_information.rb} +4 -4
  126. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_attachments.rb → iccv1instructionsinstruction_idcredentials_attachments.rb} +1 -1
  127. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_client_reference_information.rb → iccv1instructionsinstruction_idcredentials_client_reference_information.rb} +1 -1
  128. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_mandate_reference_data.rb → iccv1instructionsinstruction_idcredentials_mandate_reference_data.rb} +1 -1
  129. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_merchant_information.rb → iccv1instructionsinstruction_idcredentials_merchant_information.rb} +2 -2
  130. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information.rb → iccv1instructionsinstruction_idcredentials_order_information.rb} +4 -4
  131. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_line_items.rb → iccv1instructionsinstruction_idcredentials_order_information_line_items.rb} +2 -2
  132. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_order_information_ship_to.rb → iccv1instructionsinstruction_idcredentials_order_information_ship_to.rb} +1 -1
  133. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_payment_options.rb → iccv1instructionsinstruction_idcredentials_payment_options.rb} +1 -1
  134. data/lib/cybersource_rest_client/models/{acpv1instructionsinstruction_idcredentials_transaction_data.rb → iccv1instructionsinstruction_idcredentials_transaction_data.rb} +7 -7
  135. data/lib/cybersource_rest_client/models/iccv1mppcredentials_challenge.rb +369 -0
  136. data/lib/cybersource_rest_client/models/iccv1mppcredentials_challenge_encryption_jwk.rb +336 -0
  137. data/lib/cybersource_rest_client/models/{acpv1tokens_assurance_data.rb → iccv1tokens_assurance_data.rb} +10 -10
  138. data/lib/cybersource_rest_client/models/{acpv1tokens_authenticated_identities.rb → iccv1tokens_authenticated_identities.rb} +2 -2
  139. data/lib/cybersource_rest_client/models/{acpv1tokens_authentication_context.rb → iccv1tokens_authentication_context.rb} +2 -2
  140. data/lib/cybersource_rest_client/models/{acpv1tokens_bill_to.rb → iccv1tokens_bill_to.rb} +2 -2
  141. data/lib/cybersource_rest_client/models/{acpv1tokens_buyer_information.rb → iccv1tokens_buyer_information.rb} +3 -3
  142. data/lib/cybersource_rest_client/models/{acpv1tokens_buyer_information_personal_identification.rb → iccv1tokens_buyer_information_personal_identification.rb} +9 -9
  143. data/lib/cybersource_rest_client/models/{acpv1tokens_consent_data.rb → iccv1tokens_consent_data.rb} +1 -1
  144. data/lib/cybersource_rest_client/models/{acpv1tokens_consumer_identity.rb → iccv1tokens_consumer_identity.rb} +2 -2
  145. data/lib/cybersource_rest_client/models/{acpv1tokens_device_information.rb → iccv1tokens_device_information.rb} +3 -3
  146. data/lib/cybersource_rest_client/models/{acpv1tokens_device_information_device_data.rb → iccv1tokens_device_information_device_data.rb} +1 -1
  147. data/lib/cybersource_rest_client/models/{acpv1tokens_enrollment_reference_data.rb → iccv1tokens_enrollment_reference_data.rb} +2 -2
  148. data/lib/cybersource_rest_client/models/{acpv1tokens_payment_information.rb → iccv1tokens_payment_information.rb} +5 -5
  149. data/lib/cybersource_rest_client/models/{acpv1tokens_payment_information_customer.rb → iccv1tokens_payment_information_customer.rb} +1 -1
  150. data/lib/cybersource_rest_client/models/{acpv1tokens_payment_information_instrument_identifier.rb → iccv1tokens_payment_information_instrument_identifier.rb} +1 -1
  151. data/lib/cybersource_rest_client/models/{acpv1tokens_payment_information_payment_instrument.rb → iccv1tokens_payment_information_payment_instrument.rb} +1 -1
  152. data/lib/cybersource_rest_client/models/inline_response_201_1_tokenized_card.rb +26 -5
  153. data/lib/cybersource_rest_client/models/inline_response_201_4_setups.rb +1 -1
  154. data/lib/cybersource_rest_client/models/inline_response_201_4_setups_commerce_solutions.rb +17 -7
  155. data/lib/cybersource_rest_client/models/inline_response_201_4_setups_risk.rb +16 -6
  156. data/lib/cybersource_rest_client/models/inline_response_201_4_setups_value_added_services.rb +27 -7
  157. data/lib/cybersource_rest_client/models/inline_response_400_10.rb +30 -75
  158. data/lib/cybersource_rest_client/models/{inline_response_400_8_details.rb → inline_response_400_10_details.rb} +1 -1
  159. data/lib/cybersource_rest_client/models/inline_response_400_11.rb +242 -0
  160. data/lib/cybersource_rest_client/models/inline_response_400_12.rb +235 -0
  161. data/lib/cybersource_rest_client/models/{inline_response_400_7_details.rb → inline_response_400_12_details.rb} +3 -3
  162. data/lib/cybersource_rest_client/models/inline_response_400_13.rb +281 -0
  163. data/lib/cybersource_rest_client/models/inline_response_400_6.rb +37 -60
  164. data/lib/cybersource_rest_client/models/inline_response_400_7.rb +6 -6
  165. data/lib/cybersource_rest_client/models/inline_response_400_8.rb +58 -36
  166. data/lib/cybersource_rest_client/models/{inline_response_400_6_fields.rb → inline_response_400_8_fields.rb} +1 -1
  167. data/lib/cybersource_rest_client/models/inline_response_400_9.rb +16 -16
  168. data/lib/cybersource_rest_client/models/inline_response_400_9_details.rb +2 -2
  169. data/lib/cybersource_rest_client/models/inline_response_404_3.rb +1 -1
  170. data/lib/cybersource_rest_client/models/inline_response_422_1.rb +1 -1
  171. data/lib/cybersource_rest_client/models/inline_response_502.rb +9 -53
  172. data/lib/cybersource_rest_client/models/inline_response_502_1.rb +24 -12
  173. data/lib/cybersource_rest_client/models/inline_response_502_2.rb +19 -47
  174. data/lib/cybersource_rest_client/models/inline_response_502_3.rb +251 -0
  175. data/lib/cybersource_rest_client/models/iplv2paymentlinks_order_information_line_items.rb +73 -5
  176. data/lib/cybersource_rest_client/models/microform_config_features.rb +189 -0
  177. data/lib/cybersource_rest_client/models/microform_config_features_gateway_agnostic.rb +189 -0
  178. data/lib/cybersource_rest_client/models/mit_reversal_request.rb +11 -1
  179. data/lib/cybersource_rest_client/models/mpp_credentials_request.rb +221 -0
  180. data/lib/cybersource_rest_client/models/mpp_credentials_response200.rb +338 -0
  181. data/lib/cybersource_rest_client/models/patch_customer_payment_instrument_request.rb +8 -8
  182. data/lib/cybersource_rest_client/models/patch_customer_request.rb +1 -1
  183. data/lib/cybersource_rest_client/models/patch_customer_shipping_address_request.rb +3 -3
  184. data/lib/cybersource_rest_client/models/patch_instrument_identifier_request.rb +1 -1
  185. data/lib/cybersource_rest_client/models/patch_payment_instrument_request.rb +8 -8
  186. data/lib/cybersource_rest_client/models/{tmsv2tokenize_token_information_customer__embedded_default_payment_instrument.rb → payment_instrument.rb} +9 -9
  187. data/lib/cybersource_rest_client/models/payment_instrument_list_1__embedded.rb +1 -1
  188. data/lib/cybersource_rest_client/models/payment_instrument_list__embedded.rb +1 -1
  189. data/lib/cybersource_rest_client/models/{payment_instrument_list_1__embedded__embedded.rb → payment_instrument_list__embedded__embedded.rb} +1 -1
  190. data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments.rb → payments_configuration_setup.rb} +45 -25
  191. 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
  192. 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
  193. data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_card_processing.rb → payments_configuration_setup_card_processing.rb} +3 -3
  194. 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
  195. 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
  196. data/lib/cybersource_rest_client/models/{inline_response_201_4_setups_payments_digital_payments.rb → payments_configuration_setup_digital_payments.rb} +2 -2
  197. data/lib/cybersource_rest_client/models/payments_products.rb +25 -5
  198. data/lib/cybersource_rest_client/models/payments_products_alternative_payment_methods_configuration_information_configurations.rb +1 -1
  199. data/lib/cybersource_rest_client/models/payments_products_currency_conversion_configuration_information_configurations_processors.rb +14 -2
  200. data/lib/cybersource_rest_client/models/payments_products_microform.rb +199 -0
  201. data/lib/cybersource_rest_client/models/payments_products_microform_configuration_information.rb +199 -0
  202. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_configuration_information_configurations.rb → payments_products_microform_configuration_information_configurations.rb} +2 -2
  203. data/lib/cybersource_rest_client/models/payments_products_microform_subscription_information.rb +227 -0
  204. data/lib/cybersource_rest_client/models/payments_products_payouts_configuration_information.rb +1 -1
  205. data/lib/cybersource_rest_client/models/payments_products_unified_checkout_configuration_information.rb +1 -1
  206. data/lib/cybersource_rest_client/models/payments_products_unified_checkout_subscription_information.rb +1 -1
  207. data/lib/cybersource_rest_client/models/pbl_payment_links_get200_response.rb +1 -1
  208. data/lib/cybersource_rest_client/models/pbl_payment_links_post201_response.rb +1 -1
  209. data/lib/cybersource_rest_client/models/post_customer_payment_instrument_request.rb +8 -8
  210. data/lib/cybersource_rest_client/models/post_customer_request.rb +1 -1
  211. data/lib/cybersource_rest_client/models/post_customer_shipping_address_request.rb +3 -3
  212. data/lib/cybersource_rest_client/models/post_instrument_identifier_enrollment_request.rb +1 -1
  213. data/lib/cybersource_rest_client/models/post_instrument_identifier_request.rb +1 -1
  214. data/lib/cybersource_rest_client/models/post_issuer_life_cycle_simulation_request.rb +1 -1
  215. data/lib/cybersource_rest_client/models/post_payment_credentials_request.rb +1 -1
  216. data/lib/cybersource_rest_client/models/post_payment_credentials_request_1.rb +1 -1
  217. data/lib/cybersource_rest_client/models/post_payment_instrument_request.rb +8 -8
  218. data/lib/cybersource_rest_client/models/post_tokenized_card_request.rb +15 -5
  219. data/lib/cybersource_rest_client/models/{ptsv2payments_processing_information_authorization_options.rb → processing_info_authorization_options.rb} +2 -2
  220. data/lib/cybersource_rest_client/models/{ptsv2payments_processing_information_authorization_options_initiator.rb → processing_info_authorization_options_initiator.rb} +2 -2
  221. data/lib/cybersource_rest_client/models/{ptsv2payments_merchant_initiated_transaction.rb → processing_info_authorization_options_initiator_merchant_initiated_transaction.rb} +4 -4
  222. data/lib/cybersource_rest_client/models/{pts_v2_payments_post201_response_processor_information_seller_protection.rb → processor_information_seller_protection.rb} +1 -1
  223. data/lib/cybersource_rest_client/models/pts_v2_create_billing_agreement_post201_response_agreement_information.rb +80 -1
  224. data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response.rb +42 -2
  225. data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_merchant_information.rb +196 -0
  226. data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_recipient_information_payment_information.rb → pts_v2_credits_post201_response_payment_account_information.rb} +2 -2
  227. data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_payment_information.rb +15 -5
  228. data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_payment_information_account_features.rb +196 -0
  229. data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_token_information.rb +189 -0
  230. data/lib/cybersource_rest_client/models/pts_v2_incremental_authorization_patch201_response_processor_information.rb +1 -1
  231. data/lib/cybersource_rest_client/models/pts_v2_modify_billing_agreement_post201_response_agreement_information.rb +35 -1
  232. data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_point_of_sale_information.rb +22 -5
  233. data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_processor_information.rb +1 -1
  234. data/lib/cybersource_rest_client/models/pts_v2_payments_order_post201_response_order_information_shipping_details.rb +1 -1
  235. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_1_processor_information.rb +1 -1
  236. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_consumer_authentication_information.rb +106 -5
  237. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_consumer_authentication_information_strong_authentication.rb +22 -5
  238. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_account_information.rb +15 -5
  239. data/lib/cybersource_rest_client/models/{pts_v2_payments_post201_response_payment_information_tokenized_card.rb → pts_v2_payments_post201_response_payment_account_information_tokenized_card.rb} +1 -1
  240. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information.rb +1 -1
  241. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processing_information.rb +18 -1
  242. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information.rb +24 -7
  243. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information.rb +15 -5
  244. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_third_party_token.rb +213 -0
  245. data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_watchlist_screening_information.rb +1 -1
  246. data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response.rb +1 -1
  247. data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_error_information.rb +1 -1
  248. data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_order_information_amount_details.rb +18 -1
  249. data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_processor_information.rb +19 -2
  250. data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response_processor_information.rb +1 -1
  251. data/lib/cybersource_rest_client/models/pts_v2_payments_voids_post201_response_processor_information.rb +7 -1
  252. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_issuer_information.rb +166 -1
  253. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information.rb +45 -5
  254. data/lib/cybersource_rest_client/models/{pull_funds201_response_processor_information_avs.rb → pts_v2_payouts_post201_response_processor_information_avs.rb} +1 -1
  255. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information_customer.rb +196 -0
  256. data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information_electronic_verification_results.rb +281 -0
  257. data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_buyer_information.rb +196 -0
  258. data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_order_information_amount_details.rb +1 -1
  259. data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information.rb +19 -6
  260. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information.rb +19 -6
  261. data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_recipient_information.rb +1 -1
  262. data/lib/cybersource_rest_client/models/ptsv2billingagreements_agreement_information.rb +84 -5
  263. data/lib/cybersource_rest_client/models/ptsv2billingagreements_order_information.rb +12 -2
  264. data/lib/cybersource_rest_client/models/ptsv2billingagreements_order_information_amount_details.rb +230 -0
  265. data/lib/cybersource_rest_client/models/{ptsv2intents_order_information_invoice_details.rb → ptsv2billingagreements_order_information_invoice_details.rb} +1 -1
  266. data/lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_bank.rb +15 -5
  267. data/lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_bank_account_alias.rb +207 -0
  268. data/lib/cybersource_rest_client/models/ptsv2billingagreements_processing_information.rb +18 -1
  269. data/lib/cybersource_rest_client/models/ptsv2billingagreementsid_agreement_information.rb +56 -5
  270. data/lib/cybersource_rest_client/models/ptsv2billingagreementsid_processing_information.rb +18 -1
  271. data/lib/cybersource_rest_client/models/ptsv2credits_processing_information.rb +36 -6
  272. data/lib/cybersource_rest_client/models/ptsv2credits_processing_information_refund_options.rb +22 -5
  273. data/lib/cybersource_rest_client/models/ptsv2credits_token_information.rb +228 -0
  274. data/lib/cybersource_rest_client/models/ptsv2intents_order_information.rb +1 -1
  275. data/lib/cybersource_rest_client/models/ptsv2intentsid_order_information.rb +1 -1
  276. data/lib/cybersource_rest_client/models/ptsv2payments_aggregator_information_sub_merchant.rb +15 -5
  277. data/lib/cybersource_rest_client/models/ptsv2payments_consumer_authentication_information.rb +16 -5
  278. data/lib/cybersource_rest_client/models/ptsv2payments_order_information.rb +28 -1
  279. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_digital_currency.rb +231 -0
  280. data/lib/cybersource_rest_client/models/ptsv2payments_order_information_shipping_details.rb +23 -6
  281. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information.rb +32 -5
  282. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank.rb +15 -5
  283. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank_account_alias.rb +207 -0
  284. data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_third_party_token.rb +196 -0
  285. data/lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information.rb +18 -1
  286. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information.rb +74 -8
  287. data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_program_indicators.rb +202 -0
  288. data/lib/cybersource_rest_client/models/ptsv2payments_processor_information.rb +73 -5
  289. data/lib/cybersource_rest_client/models/ptsv2payments_recipient_information.rb +16 -5
  290. data/lib/cybersource_rest_client/models/ptsv2payments_sender_information.rb +16 -5
  291. data/lib/cybersource_rest_client/models/ptsv2payments_token_information.rb +32 -5
  292. data/lib/cybersource_rest_client/models/ptsv2payments_token_information_token_authentication_information.rb +193 -0
  293. data/lib/cybersource_rest_client/models/ptsv2payments_token_information_token_authentication_information_authenticated_identities.rb +252 -0
  294. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_aggregator_information_sub_merchant.rb +15 -5
  295. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_shipping_details.rb +100 -5
  296. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_point_of_sale_information.rb +22 -5
  297. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processing_information.rb +19 -2
  298. data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processor_information.rb +39 -5
  299. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information.rb +15 -5
  300. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information_shipping_details.rb +196 -0
  301. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information.rb +32 -5
  302. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_processing_information.rb +1 -1
  303. data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_processing_information_refund_options.rb +22 -5
  304. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_device_information.rb +196 -0
  305. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_payment_information.rb +22 -5
  306. data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_processing_information.rb +1 -1
  307. data/lib/cybersource_rest_client/models/ptsv2payouts_processing_information.rb +18 -5
  308. data/lib/cybersource_rest_client/models/pull_funds201_response_processor_information.rb +36 -6
  309. data/lib/cybersource_rest_client/models/pull_funds_request.rb +11 -1
  310. data/lib/cybersource_rest_client/models/push_funds201_response.rb +11 -1
  311. data/lib/cybersource_rest_client/models/push_funds201_response_issuer_information.rb +344 -0
  312. data/lib/cybersource_rest_client/models/push_funds201_response_processor_information.rb +45 -5
  313. data/lib/cybersource_rest_client/models/push_funds_transfer_payment_information.rb +189 -0
  314. data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_recipient_information_payment_information_card.rb → push_funds_transfer_payment_information_card.rb} +4 -4
  315. data/lib/cybersource_rest_client/models/{ptsv1pushfundstransfer_recipient_information_payment_information_card_customer.rb → push_funds_transfer_payment_information_card_customer.rb} +1 -1
  316. 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
  317. 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
  318. data/lib/cybersource_rest_client/models/{rbsv1subscriptions_processing_information_authorization_options.rb → rbs_authorization_options.rb} +2 -2
  319. data/lib/cybersource_rest_client/models/{rbsv1subscriptions_processing_information_authorization_options_initiator.rb → rbs_authorization_options_initiator.rb} +1 -1
  320. data/lib/cybersource_rest_client/models/rbsv1subscriptions_processing_information.rb +1 -1
  321. data/lib/cybersource_rest_client/models/{reporting_v3_report_definitions_name_get200_response_default_settings.rb → report_definition_default_settings.rb} +1 -1
  322. data/lib/cybersource_rest_client/models/reporting_v3_report_definitions_get200_response_report_definitions.rb +1 -1
  323. data/lib/cybersource_rest_client/models/reporting_v3_report_definitions_name_get200_response.rb +1 -1
  324. data/lib/cybersource_rest_client/models/{risk_v1_address_verifications_post201_response_address_verification_information.rb → risk_address_verification_information.rb} +3 -3
  325. 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
  326. 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
  327. data/lib/cybersource_rest_client/models/{risk_v1_address_verifications_post201_response_address1.rb → risk_address_verification_information_standard_address_address1.rb} +1 -1
  328. data/lib/cybersource_rest_client/models/risk_products.rb +15 -5
  329. data/lib/cybersource_rest_client/models/risk_v1_address_verifications_post201_response.rb +1 -1
  330. data/lib/cybersource_rest_client/models/riskv1decisions_order_information_ship_to.rb +39 -5
  331. data/lib/cybersource_rest_client/models/riskv1decisions_order_information_shipping_details.rb +1 -1
  332. data/lib/cybersource_rest_client/models/shipping_address_list_for_customer__embedded.rb +1 -1
  333. data/lib/cybersource_rest_client/models/tms_card_art.rb +23 -1
  334. data/lib/cybersource_rest_client/models/tms_embedded_instrument_identifier.rb +1 -1
  335. data/lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_bill_to.rb +22 -5
  336. data/lib/cybersource_rest_client/models/{tmsv2tokenizedcardstokenized_card_idissuerlifecycleeventsimulations_metadata.rb → tms_issuer_life_cycle_event_simulation_metadata.rb} +2 -2
  337. 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
  338. 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
  339. data/lib/cybersource_rest_client/models/{tms_embedded_instrument_identifier_point_of_sale_information.rb → tms_point_of_sale_information.rb} +2 -2
  340. 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
  341. data/lib/cybersource_rest_client/models/tms_tokenized_card_delete_request.rb +189 -0
  342. data/lib/cybersource_rest_client/models/tmsv1paymentinstruments__embedded.rb +190 -0
  343. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card.rb +22 -1
  344. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_card.rb +1 -1
  345. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata.rb +16 -5
  346. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer.rb +41 -8
  347. data/lib/cybersource_rest_client/models/{tmsv3tokenstoken_idpaymentcredentials_merchant_information_merchant_descriptor.rb → tmsv2_tokenized_card_metadata_issuer_bank_applications.rb} +11 -11
  348. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer_capabilities.rb +257 -0
  349. data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_verification_results.rb +202 -0
  350. data/lib/cybersource_rest_client/models/tmsv2customers__embedded.rb +200 -0
  351. data/lib/cybersource_rest_client/models/tmsv2tokenize_token_information.rb +2 -2
  352. data/lib/cybersource_rest_client/models/tmsv2tokenize_token_information_customer__embedded.rb +2 -2
  353. data/lib/cybersource_rest_client/models/{tmsv3tokenstoken_idpaymentcredentials_order_information_bill_to.rb → tmsv2tokenizedcards_bill_to.rb} +1 -1
  354. data/lib/cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_iddelete_reason.rb +208 -0
  355. data/lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_authenticated_identities.rb +19 -8
  356. data/lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_order_information.rb +1 -1
  357. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_shipping_details.rb +1 -1
  358. data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_sender_information.rb +1 -1
  359. data/lib/cybersource_rest_client/models/uc_configurations.rb +189 -0
  360. data/lib/cybersource_rest_client/models/uc_configurations_features.rb +209 -0
  361. data/lib/cybersource_rest_client/models/uc_configurations_features_click_to_pay.rb +189 -0
  362. data/lib/cybersource_rest_client/models/uc_configurations_features_click_to_pay_enrollment_data.rb +223 -0
  363. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_configuration_information_configurations_features_paze.rb → uc_configurations_features_paze.rb} +2 -2
  364. data/lib/cybersource_rest_client/models/uc_configurations_features_portfolio_accessto_sensitive_data.rb +190 -0
  365. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features.rb → uc_feature_subscription.rb} +22 -22
  366. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_after_pay.rb → uc_feature_subscription_after_pay.rb} +1 -1
  367. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_apple_pay.rb → uc_feature_subscription_apple_pay.rb} +1 -1
  368. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_bancontact.rb → uc_feature_subscription_bancontact.rb} +1 -1
  369. 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
  370. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_decision_manager.rb → uc_feature_subscription_decision_manager.rb} +1 -1
  371. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_dragon_pay.rb → uc_feature_subscription_dragon_pay.rb} +1 -1
  372. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_e_check.rb → uc_feature_subscription_e_check.rb} +1 -1
  373. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_google_pay.rb → uc_feature_subscription_google_pay.rb} +1 -1
  374. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_ideal.rb → uc_feature_subscription_ideal.rb} +1 -1
  375. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_konbini.rb → uc_feature_subscription_konbini.rb} +1 -1
  376. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_multibanco.rb → uc_feature_subscription_multibanco.rb} +1 -1
  377. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_my_bank.rb → uc_feature_subscription_my_bank.rb} +1 -1
  378. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_p24.rb → uc_feature_subscription_p24.rb} +1 -1
  379. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_pay_pal.rb → uc_feature_subscription_pay_pal.rb} +1 -1
  380. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_payer_authentication.rb → uc_feature_subscription_payer_authentication.rb} +1 -1
  381. 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
  382. 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
  383. 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
  384. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_token_management.rb → uc_feature_subscription_token_management.rb} +1 -1
  385. 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
  386. data/lib/cybersource_rest_client/models/{payments_products_unified_checkout_subscription_information_features_venmo.rb → uc_feature_subscription_venmo.rb} +1 -1
  387. data/lib/cybersource_rest_client/models/ucv1sessions_complete_mandate.rb +1 -1
  388. data/lib/cybersource_rest_client/models/ucv1sessions_data.rb +45 -15
  389. data/lib/cybersource_rest_client/models/ucv1sessions_data_aggregator_information.rb +325 -0
  390. data/lib/cybersource_rest_client/models/ucv1sessions_data_aggregator_information_sub_merchant.rb +366 -0
  391. data/lib/cybersource_rest_client/models/ucv1sessions_data_client_reference_information.rb +227 -0
  392. data/lib/cybersource_rest_client/models/ucv1sessions_data_consumer_authentication_information.rb +22 -5
  393. data/lib/cybersource_rest_client/models/ucv1sessions_data_installment_information.rb +196 -0
  394. data/lib/cybersource_rest_client/models/ucv1sessions_data_merchant_information.rb +22 -5
  395. data/lib/cybersource_rest_client/models/ucv1sessions_data_merchant_information_merchant_descriptor.rb +18 -1
  396. data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information.rb +17 -7
  397. data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_amount_details.rb +86 -12
  398. data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_invoice_details.rb +242 -0
  399. data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_invoice_details_transaction_advice_addendum.rb +196 -0
  400. data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_line_items.rb +702 -0
  401. data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_ship_to.rb +388 -0
  402. data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_shipping_details.rb +213 -0
  403. data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information.rb +38 -1
  404. data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_authorization_options_initiator.rb +1 -1
  405. data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_bank_transfer_options.rb +196 -0
  406. data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_recurring_options.rb +192 -0
  407. data/lib/cybersource_rest_client/models/ucv1sessions_data_recipient_information.rb +107 -53
  408. data/lib/cybersource_rest_client/models/ucv1sessions_data_sender_information.rb +376 -0
  409. data/lib/cybersource_rest_client/models/ucv1sessions_data_sender_information_account.rb +213 -0
  410. data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations.rb +11 -1
  411. data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_googlepay.rb +1 -1
  412. data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_paypal.rb +211 -0
  413. data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_paypal_tokenized_payment_method.rb +213 -0
  414. data/lib/cybersource_rest_client/models/ucv1sessions_payment_configurations_tms_token.rb +1 -1
  415. data/lib/cybersource_rest_client/models/{underwriting_configuration_organization_information_business_information_business_details.rb → underwriting_configuration_business_details.rb} +2 -2
  416. data/lib/cybersource_rest_client/models/underwriting_configuration_business_details_product_services_subscription.rb +1 -1
  417. data/lib/cybersource_rest_client/models/underwriting_configuration_organization_information_business_information.rb +1 -1
  418. data/lib/cybersource_rest_client/models/{upv1capturecontexts_data_processing_info_mit.rb → unified_checkout_merchant_initiated_transaction.rb} +1 -1
  419. data/lib/cybersource_rest_client/models/update_payments.rb +192 -0
  420. data/lib/cybersource_rest_client/models/upv1capturecontexts_data_order_information.rb +4 -2
  421. data/lib/cybersource_rest_client/models/upv1capturecontexts_data_order_information_line_items.rb +2 -2
  422. data/lib/cybersource_rest_client/models/{upv1capturecontexts_data_order_information_line_items_passenger.rb → upv1capturecontexts_data_order_information_passenger.rb} +1 -1
  423. data/lib/cybersource_rest_client/models/{upv1capturecontexts_data_order_information_line_items_tax_details.rb → upv1capturecontexts_data_order_information_tax_details.rb} +1 -1
  424. data/lib/cybersource_rest_client/models/upv1capturecontexts_data_processing_information_authorization_options_initiator.rb +1 -1
  425. data/lib/cybersource_rest_client/models/value_added_services_products.rb +25 -5
  426. data/lib/cybersource_rest_client/models/{vt_config_card_not_present_global_payment_information.rb → virtual_terminal_global_payment_settings.rb} +4 -4
  427. 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
  428. 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
  429. 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
  430. data/lib/cybersource_rest_client/models/vt_config_card_not_present.rb +1 -1
  431. data/lib/cybersource_rest_client.rb +225 -158
  432. metadata +231 -164
  433. data/lib/cybersource_rest_client/api/enrollment_api.rb +0 -104
  434. data/lib/cybersource_rest_client/api/token_api.rb +0 -306
  435. data/lib/cybersource_rest_client/api/tokenized_card_api.rb +0 -371
  436. data/lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_merchant_information.rb +0 -189
  437. data/lib/cybersource_rest_client/utilities/flex/token_verification.rb +0 -42
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c7b2145187caddc5e65d832429b125682e89bd7cb5524cce56ac174480dd8fb8
4
- data.tar.gz: '05439a8ea021577faf619bc4ceff17236524baf1cfaa3738f8712ae278c1f671'
3
+ metadata.gz: 34454664d9ec155d9dd0094a993b16a4fa5fa3d15348271dad33d48ec0ca8dea
4
+ data.tar.gz: '09efd41467183272900951d0182defdb85e63ff12d0328ca340ceb94fd5b5752'
5
5
  SHA512:
6
- metadata.gz: 82bf63f6b1166f9822849d41bbad0999a78318d158bd891af281e7cee28b6f421b45cc56c6bb309feaf660ecdd1551801976f5091f7bc5419c82f7fdd8e70e27
7
- data.tar.gz: a2b31e89fea58024cf133481dc8ee379a7ab7f94d810150b77738456f62763125da4a0d0c7342cb7adc4cb05aa365c39ff8afe254ba65e089c7ce6f7146a96ad
6
+ metadata.gz: 3eb75e9385dd046a83fd2fd9539e18f6e8e3510d544759608058efa5d36ac61d71ade3c8123ceef8ddee1e690dacd84d604135ede80a639c61f276827b6e76de
7
+ data.tar.gz: 770a3cf7980a42709df7fa1122fe22d8576ccd25363b25d48b10fc4046baef465608e726c27ae00be313c36113edb6f0de05a04754eb01194952dbc9ba996afb
@@ -22,19 +22,41 @@ public
22
22
  @log_obj = Log.new merchantconfig_obj.log_config, "JwtToken"
23
23
 
24
24
  begin
25
- # Get payload claim set for JWTv2
25
+ # Get payload claim set for JWTv2 (identical for both key types)
26
26
  payload_claim_set = getPayloadClaimSet(merchantconfig_obj, isResponseMLEForApi)
27
-
28
- # Get cached certificate and private key
29
- cache_value = Cache.new.fetchCachedP12Certificate(merchantconfig_obj)
30
- private_key = cache_value.private_key
31
- jwt_cert_obj = cache_value.cert
32
-
33
- # Get header claim set for JWTv2
34
- header_claim_set = getHeaderClaimSet(jwt_cert_obj)
35
-
36
- # Generate JWT token using RS256 algorithm
37
- token = JWT.encode(payload_claim_set, private_key, 'RS256', header_claim_set)
27
+ token = ''
28
+ if merchantconfig_obj.is_shared_secret_key_type?
29
+ # Shared Secret (HMAC-SHA256) signing
30
+ @log_obj.logger.debug('Generating JWT token using shared secret (HS256)')
31
+
32
+ secret_key = merchantconfig_obj.merchantSecretKey
33
+ begin
34
+ secret_key_decoded = Base64.strict_decode64(secret_key)
35
+ rescue ArgumentError => e
36
+ raise StandardError.new("Invalid base64-encoded secret key: #{e.message}")
37
+ end
38
+
39
+ # Get header claim set with merchantKeyId as kid
40
+ header_claim_set = getHeaderClaimSet(merchant_key_id: merchantconfig_obj.merchantKeyId)
41
+
42
+ # Generate JWT token using HS256 algorithm
43
+ token = JWT.encode(payload_claim_set, secret_key_decoded, 'HS256', header_claim_set)
44
+ else
45
+ # P12 Certificate (RSA-SHA256) signing — existing behavior
46
+ @log_obj.logger.debug('Generating JWT token using P12 certificate (RS256)')
47
+
48
+ # Get cached certificate and private key
49
+ cache_value = Cache.new.fetchCachedP12Certificate(merchantconfig_obj)
50
+ private_key = cache_value.private_key
51
+ jwt_cert_obj = cache_value.cert
52
+
53
+ # Get header claim set with certificate serial number as kid
54
+ header_claim_set = getHeaderClaimSet(certificate: jwt_cert_obj)
55
+
56
+ # Generate JWT token using RS256 algorithm
57
+ token = JWT.encode(payload_claim_set, private_key, 'RS256', header_claim_set)
58
+ end
59
+
38
60
  return token
39
61
  rescue StandardError => err
40
62
  if err.message.include? 'PKCS12_parse: mac verify failure'
@@ -68,7 +90,7 @@ public
68
90
  # Set the request method, host and resource path in the JWT body as per the specification for all request types
69
91
  jwt_payload['request-method'] = request_type
70
92
  jwt_payload['request-host'] = merchantconfig_obj.requestHost
71
- jwt_payload['request-resource-path'] = extractResourcePath(merchantconfig_obj.requestTarget)
93
+ jwt_payload['request-resource-path'] = merchantconfig_obj.requestTarget
72
94
 
73
95
  # Choose issuer claim in the JWT body as per the use_metakey flag in the config file
74
96
  if merchantconfig_obj.useMetaKey
@@ -90,26 +112,23 @@ public
90
112
  return jwt_payload
91
113
  end
92
114
 
93
- def getHeaderClaimSet(jwt_cert_obj)
94
- # Extract serial number from certificate for kid header
95
- serial_number = MLEUtility.extract_serial_number_from_certificate(jwt_cert_obj)
96
-
115
+ def getHeaderClaimSet(merchant_key_id: nil, certificate: nil)
116
+ kid_value = ''
117
+ if !certificate.nil?
118
+ kid_value = MLEUtility.extract_serial_number_from_certificate(certificate)
119
+ elsif !merchant_key_id.nil? && !merchant_key_id.to_s.empty?
120
+ kid_value = merchant_key_id
121
+ else
122
+ raise StandardError.new("Either certificate or merchant_key_id must be provided for JWT header")
123
+ end
124
+
97
125
  jwt_headers = {
98
- 'kid' => serial_number,
126
+ 'kid' => kid_value,
99
127
  'typ' => 'JWT'
100
128
  }
101
129
 
102
- # Add any other future parameters to the header claim set here
103
130
  return jwt_headers
104
131
  end
105
132
 
106
- def extractResourcePath(request_target)
107
- return '' if request_target.nil? || request_target.empty?
108
-
109
- # Split the string to remove the query params
110
- parts = request_target.split('?', 2)
111
- return parts[0]
112
- end
113
-
114
133
  implements TokenInterface
115
134
  end
@@ -28,9 +28,11 @@ public
28
28
  @keyAlias = cybsPropertyObj['keyAlias']
29
29
  @keyPass = cybsPropertyObj['keyPass']
30
30
  @keyFilename = cybsPropertyObj['keyFilename']
31
+ @jwtKeyType = cybsPropertyObj['jwtKeyType'] ? cybsPropertyObj['jwtKeyType'].to_s.upcase : Constants::JWT_KEY_TYPE_P12
31
32
  @useMetaKey = cybsPropertyObj['useMetaKey']
32
33
  @portfolioID = cybsPropertyObj['portfolioID']
33
34
  @solutionId = cybsPropertyObj['solutionId']
35
+ @isSDK = cybsPropertyObj['isSDK'] == true || cybsPropertyObj['isSDK'].to_s.strip.casecmp?('true')
34
36
  @p12KeyFilePath = nil
35
37
  # MutualAuth & OAuth Parameters
36
38
  @enableClientCert = cybsPropertyObj['enableClientCert']
@@ -229,40 +231,52 @@ public
229
231
  elsif !@merchantId.instance_of? String
230
232
  @merchantId=@merchantId.to_s
231
233
  end
232
- if @keyAlias.to_s.empty?
233
- @keyAlias = @merchantId
234
- @log_obj.logger.warn(ExceptionHandler.new.new_api_warning Constants::WARNING_PREFIX + Constants::KEY_ALIAS_NULL_EMPTY)
235
- elsif !@keyAlias.instance_of? String
236
- @keyAlias=@keyAlias.to_s
237
- end
238
- if !@useMetaKey && @keyAlias != @merchantId
239
- @keyAlias = @merchantId
240
- @log_obj.logger.warn(ExceptionHandler.new.new_api_warning Constants::WARNING_PREFIX + Constants::INCORRECT_KEY_ALIAS)
241
- end
242
- if @useMetaKey && @keyAlias != @portfolioID
243
- @keyAlias = @portfolioID
244
- @log_obj.logger.warn(ExceptionHandler.new.new_api_warning Constants::WARNING_PREFIX + Constants::INCORRECT_KEY_ALIAS_USE_METAKEY)
245
- end
246
- if @keyPass.to_s.empty?
247
- @keyPass = @merchantId
248
- @log_obj.logger.warn(ExceptionHandler.new.new_api_warning Constants::WARNING_PREFIX + Constants::KEY_PASS_NULL)
249
- elsif !@keyPass.instance_of? String
250
- @keyPass=@keyPass.to_s
251
- end
252
- if @keysDirectory.to_s.empty?
253
- @keysDirectory = Constants::DEFAULT_KEY_DIRECTORY
254
- @log_obj.logger.warn(ExceptionHandler.new.new_api_warning Constants::WARNING_PREFIX + Constants::KEY_DIRECTORY_EMPTY + @keysDirectory)
255
- elsif !@keysDirectory.instance_of? String
256
- @keysDirectory=@keysDirectory.to_s
257
- end
258
- if @keyFilename.to_s.empty?
259
- @keyFilename = @merchantId
260
- @log_obj.logger.warn(ExceptionHandler.new.new_api_warning Constants::WARNING_PREFIX + Constants::KEY_FILE_NAME_NULL_EMPTY)
261
- elsif !@keyFilename.instance_of? String
262
- @keyFilename=@keyFilename.to_s
263
- end
264
- if !check_key_file
265
- @log_obj.logger.error(ExceptionHandler.new.new_custom_error "Error finding or accessing the Key Directory or Key File. Please review the values in the merchant configuration.")
234
+
235
+ # Validate jwtKeyType
236
+ check_jwt_key_type
237
+
238
+ if is_shared_secret_key_type?
239
+ # Shared Secret validation — same credentials as HTTP_SIGNATURE
240
+ validateSharedSecretKeyCredentials()
241
+ else
242
+ # P12 validation (existing behavior)
243
+ if @keyAlias.to_s.empty?
244
+ @keyAlias = @merchantId
245
+ @log_obj.logger.warn(ExceptionHandler.new.new_api_warning Constants::WARNING_PREFIX + Constants::KEY_ALIAS_NULL_EMPTY)
246
+ elsif !@keyAlias.instance_of? String
247
+ @keyAlias=@keyAlias.to_s
248
+ end
249
+ if !@useMetaKey && @keyAlias != @merchantId
250
+ @keyAlias = @merchantId
251
+ @log_obj.logger.warn(ExceptionHandler.new.new_api_warning Constants::WARNING_PREFIX + Constants::INCORRECT_KEY_ALIAS)
252
+ end
253
+ if @useMetaKey && @keyAlias != @portfolioID
254
+ @keyAlias = @portfolioID
255
+ @log_obj.logger.warn(ExceptionHandler.new.new_api_warning Constants::WARNING_PREFIX + Constants::INCORRECT_KEY_ALIAS_USE_METAKEY)
256
+ end
257
+ if @keyPass.to_s.empty?
258
+ @keyPass = @merchantId
259
+ @log_obj.logger.warn(ExceptionHandler.new.new_api_warning Constants::WARNING_PREFIX + Constants::KEY_PASS_NULL)
260
+ elsif !@keyPass.instance_of? String
261
+ @keyPass=@keyPass.to_s
262
+ end
263
+ if @keysDirectory.to_s.empty?
264
+ @keysDirectory = Constants::DEFAULT_KEY_DIRECTORY
265
+ @log_obj.logger.warn(ExceptionHandler.new.new_api_warning Constants::WARNING_PREFIX + Constants::KEY_DIRECTORY_EMPTY + @keysDirectory)
266
+ elsif !@keysDirectory.instance_of? String
267
+ @keysDirectory=@keysDirectory.to_s
268
+ end
269
+ if @keyFilename.to_s.empty?
270
+ @keyFilename = @merchantId
271
+ @log_obj.logger.warn(ExceptionHandler.new.new_api_warning Constants::WARNING_PREFIX + Constants::KEY_FILE_NAME_NULL_EMPTY)
272
+ elsif !@keyFilename.instance_of? String
273
+ @keyFilename=@keyFilename.to_s
274
+ end
275
+ if !check_key_file
276
+ err = StandardError.new(Constants::ERROR_PREFIX + "Cannot find or access the Key Directory or Key File. Please review the values in the merchant configuration.")
277
+ @log_obj.logger.error(ExceptionHandler.new.new_api_exception err)
278
+ raise err
279
+ end
266
280
  end
267
281
  end
268
282
  if @authenticationType.upcase == Constants::AUTH_TYPE_MUTUAL_AUTH
@@ -305,20 +319,7 @@ public
305
319
  elsif !@merchantId.instance_of? String
306
320
  @merchantId=@merchantId.to_s
307
321
  end
308
- if @merchantKeyId.to_s.empty?
309
- err = StandardError.new(Constants::ERROR_PREFIX+ Constants::MERCHANT_KEY_ID_MANDATORY)
310
- @log_obj.logger.error(ExceptionHandler.new.new_api_exception err)
311
- raise err
312
- elsif !@merchantKeyId.instance_of? String
313
- @merchantKeyId=@merchantKeyId.to_s
314
- end
315
- if @merchantSecretKey.to_s.empty?
316
- err = StandardError.new(Constants::ERROR_PREFIX+ Constants::MERCHANT_SECRET_KEY_MANDATORY)
317
- @log_obj.logger.error(ExceptionHandler.new.new_api_exception err)
318
- raise err
319
- elsif !@merchantSecretKey.instance_of? String
320
- @merchantSecretKey=@merchantSecretKey.to_s
321
- end
322
+ validateSharedSecretKeyCredentials()
322
323
  end
323
324
  if @useMetaKey && @portfolioID.to_s.empty?
324
325
  err = StandardError.new(Constants::ERROR_PREFIX+ Constants::PORTFOLIO_ID_MANDATORY)
@@ -337,6 +338,23 @@ public
337
338
  end
338
339
  end
339
340
 
341
+ def validateSharedSecretKeyCredentials()
342
+ if @merchantKeyId.to_s.empty?
343
+ err = StandardError.new(Constants::ERROR_PREFIX+ Constants::MERCHANT_KEY_ID_MANDATORY)
344
+ @log_obj.logger.error(ExceptionHandler.new.new_api_exception err)
345
+ raise err
346
+ elsif !@merchantKeyId.instance_of? String
347
+ @merchantKeyId=@merchantKeyId.to_s
348
+ end
349
+ if @merchantSecretKey.to_s.empty?
350
+ err = StandardError.new(Constants::ERROR_PREFIX+ Constants::MERCHANT_SECRET_KEY_MANDATORY)
351
+ @log_obj.logger.error(ExceptionHandler.new.new_api_exception err)
352
+ raise err
353
+ elsif !@merchantSecretKey.instance_of? String
354
+ @merchantSecretKey=@merchantSecretKey.to_s
355
+ end
356
+ end
357
+
340
358
  def validateMLEConfiguration(cybsPropertyObj)
341
359
  if !@useMLEGlobally.nil? && !cybsPropertyObj['enableRequestMLEForOptionalApisGlobally'].nil?
342
360
  if @useMLEGlobally != cybsPropertyObj['enableRequestMLEForOptionalApisGlobally']
@@ -572,22 +590,37 @@ public
572
590
 
573
591
  def logAllProperties(merchantPropertyObj)
574
592
  propertyObj = Marshal.load(Marshal.dump(merchantPropertyObj))
575
- merchantConfig = ''
576
- hiddenProperties = (Constants::HIDDEN_MERCHANT_PROPERTIES).split(',')
577
- hiddenPropArray = Array.new
578
- hiddenProperties.each do |value|
579
- hiddenPropArray << value.strip
580
- end
581
- hiddenPropArray.each do |prop|
582
- propertyObj.each do |key, value|
583
- if key == prop
584
- propertyObj.delete(key)
593
+ hiddenProperties = Constants::HIDDEN_MERCHANT_PROPERTIES.split(',').map(&:strip)
594
+ hiddenPropertiesLower = hiddenProperties.map(&:downcase)
595
+ sensitivePatterns = Constants::SENSITIVE_PROPERTY_PATTERNS
596
+
597
+ if propertyObj.respond_to?(:each_pair)
598
+ propertyObj.each_key do |key|
599
+ keyStr = key.to_s
600
+ keyLower = keyStr.downcase
601
+ if hiddenPropertiesLower.include?(keyLower) || sensitivePatterns.any? { |p| keyLower.include?(p) }
602
+ propertyObj[key] = Constants::REDACTED_VALUE
585
603
  end
586
604
  end
587
605
  end
606
+
588
607
  @log_obj.logger.info('Merchant Configuration :\n' + propertyObj.to_s)
589
608
  end
590
609
 
610
+ # Returns true when jwtKeyType is SHARED_SECRET
611
+ def is_shared_secret_key_type?
612
+ !@jwtKeyType.nil? && @jwtKeyType.upcase == Constants::JWT_KEY_TYPE_SHARED_SECRET
613
+ end
614
+
615
+ # Validates that jwtKeyType is either P12 or SHARED_SECRET
616
+ def check_jwt_key_type
617
+ unless @jwtKeyType.upcase == Constants::JWT_KEY_TYPE_P12 || @jwtKeyType.upcase == Constants::JWT_KEY_TYPE_SHARED_SECRET
618
+ err = StandardError.new(Constants::ERROR_PREFIX + Constants::INVALID_JWT_KEY_TYPE)
619
+ @log_obj.logger.error(ExceptionHandler.new.new_api_exception err)
620
+ raise err
621
+ end
622
+ end
623
+
591
624
  def check_key_file
592
625
  # Directory exists?
593
626
  unless Dir.exist?(@keysDirectory)
@@ -629,6 +662,7 @@ public
629
662
  attr_accessor :keyAlias
630
663
  attr_accessor :keyPass
631
664
  attr_accessor :keyFilename
665
+ attr_accessor :jwtKeyType
632
666
  attr_accessor :useMetaKey
633
667
  attr_accessor :portfolioID
634
668
  attr_accessor :keepAliveTime
@@ -652,6 +686,7 @@ public
652
686
  attr_accessor :requestTarget
653
687
  attr_accessor :log_obj
654
688
  attr_accessor :solutionId
689
+ attr_accessor :isSDK
655
690
  attr_accessor :defaultCustomHeaders
656
691
  attr_accessor :pemFileDirectory
657
692
  attr_accessor :useMLEGlobally