cybersource_rest_client 0.0.83 → 0.0.84
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/authentication/jwt/JwtToken.rb +46 -27
- data/lib/AuthenticationSDK/core/MerchantConfig.rb +82 -48
- data/lib/AuthenticationSDK/util/Cache.rb +7 -4
- data/lib/AuthenticationSDK/util/Constants.rb +6 -0
- data/lib/AuthenticationSDK/util/MLEUtility.rb +9 -0
- data/lib/cybersource_rest_client/api/batches_api.rb +1 -1
- data/lib/cybersource_rest_client/api/create_new_webhooks_api.rb +14 -22
- data/lib/cybersource_rest_client/api/credentials_api.rb +104 -0
- data/lib/cybersource_rest_client/api/customer_payment_instrument_api.rb +3 -3
- data/lib/cybersource_rest_client/api/enrollment_api.rb +2 -2
- data/lib/cybersource_rest_client/api/instructions_api.rb +10 -10
- data/lib/cybersource_rest_client/api/instrument_identifier_api.rb +3 -3
- data/lib/cybersource_rest_client/api/manage_webhooks_api.rb +20 -28
- data/lib/cybersource_rest_client/api/network_tokens_api.rb +654 -0
- data/lib/cybersource_rest_client/api/plans_api.rb +1 -1
- data/lib/cybersource_rest_client/api/subscriptions_api.rb +183 -1
- data/lib/cybersource_rest_client/api/subscriptions_follow_ons_api.rb +1 -1
- data/lib/cybersource_rest_client/api_client.rb +4 -0
- data/lib/cybersource_rest_client/models/account_validations_request.rb +15 -5
- data/lib/cybersource_rest_client/models/acpv1instructions_decline_threshold.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1instructions_mandates.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1instructions_recurring_payment_information.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_processor_information.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idconfirmations_processor_information_payment_instrument.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1instructionsinstruction_idcredentials_order_information_amount_detail.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1mppcredentials_challenge.rb +369 -0
- data/lib/cybersource_rest_client/models/acpv1mppcredentials_challenge_encryption_jwk.rb +336 -0
- data/lib/cybersource_rest_client/models/acpv1tokens_assurance_data.rb +7 -7
- data/lib/cybersource_rest_client/models/acpv1tokens_authenticated_identities.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1tokens_authentication_context.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1tokens_bill_to.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1tokens_buyer_information.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1tokens_consumer_identity.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1tokens_device_information.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1tokens_enrollment_reference_data.rb +1 -1
- data/lib/cybersource_rest_client/models/acpv1tokens_payment_information.rb +1 -1
- data/lib/cybersource_rest_client/models/auth_reversal_request.rb +11 -1
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information.rb +32 -6
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_bank.rb +1 -1
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_bank_account.rb +1 -1
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_customer.rb +196 -0
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_instrument_identifier.rb +196 -0
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_payment_information_payment_instrument.rb +196 -0
- data/lib/cybersource_rest_client/models/bavsv1accountvalidations_token_information.rb +208 -0
- data/lib/cybersource_rest_client/models/card_processing_config_common_processors.rb +105 -1
- data/lib/cybersource_rest_client/models/commerce_solutions_products.rb +15 -5
- data/lib/cybersource_rest_client/models/create_credit_request.rb +15 -5
- data/lib/cybersource_rest_client/models/get_all_subscriptions_response_order_information_amount_details_surcharge.rb +22 -5
- data/lib/cybersource_rest_client/models/get_subscriptions_payments_response.rb +247 -0
- data/lib/cybersource_rest_client/models/get_subscriptions_payments_response_1.rb +224 -0
- data/lib/cybersource_rest_client/models/{pbl_payment_links_post201_response__links.rb → get_subscriptions_payments_response_1__links.rb} +1 -1
- data/lib/cybersource_rest_client/models/get_subscriptions_payments_response__links.rb +209 -0
- data/lib/cybersource_rest_client/models/get_subscriptions_payments_response_cycles_completed_count.rb +191 -0
- data/lib/cybersource_rest_client/models/get_subscriptions_payments_response_subscription_payment.rb +356 -0
- data/lib/cybersource_rest_client/models/inline_response_201_1_tokenized_card.rb +26 -5
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_commerce_solutions.rb +15 -5
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_payments.rb +25 -5
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_risk.rb +15 -5
- data/lib/cybersource_rest_client/models/inline_response_201_4_setups_value_added_services.rb +25 -5
- data/lib/cybersource_rest_client/models/inline_response_400_10.rb +30 -75
- data/lib/cybersource_rest_client/models/{inline_response_400_8_details.rb → inline_response_400_10_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_400_11.rb +235 -0
- data/lib/cybersource_rest_client/models/{inline_response_400_7_details.rb → inline_response_400_11_details.rb} +3 -3
- data/lib/cybersource_rest_client/models/inline_response_400_12.rb +281 -0
- data/lib/cybersource_rest_client/models/inline_response_400_6.rb +37 -60
- data/lib/cybersource_rest_client/models/inline_response_400_7.rb +6 -6
- data/lib/cybersource_rest_client/models/inline_response_400_8.rb +58 -36
- data/lib/cybersource_rest_client/models/{inline_response_400_6_fields.rb → inline_response_400_8_fields.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_400_9.rb +16 -16
- data/lib/cybersource_rest_client/models/inline_response_400_9_details.rb +2 -2
- data/lib/cybersource_rest_client/models/inline_response_404_3.rb +1 -1
- data/lib/cybersource_rest_client/models/inline_response_422_1.rb +1 -1
- data/lib/cybersource_rest_client/models/iplv2paymentlinks_order_information_line_items.rb +73 -5
- data/lib/cybersource_rest_client/models/mit_reversal_request.rb +11 -1
- data/lib/cybersource_rest_client/models/mpp_credentials_request.rb +221 -0
- data/lib/cybersource_rest_client/models/mpp_credentials_response200.rb +338 -0
- data/lib/cybersource_rest_client/models/patch_customer_payment_instrument_request.rb +1 -1
- data/lib/cybersource_rest_client/models/patch_customer_request.rb +1 -1
- data/lib/cybersource_rest_client/models/patch_payment_instrument_request.rb +1 -1
- data/lib/cybersource_rest_client/models/payment_instrument_list_1__embedded.rb +1 -1
- data/lib/cybersource_rest_client/models/payment_instrument_list__embedded.rb +1 -1
- data/lib/cybersource_rest_client/models/{payment_instrument_list_1__embedded__embedded.rb → payment_instrument_list__embedded__embedded.rb} +1 -1
- data/lib/cybersource_rest_client/models/{payment_instrument_list_1__embedded_payment_instruments.rb → payment_instrument_list__embedded_payment_instruments.rb} +2 -2
- data/lib/cybersource_rest_client/models/payments_products.rb +25 -5
- data/lib/cybersource_rest_client/models/payments_products_currency_conversion_configuration_information_configurations_processors.rb +14 -2
- data/lib/cybersource_rest_client/models/payments_products_microform.rb +199 -0
- data/lib/cybersource_rest_client/models/payments_products_microform_configuration_information.rb +199 -0
- data/lib/cybersource_rest_client/models/payments_products_microform_configuration_information_configurations.rb +189 -0
- data/lib/cybersource_rest_client/models/payments_products_microform_configuration_information_configurations_features.rb +189 -0
- data/lib/cybersource_rest_client/models/payments_products_microform_configuration_information_configurations_features_gateway_agnostic.rb +189 -0
- data/lib/cybersource_rest_client/models/payments_products_microform_subscription_information.rb +227 -0
- data/lib/cybersource_rest_client/models/pbl_payment_links_get200_response.rb +1 -1
- data/lib/cybersource_rest_client/models/pbl_payment_links_post201_response.rb +1 -1
- data/lib/cybersource_rest_client/models/post_customer_payment_instrument_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_customer_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_payment_instrument_request.rb +1 -1
- data/lib/cybersource_rest_client/models/post_tokenized_card_request.rb +15 -5
- data/lib/cybersource_rest_client/models/pts_v2_create_billing_agreement_post201_response_agreement_information.rb +80 -1
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response.rb +41 -1
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_merchant_information.rb +196 -0
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_payment_account_information.rb +189 -0
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_payment_information.rb +15 -5
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_payment_information_account_features.rb +196 -0
- data/lib/cybersource_rest_client/models/pts_v2_credits_post201_response_token_information.rb +189 -0
- data/lib/cybersource_rest_client/models/pts_v2_modify_billing_agreement_post201_response_agreement_information.rb +35 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_point_of_sale_information.rb +22 -5
- data/lib/cybersource_rest_client/models/pts_v2_payments_captures_post201_response_processor_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_order_post201_response_order_information_shipping_details.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_consumer_authentication_information.rb +106 -5
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_consumer_authentication_information_strong_authentication.rb +22 -5
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_account_information.rb +15 -5
- 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
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_payment_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processing_information.rb +18 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information.rb +23 -6
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information.rb +15 -5
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_token_information_third_party_token.rb +213 -0
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_error_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_order_information_amount_details.rb +18 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_refund_post201_response_processor_information.rb +19 -2
- data/lib/cybersource_rest_client/models/pts_v2_payments_reversals_post201_response_processor_information.rb +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_voids_post201_response_processor_information.rb +7 -1
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information.rb +45 -5
- data/lib/cybersource_rest_client/models/{pull_funds201_response_processor_information_avs.rb → pts_v2_payouts_post201_response_processor_information_avs.rb} +1 -1
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information_customer.rb +196 -0
- data/lib/cybersource_rest_client/models/pts_v2_payouts_post201_response_processor_information_electronic_verification_results.rb +281 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_buyer_information.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_order_information_amount_details.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv1pullfundstransfer_processing_information.rb +18 -5
- data/lib/cybersource_rest_client/models/ptsv1pushfundstransfer_processing_information.rb +19 -6
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_agreement_information.rb +84 -5
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_order_information.rb +12 -2
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_order_information_amount_details.rb +230 -0
- data/lib/cybersource_rest_client/models/{ptsv2intents_order_information_invoice_details.rb → ptsv2billingagreements_order_information_invoice_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_bank.rb +15 -5
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_payment_information_bank_account_alias.rb +207 -0
- data/lib/cybersource_rest_client/models/ptsv2billingagreements_processing_information.rb +18 -1
- data/lib/cybersource_rest_client/models/ptsv2billingagreementsid_agreement_information.rb +56 -5
- data/lib/cybersource_rest_client/models/ptsv2billingagreementsid_processing_information.rb +18 -1
- data/lib/cybersource_rest_client/models/ptsv2credits_processing_information.rb +35 -5
- data/lib/cybersource_rest_client/models/ptsv2credits_token_information.rb +228 -0
- data/lib/cybersource_rest_client/models/ptsv2intents_order_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2intentsid_order_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_aggregator_information_sub_merchant.rb +15 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_consumer_authentication_information.rb +16 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information.rb +28 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_digital_currency.rb +231 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_order_information_shipping_details.rb +23 -6
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information.rb +32 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank.rb +15 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_bank_account_alias.rb +207 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_payment_information_third_party_token.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_point_of_sale_information.rb +18 -1
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information.rb +72 -6
- data/lib/cybersource_rest_client/models/ptsv2payments_processing_information_program_indicators.rb +202 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_processor_information.rb +56 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_recipient_information.rb +16 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_sender_information.rb +16 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_token_information.rb +32 -5
- data/lib/cybersource_rest_client/models/ptsv2payments_token_information_token_authentication_information.rb +193 -0
- data/lib/cybersource_rest_client/models/ptsv2payments_token_information_token_authentication_information_authenticated_identities.rb +252 -0
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_aggregator_information_sub_merchant.rb +15 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_order_information_shipping_details.rb +100 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_point_of_sale_information.rb +22 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processing_information.rb +18 -1
- data/lib/cybersource_rest_client/models/ptsv2paymentsidcaptures_processor_information.rb +39 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information.rb +15 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_order_information_shipping_details.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv2paymentsidrefunds_payment_information.rb +32 -5
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_device_information.rb +196 -0
- data/lib/cybersource_rest_client/models/ptsv2paymentsidreversals_payment_information.rb +22 -5
- data/lib/cybersource_rest_client/models/ptsv2payouts_processing_information.rb +18 -5
- data/lib/cybersource_rest_client/models/pull_funds201_response_processor_information.rb +36 -6
- data/lib/cybersource_rest_client/models/pull_funds_request.rb +11 -1
- data/lib/cybersource_rest_client/models/push_funds201_response_processor_information.rb +45 -5
- data/lib/cybersource_rest_client/models/risk_products.rb +15 -5
- data/lib/cybersource_rest_client/models/riskv1decisions_order_information_ship_to.rb +39 -5
- data/lib/cybersource_rest_client/models/riskv1decisions_order_information_shipping_details.rb +1 -1
- data/lib/cybersource_rest_client/models/tms_card_art.rb +23 -1
- data/lib/cybersource_rest_client/models/tms_embedded_instrument_identifier_bill_to.rb +22 -5
- data/lib/cybersource_rest_client/models/tms_tokenized_card_delete_request.rb +189 -0
- data/lib/cybersource_rest_client/models/tmsv1paymentinstruments__embedded.rb +190 -0
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card.rb +22 -1
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_card.rb +1 -1
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata.rb +16 -5
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer.rb +41 -8
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer_bank_applications.rb +201 -0
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata_issuer_capabilities.rb +257 -0
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_verification_results.rb +202 -0
- data/lib/cybersource_rest_client/models/tmsv2customers__embedded.rb +200 -0
- data/lib/cybersource_rest_client/models/{tmsv3tokenstoken_idpaymentcredentials_order_information_bill_to.rb → tmsv2tokenizedcards_bill_to.rb} +1 -1
- data/lib/cybersource_rest_client/models/tmsv2tokenizedcardstokenized_card_iddelete_reason.rb +208 -0
- data/lib/cybersource_rest_client/models/tmsv3tokenstoken_idpaymentcredentials_order_information.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_order_information_shipping_details.rb +1 -1
- data/lib/cybersource_rest_client/models/tss_v2_transactions_get200_response_sender_information.rb +1 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_data.rb +44 -14
- data/lib/cybersource_rest_client/models/ucv1sessions_data_aggregator_information.rb +325 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_aggregator_information_sub_merchant.rb +366 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_consumer_authentication_information.rb +22 -5
- data/lib/cybersource_rest_client/models/ucv1sessions_data_installment_information.rb +196 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_merchant_information.rb +22 -5
- data/lib/cybersource_rest_client/models/ucv1sessions_data_merchant_information_merchant_descriptor.rb +18 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information.rb +16 -6
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_amount_details.rb +86 -12
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_invoice_details.rb +242 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_invoice_details_transaction_advice_addendum.rb +196 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_line_items.rb +702 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_order_information_shipping_details.rb +213 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information.rb +38 -1
- data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_bank_transfer_options.rb +196 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_processing_information_recurring_options.rb +192 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_recipient_information.rb +107 -53
- data/lib/cybersource_rest_client/models/ucv1sessions_data_sender_information.rb +376 -0
- data/lib/cybersource_rest_client/models/ucv1sessions_data_sender_information_account.rb +213 -0
- data/lib/cybersource_rest_client/models/update_payments.rb +192 -0
- data/lib/cybersource_rest_client/models/value_added_services_products.rb +25 -5
- data/lib/cybersource_rest_client.rb +71 -12
- metadata +78 -19
- data/lib/cybersource_rest_client/api/token_api.rb +0 -306
- data/lib/cybersource_rest_client/api/tokenized_card_api.rb +0 -371
|
@@ -1,306 +0,0 @@
|
|
|
1
|
-
=begin
|
|
2
|
-
#CyberSource Merged Spec
|
|
3
|
-
|
|
4
|
-
#All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
|
|
5
|
-
|
|
6
|
-
OpenAPI spec version: 0.0.1
|
|
7
|
-
|
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.4.38
|
|
10
|
-
=end
|
|
11
|
-
|
|
12
|
-
require 'uri'
|
|
13
|
-
require 'AuthenticationSDK/util/MLEUtility'
|
|
14
|
-
module CyberSource
|
|
15
|
-
class TokenApi
|
|
16
|
-
attr_accessor :api_client
|
|
17
|
-
|
|
18
|
-
def initialize(api_client = ApiClient.default, config)
|
|
19
|
-
@api_client = api_client
|
|
20
|
-
@api_client.set_configuration(config)
|
|
21
|
-
end
|
|
22
|
-
# Retrieve Card Art
|
|
23
|
-
# Retrieves Card Art for a specific Instrument Identifier. The Card Art is a visual representation of the cardholder's payment card. Card Art is only available if a Network Token is successfully provisioned.
|
|
24
|
-
#
|
|
25
|
-
# @param instrument_identifier_id The Id of an Instrument Identifier.
|
|
26
|
-
# @param token_provider The token provider.
|
|
27
|
-
# @param asset_type The type of asset.
|
|
28
|
-
# @param [Hash] opts the optional parameters
|
|
29
|
-
# @return [InlineResponse2002]
|
|
30
|
-
#
|
|
31
|
-
def get_card_art_asset(instrument_identifier_id, token_provider, asset_type, opts = {})
|
|
32
|
-
data, status_code, headers = get_card_art_asset_with_http_info(instrument_identifier_id, token_provider, asset_type, opts)
|
|
33
|
-
return data, status_code, headers
|
|
34
|
-
end
|
|
35
|
-
|
|
36
|
-
# Retrieve Card Art
|
|
37
|
-
# Retrieves Card Art for a specific Instrument Identifier. The Card Art is a visual representation of the cardholder's payment card. Card Art is only available if a Network Token is successfully provisioned.
|
|
38
|
-
# @param instrument_identifier_id The Id of an Instrument Identifier.
|
|
39
|
-
# @param token_provider The token provider.
|
|
40
|
-
# @param asset_type The type of asset.
|
|
41
|
-
# @param [Hash] opts the optional parameters
|
|
42
|
-
# @return [Array<(InlineResponse2002, Fixnum, Hash)>] InlineResponse2002 data, response status code and response headers
|
|
43
|
-
def get_card_art_asset_with_http_info(instrument_identifier_id, token_provider, asset_type, opts = {})
|
|
44
|
-
|
|
45
|
-
if @api_client.config.debugging
|
|
46
|
-
begin
|
|
47
|
-
raise
|
|
48
|
-
@api_client.config.logger.debug 'Calling API: TokenApi.get_card_art_asset ...'
|
|
49
|
-
rescue
|
|
50
|
-
puts 'Cannot write to log'
|
|
51
|
-
end
|
|
52
|
-
end
|
|
53
|
-
# verify the required parameter 'instrument_identifier_id' is set
|
|
54
|
-
if @api_client.config.client_side_validation && instrument_identifier_id.nil?
|
|
55
|
-
fail ArgumentError, "Missing the required parameter 'instrument_identifier_id' when calling TokenApi.get_card_art_asset"
|
|
56
|
-
end
|
|
57
|
-
# verify the required parameter 'token_provider' is set
|
|
58
|
-
if @api_client.config.client_side_validation && token_provider.nil?
|
|
59
|
-
fail ArgumentError, "Missing the required parameter 'token_provider' when calling TokenApi.get_card_art_asset"
|
|
60
|
-
end
|
|
61
|
-
# verify enum value
|
|
62
|
-
if @api_client.config.client_side_validation && !['vts', 'mdes', 'amex', 'mscof'].include?(token_provider)
|
|
63
|
-
fail ArgumentError, "invalid value for 'token_provider', must be one of vts, mdes, amex, mscof"
|
|
64
|
-
end
|
|
65
|
-
# verify the required parameter 'asset_type' is set
|
|
66
|
-
if @api_client.config.client_side_validation && asset_type.nil?
|
|
67
|
-
fail ArgumentError, "Missing the required parameter 'asset_type' when calling TokenApi.get_card_art_asset"
|
|
68
|
-
end
|
|
69
|
-
# verify enum value
|
|
70
|
-
if @api_client.config.client_side_validation && !['card-art-combined', 'brand-logo', 'issuer-logo', 'icon-logo'].include?(asset_type)
|
|
71
|
-
fail ArgumentError, "invalid value for 'asset_type', must be one of card-art-combined, brand-logo, issuer-logo, icon-logo"
|
|
72
|
-
end
|
|
73
|
-
# resource path
|
|
74
|
-
local_var_path = 'tms/v2/tokens/{instrumentIdentifierId}/{tokenProvider}/assets/{assetType}'.sub('{' + 'instrumentIdentifierId' + '}', instrument_identifier_id.to_s).sub('{' + 'tokenProvider' + '}', token_provider.to_s).sub('{' + 'assetType' + '}', asset_type.to_s)
|
|
75
|
-
|
|
76
|
-
# query parameters
|
|
77
|
-
query_params = {}
|
|
78
|
-
|
|
79
|
-
# header parameters
|
|
80
|
-
header_params = {}
|
|
81
|
-
# HTTP header 'Accept' (if needed)
|
|
82
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json;charset=utf-8'])
|
|
83
|
-
# HTTP header 'Content-Type'
|
|
84
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
|
|
85
|
-
|
|
86
|
-
# form parameters
|
|
87
|
-
form_params = {}
|
|
88
|
-
|
|
89
|
-
# http body (model)
|
|
90
|
-
if 'GET' == 'POST'
|
|
91
|
-
post_body = '{}'
|
|
92
|
-
else
|
|
93
|
-
post_body = nil
|
|
94
|
-
end
|
|
95
|
-
inbound_mle_status = "false"
|
|
96
|
-
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["get_card_art_asset","get_card_art_asset_with_http_info"])
|
|
97
|
-
begin
|
|
98
|
-
post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
|
|
99
|
-
rescue
|
|
100
|
-
raise
|
|
101
|
-
end
|
|
102
|
-
end
|
|
103
|
-
|
|
104
|
-
is_response_mle_for_api = MLEUtility.check_is_response_mle_for_api(@api_client.merchantconfig, ["get_card_art_asset","get_card_art_asset_with_http_info"])
|
|
105
|
-
|
|
106
|
-
auth_names = []
|
|
107
|
-
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
108
|
-
:header_params => header_params,
|
|
109
|
-
:query_params => query_params,
|
|
110
|
-
:form_params => form_params,
|
|
111
|
-
:body => post_body,
|
|
112
|
-
:auth_names => auth_names,
|
|
113
|
-
:return_type => 'InlineResponse2002',
|
|
114
|
-
:isResponseMLEForApi => is_response_mle_for_api)
|
|
115
|
-
if @api_client.config.debugging
|
|
116
|
-
begin
|
|
117
|
-
raise
|
|
118
|
-
@api_client.config.logger.debug "API called: TokenApi#get_card_art_asset\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
119
|
-
rescue
|
|
120
|
-
puts 'Cannot write to log'
|
|
121
|
-
end
|
|
122
|
-
end
|
|
123
|
-
return data, status_code, headers
|
|
124
|
-
end
|
|
125
|
-
# Generate Payment Credentials v2
|
|
126
|
-
# **Note**: This resource will be replace by [payment credentials version 3](#/paths/~1tms~1v3~1tokens~1{tokenId}~1payment-credentials/post). The SDK will remain available for now; however, it will no longer be documented or maintain in the Developer Centre.<br> **Token**<br>A Token can represent your tokenized Customer, Payment Instrument, Instrument Identifier or Tokenized Card information.<br> **Payment Credentials**<br>Contains payment information such as the network token, generated cryptogram for Visa & MasterCard or dynamic CVV for Amex in a JSON Web Encryption (JWE) response.<br>Your system can use this API to retrieve the Payment Credentials for an existing Customer, Payment Instrument, Instrument Identifier or Tokenized Card.<br>Optionally, **authenticated identities** information from Passkey authentication can be provided to potentially achieve liability shift, which may result in the return of an e-commerce indicator of 5 if successful.
|
|
127
|
-
#
|
|
128
|
-
# @param token_id The Id of a token representing a Customer, Payment Instrument or Instrument Identifier.
|
|
129
|
-
# @param post_payment_credentials_request
|
|
130
|
-
# @param [Hash] opts the optional parameters
|
|
131
|
-
# @option opts [String] :profile_id The Id of a profile containing user specific TMS configuration.
|
|
132
|
-
# @return [String]
|
|
133
|
-
#
|
|
134
|
-
def post_token_payment_credentials(token_id, post_payment_credentials_request, opts = {})
|
|
135
|
-
data, status_code, headers = post_token_payment_credentials_with_http_info(token_id, post_payment_credentials_request, opts)
|
|
136
|
-
return data, status_code, headers
|
|
137
|
-
end
|
|
138
|
-
|
|
139
|
-
# Generate Payment Credentials v2
|
|
140
|
-
# **Note**: This resource will be replace by [payment credentials version 3](#/paths/~1tms~1v3~1tokens~1{tokenId}~1payment-credentials/post). The SDK will remain available for now; however, it will no longer be documented or maintain in the Developer Centre.<br> **Token**<br>A Token can represent your tokenized Customer, Payment Instrument, Instrument Identifier or Tokenized Card information.<br> **Payment Credentials**<br>Contains payment information such as the network token, generated cryptogram for Visa & MasterCard or dynamic CVV for Amex in a JSON Web Encryption (JWE) response.<br>Your system can use this API to retrieve the Payment Credentials for an existing Customer, Payment Instrument, Instrument Identifier or Tokenized Card.<br>Optionally, **authenticated identities** information from Passkey authentication can be provided to potentially achieve liability shift, which may result in the return of an e-commerce indicator of 5 if successful.
|
|
141
|
-
# @param token_id The Id of a token representing a Customer, Payment Instrument or Instrument Identifier.
|
|
142
|
-
# @param post_payment_credentials_request
|
|
143
|
-
# @param [Hash] opts the optional parameters
|
|
144
|
-
# @option opts [String] :profile_id The Id of a profile containing user specific TMS configuration.
|
|
145
|
-
# @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers
|
|
146
|
-
def post_token_payment_credentials_with_http_info(token_id, post_payment_credentials_request, opts = {})
|
|
147
|
-
|
|
148
|
-
if @api_client.config.debugging
|
|
149
|
-
begin
|
|
150
|
-
raise
|
|
151
|
-
@api_client.config.logger.debug 'Calling API: TokenApi.post_token_payment_credentials ...'
|
|
152
|
-
rescue
|
|
153
|
-
puts 'Cannot write to log'
|
|
154
|
-
end
|
|
155
|
-
end
|
|
156
|
-
# verify the required parameter 'token_id' is set
|
|
157
|
-
if @api_client.config.client_side_validation && token_id.nil?
|
|
158
|
-
fail ArgumentError, "Missing the required parameter 'token_id' when calling TokenApi.post_token_payment_credentials"
|
|
159
|
-
end
|
|
160
|
-
# verify the required parameter 'post_payment_credentials_request' is set
|
|
161
|
-
if @api_client.config.client_side_validation && post_payment_credentials_request.nil?
|
|
162
|
-
fail ArgumentError, "Missing the required parameter 'post_payment_credentials_request' when calling TokenApi.post_token_payment_credentials"
|
|
163
|
-
end
|
|
164
|
-
# resource path
|
|
165
|
-
local_var_path = 'tms/v2/tokens/{tokenId}/payment-credentials'.sub('{' + 'tokenId' + '}', token_id.to_s)
|
|
166
|
-
|
|
167
|
-
# query parameters
|
|
168
|
-
query_params = {}
|
|
169
|
-
|
|
170
|
-
# header parameters
|
|
171
|
-
header_params = {}
|
|
172
|
-
# HTTP header 'Accept' (if needed)
|
|
173
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/jose;charset=utf-8'])
|
|
174
|
-
# HTTP header 'Content-Type'
|
|
175
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
|
|
176
|
-
header_params[:'profile-id'] = opts[:'profile_id'] if !opts[:'profile_id'].nil?
|
|
177
|
-
|
|
178
|
-
# form parameters
|
|
179
|
-
form_params = {}
|
|
180
|
-
|
|
181
|
-
# http body (model)
|
|
182
|
-
post_body = @api_client.object_to_http_body(post_payment_credentials_request)
|
|
183
|
-
sdk_tracker = SdkTracker.new
|
|
184
|
-
post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'PostPaymentCredentialsRequest1', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
|
|
185
|
-
inbound_mle_status = "optional"
|
|
186
|
-
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["post_token_payment_credentials","post_token_payment_credentials_with_http_info"])
|
|
187
|
-
begin
|
|
188
|
-
post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
|
|
189
|
-
rescue
|
|
190
|
-
raise
|
|
191
|
-
end
|
|
192
|
-
end
|
|
193
|
-
|
|
194
|
-
is_response_mle_for_api = MLEUtility.check_is_response_mle_for_api(@api_client.merchantconfig, ["post_token_payment_credentials","post_token_payment_credentials_with_http_info"])
|
|
195
|
-
|
|
196
|
-
auth_names = []
|
|
197
|
-
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
|
198
|
-
:header_params => header_params,
|
|
199
|
-
:query_params => query_params,
|
|
200
|
-
:form_params => form_params,
|
|
201
|
-
:body => post_body,
|
|
202
|
-
:auth_names => auth_names,
|
|
203
|
-
:return_type => 'String',
|
|
204
|
-
:isResponseMLEForApi => is_response_mle_for_api)
|
|
205
|
-
if @api_client.config.debugging
|
|
206
|
-
begin
|
|
207
|
-
raise
|
|
208
|
-
@api_client.config.logger.debug "API called: TokenApi#post_token_payment_credentials\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
209
|
-
rescue
|
|
210
|
-
puts 'Cannot write to log'
|
|
211
|
-
end
|
|
212
|
-
end
|
|
213
|
-
return data, status_code, headers
|
|
214
|
-
end
|
|
215
|
-
# Generate Payment Credentials Latest Version v3
|
|
216
|
-
# **Payment Credentials**<br>Contains payment information such as the network token, generated TAVV cryptogram for Visa & MasterCard, dynamic CVV for Amex, or DTVV cryptogram for VISA. This latest version (v3) returns the Primary Account Number details, if the network token is not present. The response is provided in JSON Web Encryption (JWE) format. <br>Your system can use this API to retrieve the Payment Credentials for an existing Customer, Payment Instrument, Instrument Identifier or Tokenized Card.<br>Optionally, **authenticated identities** information from Passkey authentication can be provided to potentially achieve liability shift, which may result in the return of an e-commerce indicator of 5 if successful.
|
|
217
|
-
#
|
|
218
|
-
# @param token_id The Id of a token representing a Customer, Payment Instrument or Instrument Identifier.
|
|
219
|
-
# @param post_payment_credentials_request
|
|
220
|
-
# @param [Hash] opts the optional parameters
|
|
221
|
-
# @option opts [String] :profile_id The Id of a profile containing user specific TMS configuration.
|
|
222
|
-
# @return [InlineResponse2011]
|
|
223
|
-
#
|
|
224
|
-
def post_token_payment_credentials_v3(token_id, post_payment_credentials_request, opts = {})
|
|
225
|
-
data, status_code, headers = post_token_payment_credentials_v3_with_http_info(token_id, post_payment_credentials_request, opts)
|
|
226
|
-
return data, status_code, headers
|
|
227
|
-
end
|
|
228
|
-
|
|
229
|
-
# Generate Payment Credentials Latest Version v3
|
|
230
|
-
# **Payment Credentials**<br>Contains payment information such as the network token, generated TAVV cryptogram for Visa & MasterCard, dynamic CVV for Amex, or DTVV cryptogram for VISA. This latest version (v3) returns the Primary Account Number details, if the network token is not present. The response is provided in JSON Web Encryption (JWE) format. <br>Your system can use this API to retrieve the Payment Credentials for an existing Customer, Payment Instrument, Instrument Identifier or Tokenized Card.<br>Optionally, **authenticated identities** information from Passkey authentication can be provided to potentially achieve liability shift, which may result in the return of an e-commerce indicator of 5 if successful.
|
|
231
|
-
# @param token_id The Id of a token representing a Customer, Payment Instrument or Instrument Identifier.
|
|
232
|
-
# @param post_payment_credentials_request
|
|
233
|
-
# @param [Hash] opts the optional parameters
|
|
234
|
-
# @option opts [String] :profile_id The Id of a profile containing user specific TMS configuration.
|
|
235
|
-
# @return [Array<(InlineResponse2011, Fixnum, Hash)>] InlineResponse2011 data, response status code and response headers
|
|
236
|
-
def post_token_payment_credentials_v3_with_http_info(token_id, post_payment_credentials_request, opts = {})
|
|
237
|
-
|
|
238
|
-
if @api_client.config.debugging
|
|
239
|
-
begin
|
|
240
|
-
raise
|
|
241
|
-
@api_client.config.logger.debug 'Calling API: TokenApi.post_token_payment_credentials_v3 ...'
|
|
242
|
-
rescue
|
|
243
|
-
puts 'Cannot write to log'
|
|
244
|
-
end
|
|
245
|
-
end
|
|
246
|
-
# verify the required parameter 'token_id' is set
|
|
247
|
-
if @api_client.config.client_side_validation && token_id.nil?
|
|
248
|
-
fail ArgumentError, "Missing the required parameter 'token_id' when calling TokenApi.post_token_payment_credentials_v3"
|
|
249
|
-
end
|
|
250
|
-
# verify the required parameter 'post_payment_credentials_request' is set
|
|
251
|
-
if @api_client.config.client_side_validation && post_payment_credentials_request.nil?
|
|
252
|
-
fail ArgumentError, "Missing the required parameter 'post_payment_credentials_request' when calling TokenApi.post_token_payment_credentials_v3"
|
|
253
|
-
end
|
|
254
|
-
# resource path
|
|
255
|
-
local_var_path = 'tms/v3/tokens/{tokenId}/payment-credentials'.sub('{' + 'tokenId' + '}', token_id.to_s)
|
|
256
|
-
|
|
257
|
-
# query parameters
|
|
258
|
-
query_params = {}
|
|
259
|
-
|
|
260
|
-
# header parameters
|
|
261
|
-
header_params = {}
|
|
262
|
-
# HTTP header 'Accept' (if needed)
|
|
263
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/jose;charset=utf-8'])
|
|
264
|
-
# HTTP header 'Content-Type'
|
|
265
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json;charset=utf-8'])
|
|
266
|
-
header_params[:'profile-id'] = opts[:'profile_id'] if !opts[:'profile_id'].nil?
|
|
267
|
-
|
|
268
|
-
# form parameters
|
|
269
|
-
form_params = {}
|
|
270
|
-
|
|
271
|
-
# http body (model)
|
|
272
|
-
post_body = @api_client.object_to_http_body(post_payment_credentials_request)
|
|
273
|
-
sdk_tracker = SdkTracker.new
|
|
274
|
-
post_body = sdk_tracker.insert_developer_id_tracker(post_body, 'PostPaymentCredentialsRequest', @api_client.config.host, @api_client.merchantconfig.defaultDeveloperId)
|
|
275
|
-
inbound_mle_status = "optional"
|
|
276
|
-
if MLEUtility.check_is_mle_for_API(@api_client.merchantconfig, inbound_mle_status, ["post_token_payment_credentials_v3","post_token_payment_credentials_v3_with_http_info"])
|
|
277
|
-
begin
|
|
278
|
-
post_body = MLEUtility.encrypt_request_payload(@api_client.merchantconfig, post_body)
|
|
279
|
-
rescue
|
|
280
|
-
raise
|
|
281
|
-
end
|
|
282
|
-
end
|
|
283
|
-
|
|
284
|
-
is_response_mle_for_api = MLEUtility.check_is_response_mle_for_api(@api_client.merchantconfig, ["post_token_payment_credentials_v3","post_token_payment_credentials_v3_with_http_info"])
|
|
285
|
-
|
|
286
|
-
auth_names = []
|
|
287
|
-
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
|
288
|
-
:header_params => header_params,
|
|
289
|
-
:query_params => query_params,
|
|
290
|
-
:form_params => form_params,
|
|
291
|
-
:body => post_body,
|
|
292
|
-
:auth_names => auth_names,
|
|
293
|
-
:return_type => 'InlineResponse2011',
|
|
294
|
-
:isResponseMLEForApi => is_response_mle_for_api)
|
|
295
|
-
if @api_client.config.debugging
|
|
296
|
-
begin
|
|
297
|
-
raise
|
|
298
|
-
@api_client.config.logger.debug "API called: TokenApi#post_token_payment_credentials_v3\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
299
|
-
rescue
|
|
300
|
-
puts 'Cannot write to log'
|
|
301
|
-
end
|
|
302
|
-
end
|
|
303
|
-
return data, status_code, headers
|
|
304
|
-
end
|
|
305
|
-
end
|
|
306
|
-
end
|