cybersource_rest_client 0.0.81 → 0.0.82
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/cybersource_rest_client/api/bank_account_validation_api.rb +3 -3
- data/lib/cybersource_rest_client/api/batches_api.rb +9 -9
- data/lib/cybersource_rest_client/api/bin_lookup_api.rb +3 -3
- data/lib/cybersource_rest_client/api/create_new_webhooks_api.rb +9 -9
- data/lib/cybersource_rest_client/api/decision_manager_api.rb +6 -6
- data/lib/cybersource_rest_client/api/device_de_association_api.rb +3 -3
- data/lib/cybersource_rest_client/api/device_search_api.rb +6 -6
- data/lib/cybersource_rest_client/api/invoice_settings_api.rb +12 -0
- data/lib/cybersource_rest_client/api/manage_webhooks_api.rb +15 -15
- data/lib/cybersource_rest_client/api/merchant_boarding_api.rb +6 -6
- data/lib/cybersource_rest_client/api/merchant_defined_fields_api.rb +9 -9
- data/lib/cybersource_rest_client/api/offers_api.rb +3 -119
- data/lib/cybersource_rest_client/api/subscriptions_api.rb +3 -0
- data/lib/cybersource_rest_client/api/token_api.rb +98 -8
- data/lib/cybersource_rest_client/api/tokenized_card_api.rb +16 -16
- data/lib/cybersource_rest_client/models/card_processing_config_common.rb +11 -1
- data/lib/cybersource_rest_client/models/card_processing_config_common_acquirer_agreement.rb +190 -0
- data/lib/cybersource_rest_client/models/card_processing_config_common_acquirer_agreement_acquirer_code.rb +355 -0
- data/lib/cybersource_rest_client/models/card_processing_config_common_acquirer_agreement_acquirer_code_payment_options.rb +192 -0
- data/lib/cybersource_rest_client/models/inline_response_200_1.rb +15 -42
- data/lib/cybersource_rest_client/models/inline_response_200_10.rb +10 -55
- data/lib/cybersource_rest_client/models/inline_response_200_11.rb +33 -37
- data/lib/cybersource_rest_client/models/{inline_response_200_10_devices.rb → inline_response_200_11_devices.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_10_payment_processor_to_terminal_map.rb → inline_response_200_11_payment_processor_to_terminal_map.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_200_12.rb +47 -86
- data/lib/cybersource_rest_client/models/{inline_response_200_11__embedded.rb → inline_response_200_12__embedded.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_11__embedded__links.rb → inline_response_200_12__embedded__links.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_11__embedded__links_reports.rb → inline_response_200_12__embedded__links_reports.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_11__embedded_batches.rb → inline_response_200_12__embedded_batches.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_200_11__embedded_totals.rb → inline_response_200_12__embedded_totals.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_200_12__links.rb +16 -17
- data/lib/cybersource_rest_client/models/inline_response_200_13.rb +47 -49
- data/lib/cybersource_rest_client/models/inline_response_200_13__links.rb +201 -0
- data/lib/cybersource_rest_client/models/{inline_response_200_12__links_report.rb → inline_response_200_13__links_report.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_12_billing.rb → inline_response_200_13_billing.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_200_14.rb +102 -31
- data/lib/cybersource_rest_client/models/{inline_response_200_13_records.rb → inline_response_200_14_records.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_200_13_response_record.rb → inline_response_200_14_response_record.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_13_response_record_additional_updates.rb → inline_response_200_14_response_record_additional_updates.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_13_source_record.rb → inline_response_200_14_source_record.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_200_15.rb +18 -84
- data/lib/cybersource_rest_client/models/{inline_response_400_10.rb → inline_response_200_16.rb} +37 -31
- data/lib/cybersource_rest_client/models/{inline_response_200_15_client_reference_information.rb → inline_response_200_16_client_reference_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_8_error_information.rb → inline_response_200_16_error_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_8_order_information.rb → inline_response_200_16_order_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_201_8_order_information_currency_conversion.rb → inline_response_200_16_order_information_currency_conversion.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_201_8_order_information_currency_conversion_offer.rb → inline_response_200_16_order_information_currency_conversion_offer.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2_tokenized_card__links.rb → inline_response_200_1__links.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tmsv2_tokenized_card__links_self.rb → inline_response_200_1__links_self.rb} +1 -2
- data/lib/cybersource_rest_client/models/inline_response_200_2.rb +29 -31
- data/lib/cybersource_rest_client/models/{inline_response_200_1_content.rb → inline_response_200_2_content.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_200_3.rb +32 -103
- data/lib/cybersource_rest_client/models/{inline_response_200_2__embedded.rb → inline_response_200_3__embedded.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_200_2__embedded_capture.rb → inline_response_200_3__embedded_capture.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_2__embedded_capture__links.rb → inline_response_200_3__embedded_capture__links.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_2__embedded_capture__links_self.rb → inline_response_200_3__embedded_capture__links_self.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_200_2__embedded_reversal.rb → inline_response_200_3__embedded_reversal.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_2__embedded_reversal__links.rb → inline_response_200_3__embedded_reversal__links.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_2__embedded_reversal__links_self.rb → inline_response_200_3__embedded_reversal__links_self.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_200_4.rb +100 -54
- data/lib/cybersource_rest_client/models/inline_response_200_5.rb +65 -25
- data/lib/cybersource_rest_client/models/{inline_response_200_4_integration_information.rb → inline_response_200_5_integration_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_200_4_integration_information_tenant_configurations.rb → inline_response_200_5_integration_information_tenant_configurations.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_200_6.rb +25 -126
- data/lib/cybersource_rest_client/models/inline_response_200_7.rb +1 -12
- data/lib/cybersource_rest_client/models/inline_response_200_8.rb +129 -51
- data/lib/cybersource_rest_client/models/inline_response_200_9.rb +55 -10
- data/lib/cybersource_rest_client/models/{inline_response_200_8_devices.rb → inline_response_200_9_devices.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_201_1.rb +22 -31
- data/lib/cybersource_rest_client/models/inline_response_201_1__links.rb +219 -0
- data/lib/cybersource_rest_client/models/{inline_response_200_11__links.rb → inline_response_201_1__links_customer.rb} +3 -13
- data/lib/cybersource_rest_client/models/inline_response_201_1__links_instrument_identifier.rb +190 -0
- data/lib/cybersource_rest_client/models/inline_response_201_1__links_payment_instruments.rb +190 -0
- data/lib/cybersource_rest_client/models/inline_response_201_1__links_tokenized_card.rb +190 -0
- data/lib/cybersource_rest_client/models/{vasv1currencyconversion_payment_information_card.rb → inline_response_201_1_card.rb} +52 -7
- data/lib/cybersource_rest_client/models/{tokenizedcard_request.rb → inline_response_201_1_tokenized_card.rb} +38 -107
- data/lib/cybersource_rest_client/models/inline_response_201_2.rb +7 -37
- data/lib/cybersource_rest_client/models/inline_response_201_3.rb +26 -59
- data/lib/cybersource_rest_client/models/{inline_response_201_2_payout_information.rb → inline_response_201_3_payout_information.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_201_2_payout_information_pull_funds.rb → inline_response_201_3_payout_information_pull_funds.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_2_payout_information_push_funds.rb → inline_response_201_3_payout_information_push_funds.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_201_4.rb +78 -19
- data/lib/cybersource_rest_client/models/{inline_response_201_3_integration_information.rb → inline_response_201_4_integration_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_201_3_integration_information_tenant_configurations.rb → inline_response_201_4_integration_information_tenant_configurations.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_3_organization_information.rb → inline_response_201_4_organization_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_3_product_information_setups.rb → inline_response_201_4_product_information_setups.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_201_3_registration_information.rb → inline_response_201_4_registration_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_3_setups.rb → inline_response_201_4_setups.rb} +5 -5
- data/lib/cybersource_rest_client/models/{inline_response_201_3_setups_commerce_solutions.rb → inline_response_201_4_setups_commerce_solutions.rb} +4 -4
- data/lib/cybersource_rest_client/models/{inline_response_201_3_setups_payments.rb → inline_response_201_4_setups_payments.rb} +21 -21
- data/lib/cybersource_rest_client/models/{inline_response_201_3_setups_payments_alternative_payment_methods.rb → inline_response_201_4_setups_payments_alternative_payment_methods.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_201_3_setups_payments_alternative_payment_methods_configuration_status.rb → inline_response_201_4_setups_payments_alternative_payment_methods_configuration_status.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_3_setups_payments_card_processing.rb → inline_response_201_4_setups_payments_card_processing.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_201_3_setups_payments_card_processing_configuration_status.rb → inline_response_201_4_setups_payments_card_processing_configuration_status.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_3_setups_payments_card_processing_subscription_status.rb → inline_response_201_4_setups_payments_card_processing_subscription_status.rb} +1 -1
- data/lib/cybersource_rest_client/models/{inline_response_201_3_setups_payments_digital_payments.rb → inline_response_201_4_setups_payments_digital_payments.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_201_3_setups_risk.rb → inline_response_201_4_setups_risk.rb} +3 -3
- data/lib/cybersource_rest_client/models/{inline_response_201_3_setups_value_added_services.rb → inline_response_201_4_setups_value_added_services.rb} +4 -4
- data/lib/cybersource_rest_client/models/inline_response_201_5.rb +25 -117
- data/lib/cybersource_rest_client/models/{inline_response_201_4_key_information.rb → inline_response_201_5_key_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_201_4_key_information_error_information.rb → inline_response_201_5_key_information_error_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_201_4_key_information_error_information_details.rb → inline_response_201_5_key_information_error_information_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_201_6.rb +105 -68
- data/lib/cybersource_rest_client/models/inline_response_201_7.rb +93 -18
- data/lib/cybersource_rest_client/models/{inline_response_201_6_payloads.rb → inline_response_201_7_payloads.rb} +2 -2
- data/lib/cybersource_rest_client/models/{inline_response_201_6_payloads_test_payload.rb → inline_response_201_7_payloads_test_payload.rb} +1 -1
- data/lib/cybersource_rest_client/models/inline_response_201_8.rb +8 -103
- data/lib/cybersource_rest_client/models/{inline_response_502_2.rb → inline_response_500_4.rb} +1 -1
- data/lib/cybersource_rest_client/models/invoicing_v2_invoice_settings_get200_response_invoice_settings_information.rb +15 -5
- data/lib/cybersource_rest_client/models/{vasv1currencyconversion_client_reference_information_partner.rb → invoicing_v2_invoice_settings_get200_response_invoice_settings_information_custom_redirect_urls.rb} +42 -24
- data/lib/cybersource_rest_client/models/invoicingv2invoice_settings_invoice_settings_information.rb +15 -5
- data/lib/cybersource_rest_client/models/payments_products_payouts_configuration_information_configurations_common.rb +18 -1
- data/lib/cybersource_rest_client/models/post_payment_credentials_request.rb +4 -4
- data/lib/cybersource_rest_client/models/{offer_request.rb → post_payment_credentials_request_1.rb} +74 -24
- data/lib/cybersource_rest_client/models/{vasv1currencyconversion_payment_information.rb → post_tokenized_card_request.rb} +71 -6
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response.rb +11 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_clearing_information.rb +315 -0
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_merchant_information.rb +18 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_order_information_amount_details.rb +18 -1
- data/lib/cybersource_rest_client/models/pts_v2_payments_post201_response_processor_information.rb +18 -1
- data/lib/cybersource_rest_client/models/ptsv2credits_processing_information.rb +14 -1
- data/lib/cybersource_rest_client/models/tms_bin_lookup_payment_account_information_features.rb +16 -5
- data/lib/cybersource_rest_client/models/tms_embedded_instrument_identifier__links.rb +15 -5
- data/lib/cybersource_rest_client/models/tms_embedded_instrument_identifier__links_tokenizedcards.rb +190 -0
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card.rb +33 -92
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_card.rb +1 -2
- data/lib/cybersource_rest_client/models/tmsv2_tokenized_card_metadata.rb +0 -1
- data/lib/cybersource_rest_client/models/{vasv1currencyconversion_order_information_currency_conversion.rb → tmsv2tokenizedcards_card.rb} +51 -8
- data/lib/cybersource_rest_client/models/{tmsv2_tokenized_card_passcode.rb → tmsv2tokenizedcards_passcode.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenstoken_idpaymentcredentials_authenticated_identities.rb → tmsv3tokenstoken_idpaymentcredentials_authenticated_identities.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenstoken_idpaymentcredentials_device_information.rb → tmsv3tokenstoken_idpaymentcredentials_device_information.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenstoken_idpaymentcredentials_merchant_information.rb → tmsv3tokenstoken_idpaymentcredentials_merchant_information.rb} +2 -2
- data/lib/cybersource_rest_client/models/{tmsv2tokenstoken_idpaymentcredentials_merchant_information_merchant_descriptor.rb → tmsv3tokenstoken_idpaymentcredentials_merchant_information_merchant_descriptor.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenstoken_idpaymentcredentials_order_information.rb → tmsv3tokenstoken_idpaymentcredentials_order_information.rb} +3 -3
- data/lib/cybersource_rest_client/models/{tmsv2tokenstoken_idpaymentcredentials_order_information_amount_details.rb → tmsv3tokenstoken_idpaymentcredentials_order_information_amount_details.rb} +1 -1
- data/lib/cybersource_rest_client/models/{tmsv2tokenstoken_idpaymentcredentials_order_information_bill_to.rb → tmsv3tokenstoken_idpaymentcredentials_order_information_bill_to.rb} +1 -1
- data/lib/cybersource_rest_client.rb +82 -78
- metadata +84 -80
- data/lib/cybersource_rest_client/models/inline_response_201_8_client_reference_information.rb +0 -196
- data/lib/cybersource_rest_client/models/inline_response_201_8_processor_information.rb +0 -196
- data/lib/cybersource_rest_client/models/vasv1currencyconversion_client_reference_information.rb +0 -257
- data/lib/cybersource_rest_client/models/vasv1currencyconversion_order_information.rb +0 -199
- data/lib/cybersource_rest_client/models/vasv1currencyconversion_order_information_amount_details.rb +0 -213
- data/lib/cybersource_rest_client/models/vasv1currencyconversion_point_of_sale_information.rb +0 -213
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 767094548594be059f30d46d1fe535a39ab426beec6ae36af8e1ba8f247ed2f5
|
|
4
|
+
data.tar.gz: ce79348dbc7437e34cddf73080911d5459bc1918b1268a66d3bee17585bd324d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f6faecf8d5d693da9e10aacefd367096aa5f659fa0b5e1d09d82a7a383ad8b97aaf779e9cc6b1bbf33f8a16301cbb2a9d92ddbb7cc6a40ac1c4ace584d0deefe
|
|
7
|
+
data.tar.gz: b16e4826078f3ee87f886ecb1216610b71ee682c591491adde2768396a76b9869e2d4f8c31dc550071a7c8f5a1fa6254f7e7d3b2c9db87b1d900033cdc657116
|
|
@@ -24,7 +24,7 @@ module CyberSource
|
|
|
24
24
|
#
|
|
25
25
|
# @param account_validations_request
|
|
26
26
|
# @param [Hash] opts the optional parameters
|
|
27
|
-
# @return [
|
|
27
|
+
# @return [InlineResponse20015]
|
|
28
28
|
#
|
|
29
29
|
# DISCLAIMER : Cybersource may allow Customer to access, use, and/or test a Cybersource product or service that may still be in development or has not been market-tested ("Beta Product") solely for the purpose of evaluating the functionality or marketability of the Beta Product (a "Beta Evaluation"). Notwithstanding any language to the contrary, the following terms shall apply with respect to Customer's participation in any Beta Evaluation (and the Beta Product(s)) accessed thereunder): The Parties will enter into a separate form agreement detailing the scope of the Beta Evaluation, requirements, pricing, the length of the beta evaluation period ("Beta Product Form"). Beta Products are not, and may not become, Transaction Services and have not yet been publicly released and are offered for the sole purpose of internal testing and non-commercial evaluation. Customer's use of the Beta Product shall be solely for the purpose of conducting the Beta Evaluation. Customer accepts all risks arising out of the access and use of the Beta Products. Cybersource may, in its sole discretion, at any time, terminate or discontinue the Beta Evaluation. Customer acknowledges and agrees that any Beta Product may still be in development and that Beta Product is provided "AS IS" and may not perform at the level of a commercially available service, may not operate as expected and may be modified prior to release. CYBERSOURCE SHALL NOT BE RESPONSIBLE OR LIABLE UNDER ANY CONTRACT, TORT (INCLUDING NEGLIGENCE), OR OTHERWISE RELATING TO A BETA PRODUCT OR THE BETA EVALUATION (A) FOR LOSS OR INACCURACY OF DATA OR COST OF PROCUREMENT OF SUBSTITUTE GOODS, SERVICES OR TECHNOLOGY, (B) ANY CLAIM, LOSSES, DAMAGES, OR CAUSE OF ACTION ARISING IN CONNECTION WITH THE BETA PRODUCT; OR (C) FOR ANY INDIRECT, INCIDENTAL OR CONSEQUENTIAL DAMAGES INCLUDING, BUT NOT LIMITED TO, LOSS OF REVENUES AND LOSS OF PROFITS.
|
|
30
30
|
def bank_account_validation_request(account_validations_request, opts = {})
|
|
@@ -36,7 +36,7 @@ module CyberSource
|
|
|
36
36
|
# The Visa Bank Account Validation Service is a new standalone product designed to validate customer's routing and bank account number combination for ACH transactions. Merchant's can use this standalone product to validate their customer's account prior to processing an ACH transaction against the customer's account to comply with Nacha's account validation mandate for Web-debit transactions.
|
|
37
37
|
# @param account_validations_request
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
|
39
|
-
# @return [Array<(
|
|
39
|
+
# @return [Array<(InlineResponse20015, Fixnum, Hash)>] InlineResponse20015 data, response status code and response headers
|
|
40
40
|
def bank_account_validation_request_with_http_info(account_validations_request, opts = {})
|
|
41
41
|
|
|
42
42
|
if @api_client.config.debugging
|
|
@@ -89,7 +89,7 @@ module CyberSource
|
|
|
89
89
|
:form_params => form_params,
|
|
90
90
|
:body => post_body,
|
|
91
91
|
:auth_names => auth_names,
|
|
92
|
-
:return_type => '
|
|
92
|
+
:return_type => 'InlineResponse20015',
|
|
93
93
|
:isResponseMLEForApi => is_response_mle_for_api)
|
|
94
94
|
if @api_client.config.debugging
|
|
95
95
|
begin
|
|
@@ -24,7 +24,7 @@ module CyberSource
|
|
|
24
24
|
#
|
|
25
25
|
# @param batch_id Unique identification number assigned to the submitted request.
|
|
26
26
|
# @param [Hash] opts the optional parameters
|
|
27
|
-
# @return [
|
|
27
|
+
# @return [InlineResponse20014]
|
|
28
28
|
#
|
|
29
29
|
def get_batch_report(batch_id, opts = {})
|
|
30
30
|
data, status_code, headers = get_batch_report_with_http_info(batch_id, opts)
|
|
@@ -35,7 +35,7 @@ module CyberSource
|
|
|
35
35
|
# **Get Batch Report**<br>This resource accepts a batch id and returns: - The batch status. - The total number of accepted, rejected, updated records. - The total number of card association responses. - The billable quantities of: - New Account Numbers (NAN) - New Expiry Dates (NED) - Account Closures (ACL) - Contact Card Holders (CCH) - Source record information including token ids, masked card number, expiration dates & card type. - Response record information including response code, reason, token ids, masked card number, expiration dates & card type.
|
|
36
36
|
# @param batch_id Unique identification number assigned to the submitted request.
|
|
37
37
|
# @param [Hash] opts the optional parameters
|
|
38
|
-
# @return [Array<(
|
|
38
|
+
# @return [Array<(InlineResponse20014, Fixnum, Hash)>] InlineResponse20014 data, response status code and response headers
|
|
39
39
|
def get_batch_report_with_http_info(batch_id, opts = {})
|
|
40
40
|
|
|
41
41
|
if @api_client.config.debugging
|
|
@@ -94,7 +94,7 @@ module CyberSource
|
|
|
94
94
|
:form_params => form_params,
|
|
95
95
|
:body => post_body,
|
|
96
96
|
:auth_names => auth_names,
|
|
97
|
-
:return_type => '
|
|
97
|
+
:return_type => 'InlineResponse20014',
|
|
98
98
|
:isResponseMLEForApi => is_response_mle_for_api)
|
|
99
99
|
if @api_client.config.debugging
|
|
100
100
|
begin
|
|
@@ -111,7 +111,7 @@ module CyberSource
|
|
|
111
111
|
#
|
|
112
112
|
# @param batch_id Unique identification number assigned to the submitted request.
|
|
113
113
|
# @param [Hash] opts the optional parameters
|
|
114
|
-
# @return [
|
|
114
|
+
# @return [InlineResponse20013]
|
|
115
115
|
#
|
|
116
116
|
def get_batch_status(batch_id, opts = {})
|
|
117
117
|
data, status_code, headers = get_batch_status_with_http_info(batch_id, opts)
|
|
@@ -122,7 +122,7 @@ module CyberSource
|
|
|
122
122
|
# **Get Batch Status**<br>This resource accepts a batch id and returns: - The batch status. - The total number of accepted, rejected, updated records. - The total number of card association responses. - The billable quantities of: - New Account Numbers (NAN) - New Expiry Dates (NED) - Account Closures (ACL) - Contact Card Holders (CCH)
|
|
123
123
|
# @param batch_id Unique identification number assigned to the submitted request.
|
|
124
124
|
# @param [Hash] opts the optional parameters
|
|
125
|
-
# @return [Array<(
|
|
125
|
+
# @return [Array<(InlineResponse20013, Fixnum, Hash)>] InlineResponse20013 data, response status code and response headers
|
|
126
126
|
def get_batch_status_with_http_info(batch_id, opts = {})
|
|
127
127
|
|
|
128
128
|
if @api_client.config.debugging
|
|
@@ -181,7 +181,7 @@ module CyberSource
|
|
|
181
181
|
:form_params => form_params,
|
|
182
182
|
:body => post_body,
|
|
183
183
|
:auth_names => auth_names,
|
|
184
|
-
:return_type => '
|
|
184
|
+
:return_type => 'InlineResponse20013',
|
|
185
185
|
:isResponseMLEForApi => is_response_mle_for_api)
|
|
186
186
|
if @api_client.config.debugging
|
|
187
187
|
begin
|
|
@@ -201,7 +201,7 @@ module CyberSource
|
|
|
201
201
|
# @option opts [Integer] :limit The maximum number that can be returned in the array starting from the offset record in zero-based dataset. (default to 20)
|
|
202
202
|
# @option opts [String] :from_date ISO-8601 format: yyyyMMddTHHmmssZ
|
|
203
203
|
# @option opts [String] :to_date ISO-8601 format: yyyyMMddTHHmmssZ
|
|
204
|
-
# @return [
|
|
204
|
+
# @return [InlineResponse20012]
|
|
205
205
|
#
|
|
206
206
|
def get_batches_list(opts = {})
|
|
207
207
|
data, status_code, headers = get_batches_list_with_http_info(opts)
|
|
@@ -215,7 +215,7 @@ module CyberSource
|
|
|
215
215
|
# @option opts [Integer] :limit The maximum number that can be returned in the array starting from the offset record in zero-based dataset.
|
|
216
216
|
# @option opts [String] :from_date ISO-8601 format: yyyyMMddTHHmmssZ
|
|
217
217
|
# @option opts [String] :to_date ISO-8601 format: yyyyMMddTHHmmssZ
|
|
218
|
-
# @return [Array<(
|
|
218
|
+
# @return [Array<(InlineResponse20012, Fixnum, Hash)>] InlineResponse20012 data, response status code and response headers
|
|
219
219
|
def get_batches_list_with_http_info(opts = {})
|
|
220
220
|
|
|
221
221
|
if @api_client.config.debugging
|
|
@@ -270,7 +270,7 @@ module CyberSource
|
|
|
270
270
|
:form_params => form_params,
|
|
271
271
|
:body => post_body,
|
|
272
272
|
:auth_names => auth_names,
|
|
273
|
-
:return_type => '
|
|
273
|
+
:return_type => 'InlineResponse20012',
|
|
274
274
|
:isResponseMLEForApi => is_response_mle_for_api)
|
|
275
275
|
if @api_client.config.debugging
|
|
276
276
|
begin
|
|
@@ -24,7 +24,7 @@ module CyberSource
|
|
|
24
24
|
#
|
|
25
25
|
# @param create_bin_lookup_request
|
|
26
26
|
# @param [Hash] opts the optional parameters
|
|
27
|
-
# @return [
|
|
27
|
+
# @return [InlineResponse2013]
|
|
28
28
|
#
|
|
29
29
|
# DISCLAIMER : Cybersource may allow Customer to access, use, and/or test a Cybersource product or service that may still be in development or has not been market-tested ("Beta Product") solely for the purpose of evaluating the functionality or marketability of the Beta Product (a "Beta Evaluation"). Notwithstanding any language to the contrary, the following terms shall apply with respect to Customer's participation in any Beta Evaluation (and the Beta Product(s)) accessed thereunder): The Parties will enter into a separate form agreement detailing the scope of the Beta Evaluation, requirements, pricing, the length of the beta evaluation period ("Beta Product Form"). Beta Products are not, and may not become, Transaction Services and have not yet been publicly released and are offered for the sole purpose of internal testing and non-commercial evaluation. Customer's use of the Beta Product shall be solely for the purpose of conducting the Beta Evaluation. Customer accepts all risks arising out of the access and use of the Beta Products. Cybersource may, in its sole discretion, at any time, terminate or discontinue the Beta Evaluation. Customer acknowledges and agrees that any Beta Product may still be in development and that Beta Product is provided "AS IS" and may not perform at the level of a commercially available service, may not operate as expected and may be modified prior to release. CYBERSOURCE SHALL NOT BE RESPONSIBLE OR LIABLE UNDER ANY CONTRACT, TORT (INCLUDING NEGLIGENCE), OR OTHERWISE RELATING TO A BETA PRODUCT OR THE BETA EVALUATION (A) FOR LOSS OR INACCURACY OF DATA OR COST OF PROCUREMENT OF SUBSTITUTE GOODS, SERVICES OR TECHNOLOGY, (B) ANY CLAIM, LOSSES, DAMAGES, OR CAUSE OF ACTION ARISING IN CONNECTION WITH THE BETA PRODUCT; OR (C) FOR ANY INDIRECT, INCIDENTAL OR CONSEQUENTIAL DAMAGES INCLUDING, BUT NOT LIMITED TO, LOSS OF REVENUES AND LOSS OF PROFITS.
|
|
30
30
|
def get_account_info(create_bin_lookup_request, opts = {})
|
|
@@ -36,7 +36,7 @@ module CyberSource
|
|
|
36
36
|
# The BIN Lookup Service is a versatile business tool that provides card network agnostic solution designed to ensure frictionless transaction experience by utilizing up-to-date Bank Identification Number (BIN) attributes sourced from multiple global and regional data sources. This service helps to improve authorization rates by helping to route transactions to the best-suited card network, minimizes fraud through card detail verification and aids in regulatory compliance by identifying card properties. The service is flexible and provides businesses with a flexible choice of inputs such as primary account number (PAN), network token from major networks (such as Visa, American Express, Discover and several regional networks) which includes device PAN (DPAN), and all types of tokens generated via CyberSource Token Management Service (TMS). Currently, the range of available credentials is contingent on the networks enabled for the business entity. Therefore, the network information specified in this documentation is illustrative and subject to personalized offerings for each reseller or merchant.
|
|
37
37
|
# @param create_bin_lookup_request
|
|
38
38
|
# @param [Hash] opts the optional parameters
|
|
39
|
-
# @return [Array<(
|
|
39
|
+
# @return [Array<(InlineResponse2013, Fixnum, Hash)>] InlineResponse2013 data, response status code and response headers
|
|
40
40
|
def get_account_info_with_http_info(create_bin_lookup_request, opts = {})
|
|
41
41
|
|
|
42
42
|
if @api_client.config.debugging
|
|
@@ -89,7 +89,7 @@ module CyberSource
|
|
|
89
89
|
:form_params => form_params,
|
|
90
90
|
:body => post_body,
|
|
91
91
|
:auth_names => auth_names,
|
|
92
|
-
:return_type => '
|
|
92
|
+
:return_type => 'InlineResponse2013',
|
|
93
93
|
:isResponseMLEForApi => is_response_mle_for_api)
|
|
94
94
|
if @api_client.config.debugging
|
|
95
95
|
begin
|
|
@@ -24,7 +24,7 @@ module CyberSource
|
|
|
24
24
|
#
|
|
25
25
|
# @param organization_id The Organization Identifier.
|
|
26
26
|
# @param [Hash] opts the optional parameters
|
|
27
|
-
# @return [Array<
|
|
27
|
+
# @return [Array<InlineResponse2006>]
|
|
28
28
|
#
|
|
29
29
|
def find_products_to_subscribe(organization_id, opts = {})
|
|
30
30
|
data, status_code, headers = find_products_to_subscribe_with_http_info(organization_id, opts)
|
|
@@ -35,7 +35,7 @@ module CyberSource
|
|
|
35
35
|
# Retrieve a list of products and event types that your account is eligible for. These products and events are the ones that you may subscribe to in the next step of creating webhooks.
|
|
36
36
|
# @param organization_id The Organization Identifier.
|
|
37
37
|
# @param [Hash] opts the optional parameters
|
|
38
|
-
# @return [Array<(Array<
|
|
38
|
+
# @return [Array<(Array<InlineResponse2006>, Fixnum, Hash)>] Array<InlineResponse2006> data, response status code and response headers
|
|
39
39
|
def find_products_to_subscribe_with_http_info(organization_id, opts = {})
|
|
40
40
|
|
|
41
41
|
if @api_client.config.debugging
|
|
@@ -90,7 +90,7 @@ module CyberSource
|
|
|
90
90
|
:form_params => form_params,
|
|
91
91
|
:body => post_body,
|
|
92
92
|
:auth_names => auth_names,
|
|
93
|
-
:return_type => 'Array<
|
|
93
|
+
:return_type => 'Array<InlineResponse2006>',
|
|
94
94
|
:isResponseMLEForApi => is_response_mle_for_api)
|
|
95
95
|
if @api_client.config.debugging
|
|
96
96
|
begin
|
|
@@ -107,7 +107,7 @@ module CyberSource
|
|
|
107
107
|
#
|
|
108
108
|
# @param [Hash] opts the optional parameters
|
|
109
109
|
# @option opts [CreateWebhook] :create_webhook The webhook payload
|
|
110
|
-
# @return [
|
|
110
|
+
# @return [InlineResponse2016]
|
|
111
111
|
#
|
|
112
112
|
def notification_subscriptions_v2_webhooks_post(opts = {})
|
|
113
113
|
data, status_code, headers = notification_subscriptions_v2_webhooks_post_with_http_info(opts)
|
|
@@ -118,7 +118,7 @@ module CyberSource
|
|
|
118
118
|
# Create a new webhook subscription. Before creating a webhook, ensure that a signature key has been created. For the example \"Create Webhook using oAuth with Client Credentials\" - for clients who have more than one oAuth Provider and have different client secrets that they would like to config for a given webhook, they may do so by overriding the keyId inside security config of webhook subscription. See the Developer Center examples section titled \"Webhook Security - Create or Store Egress Symmetric Key - Store oAuth Credentials For Symmetric Key\" to store these oAuth credentials that CYBS will need for oAuth. For JWT authentication, attach your oAuth details to the webhook subscription. See the example \"Create Webhook using oAuth with JWT\"
|
|
119
119
|
# @param [Hash] opts the optional parameters
|
|
120
120
|
# @option opts [CreateWebhook] :create_webhook The webhook payload
|
|
121
|
-
# @return [Array<(
|
|
121
|
+
# @return [Array<(InlineResponse2016, Fixnum, Hash)>] InlineResponse2016 data, response status code and response headers
|
|
122
122
|
def notification_subscriptions_v2_webhooks_post_with_http_info(opts = {})
|
|
123
123
|
|
|
124
124
|
if @api_client.config.debugging
|
|
@@ -167,7 +167,7 @@ module CyberSource
|
|
|
167
167
|
:form_params => form_params,
|
|
168
168
|
:body => post_body,
|
|
169
169
|
:auth_names => auth_names,
|
|
170
|
-
:return_type => '
|
|
170
|
+
:return_type => 'InlineResponse2016',
|
|
171
171
|
:isResponseMLEForApi => is_response_mle_for_api)
|
|
172
172
|
if @api_client.config.debugging
|
|
173
173
|
begin
|
|
@@ -187,7 +187,7 @@ module CyberSource
|
|
|
187
187
|
# @param [Hash] opts the optional parameters
|
|
188
188
|
# @option opts [String] :v_c_correlation_id A globally unique id associated with your request
|
|
189
189
|
# @option opts [SaveSymEgressKey] :save_sym_egress_key Provide egress Symmetric key information to save (create or store or refresh)
|
|
190
|
-
# @return [
|
|
190
|
+
# @return [InlineResponse2015]
|
|
191
191
|
#
|
|
192
192
|
def save_sym_egress_key(v_c_sender_organization_id, v_c_permissions, opts = {})
|
|
193
193
|
data, status_code, headers = save_sym_egress_key_with_http_info(v_c_sender_organization_id, v_c_permissions, opts)
|
|
@@ -201,7 +201,7 @@ module CyberSource
|
|
|
201
201
|
# @param [Hash] opts the optional parameters
|
|
202
202
|
# @option opts [String] :v_c_correlation_id A globally unique id associated with your request
|
|
203
203
|
# @option opts [SaveSymEgressKey] :save_sym_egress_key Provide egress Symmetric key information to save (create or store or refresh)
|
|
204
|
-
# @return [Array<(
|
|
204
|
+
# @return [Array<(InlineResponse2015, Fixnum, Hash)>] InlineResponse2015 data, response status code and response headers
|
|
205
205
|
def save_sym_egress_key_with_http_info(v_c_sender_organization_id, v_c_permissions, opts = {})
|
|
206
206
|
|
|
207
207
|
if @api_client.config.debugging
|
|
@@ -269,7 +269,7 @@ module CyberSource
|
|
|
269
269
|
:form_params => form_params,
|
|
270
270
|
:body => post_body,
|
|
271
271
|
:auth_names => auth_names,
|
|
272
|
-
:return_type => '
|
|
272
|
+
:return_type => 'InlineResponse2015',
|
|
273
273
|
:isResponseMLEForApi => is_response_mle_for_api)
|
|
274
274
|
if @api_client.config.debugging
|
|
275
275
|
begin
|
|
@@ -25,7 +25,7 @@ module CyberSource
|
|
|
25
25
|
# @param id An unique identification number generated by Cybersource to identify the submitted request.
|
|
26
26
|
# @param case_management_actions_request
|
|
27
27
|
# @param [Hash] opts the optional parameters
|
|
28
|
-
# @return [
|
|
28
|
+
# @return [InlineResponse2003]
|
|
29
29
|
#
|
|
30
30
|
def action_decision_manager_case(id, case_management_actions_request, opts = {})
|
|
31
31
|
data, status_code, headers = action_decision_manager_case_with_http_info(id, case_management_actions_request, opts)
|
|
@@ -37,7 +37,7 @@ module CyberSource
|
|
|
37
37
|
# @param id An unique identification number generated by Cybersource to identify the submitted request.
|
|
38
38
|
# @param case_management_actions_request
|
|
39
39
|
# @param [Hash] opts the optional parameters
|
|
40
|
-
# @return [Array<(
|
|
40
|
+
# @return [Array<(InlineResponse2003, Fixnum, Hash)>] InlineResponse2003 data, response status code and response headers
|
|
41
41
|
def action_decision_manager_case_with_http_info(id, case_management_actions_request, opts = {})
|
|
42
42
|
|
|
43
43
|
if @api_client.config.debugging
|
|
@@ -94,7 +94,7 @@ module CyberSource
|
|
|
94
94
|
:form_params => form_params,
|
|
95
95
|
:body => post_body,
|
|
96
96
|
:auth_names => auth_names,
|
|
97
|
-
:return_type => '
|
|
97
|
+
:return_type => 'InlineResponse2003',
|
|
98
98
|
:isResponseMLEForApi => is_response_mle_for_api)
|
|
99
99
|
if @api_client.config.debugging
|
|
100
100
|
begin
|
|
@@ -199,7 +199,7 @@ module CyberSource
|
|
|
199
199
|
# @param id An unique identification number generated by Cybersource to identify the submitted request.
|
|
200
200
|
# @param case_management_comments_request
|
|
201
201
|
# @param [Hash] opts the optional parameters
|
|
202
|
-
# @return [
|
|
202
|
+
# @return [InlineResponse2012]
|
|
203
203
|
#
|
|
204
204
|
def comment_decision_manager_case(id, case_management_comments_request, opts = {})
|
|
205
205
|
data, status_code, headers = comment_decision_manager_case_with_http_info(id, case_management_comments_request, opts)
|
|
@@ -211,7 +211,7 @@ module CyberSource
|
|
|
211
211
|
# @param id An unique identification number generated by Cybersource to identify the submitted request.
|
|
212
212
|
# @param case_management_comments_request
|
|
213
213
|
# @param [Hash] opts the optional parameters
|
|
214
|
-
# @return [Array<(
|
|
214
|
+
# @return [Array<(InlineResponse2012, Fixnum, Hash)>] InlineResponse2012 data, response status code and response headers
|
|
215
215
|
def comment_decision_manager_case_with_http_info(id, case_management_comments_request, opts = {})
|
|
216
216
|
|
|
217
217
|
if @api_client.config.debugging
|
|
@@ -268,7 +268,7 @@ module CyberSource
|
|
|
268
268
|
:form_params => form_params,
|
|
269
269
|
:body => post_body,
|
|
270
270
|
:auth_names => auth_names,
|
|
271
|
-
:return_type => '
|
|
271
|
+
:return_type => 'InlineResponse2012',
|
|
272
272
|
:isResponseMLEForApi => is_response_mle_for_api)
|
|
273
273
|
if @api_client.config.debugging
|
|
274
274
|
begin
|
|
@@ -104,7 +104,7 @@ module CyberSource
|
|
|
104
104
|
#
|
|
105
105
|
# @param device_de_associate_v3_request deviceId that has to be de-associated to the destination organizationId.
|
|
106
106
|
# @param [Hash] opts the optional parameters
|
|
107
|
-
# @return [Array<
|
|
107
|
+
# @return [Array<InlineResponse20010>]
|
|
108
108
|
#
|
|
109
109
|
def post_de_associate_v3_terminal(device_de_associate_v3_request, opts = {})
|
|
110
110
|
data, status_code, headers = post_de_associate_v3_terminal_with_http_info(device_de_associate_v3_request, opts)
|
|
@@ -115,7 +115,7 @@ module CyberSource
|
|
|
115
115
|
# A device will be de-associated from its current organization and moved up in the hierarchy. The device's new position will be determined by a specified destination, either an account or a portfolio. If no destination is provided, the device will default to the currently logged-in user.
|
|
116
116
|
# @param device_de_associate_v3_request deviceId that has to be de-associated to the destination organizationId.
|
|
117
117
|
# @param [Hash] opts the optional parameters
|
|
118
|
-
# @return [Array<(Array<
|
|
118
|
+
# @return [Array<(Array<InlineResponse20010>, Fixnum, Hash)>] Array<InlineResponse20010> data, response status code and response headers
|
|
119
119
|
def post_de_associate_v3_terminal_with_http_info(device_de_associate_v3_request, opts = {})
|
|
120
120
|
|
|
121
121
|
if @api_client.config.debugging
|
|
@@ -168,7 +168,7 @@ module CyberSource
|
|
|
168
168
|
:form_params => form_params,
|
|
169
169
|
:body => post_body,
|
|
170
170
|
:auth_names => auth_names,
|
|
171
|
-
:return_type => 'Array<
|
|
171
|
+
:return_type => 'Array<InlineResponse20010>',
|
|
172
172
|
:isResponseMLEForApi => is_response_mle_for_api)
|
|
173
173
|
if @api_client.config.debugging
|
|
174
174
|
begin
|
|
@@ -24,7 +24,7 @@ module CyberSource
|
|
|
24
24
|
#
|
|
25
25
|
# @param post_device_search_request
|
|
26
26
|
# @param [Hash] opts the optional parameters
|
|
27
|
-
# @return [
|
|
27
|
+
# @return [InlineResponse2009]
|
|
28
28
|
#
|
|
29
29
|
def post_search_query(post_device_search_request, opts = {})
|
|
30
30
|
data, status_code, headers = post_search_query_with_http_info(post_device_search_request, opts)
|
|
@@ -35,7 +35,7 @@ module CyberSource
|
|
|
35
35
|
# Retrieves list of terminals in paginated format.
|
|
36
36
|
# @param post_device_search_request
|
|
37
37
|
# @param [Hash] opts the optional parameters
|
|
38
|
-
# @return [Array<(
|
|
38
|
+
# @return [Array<(InlineResponse2009, Fixnum, Hash)>] InlineResponse2009 data, response status code and response headers
|
|
39
39
|
def post_search_query_with_http_info(post_device_search_request, opts = {})
|
|
40
40
|
|
|
41
41
|
if @api_client.config.debugging
|
|
@@ -88,7 +88,7 @@ module CyberSource
|
|
|
88
88
|
:form_params => form_params,
|
|
89
89
|
:body => post_body,
|
|
90
90
|
:auth_names => auth_names,
|
|
91
|
-
:return_type => '
|
|
91
|
+
:return_type => 'InlineResponse2009',
|
|
92
92
|
:isResponseMLEForApi => is_response_mle_for_api)
|
|
93
93
|
if @api_client.config.debugging
|
|
94
94
|
begin
|
|
@@ -105,7 +105,7 @@ module CyberSource
|
|
|
105
105
|
#
|
|
106
106
|
# @param post_device_search_request_v3
|
|
107
107
|
# @param [Hash] opts the optional parameters
|
|
108
|
-
# @return [
|
|
108
|
+
# @return [InlineResponse20011]
|
|
109
109
|
#
|
|
110
110
|
def post_search_query_v3(post_device_search_request_v3, opts = {})
|
|
111
111
|
data, status_code, headers = post_search_query_v3_with_http_info(post_device_search_request_v3, opts)
|
|
@@ -116,7 +116,7 @@ module CyberSource
|
|
|
116
116
|
# Search for devices matching a given search query. The search query supports serialNumber, readerId, terminalId, status, statusChangeReason or organizationId Matching results are paginated.
|
|
117
117
|
# @param post_device_search_request_v3
|
|
118
118
|
# @param [Hash] opts the optional parameters
|
|
119
|
-
# @return [Array<(
|
|
119
|
+
# @return [Array<(InlineResponse20011, Fixnum, Hash)>] InlineResponse20011 data, response status code and response headers
|
|
120
120
|
def post_search_query_v3_with_http_info(post_device_search_request_v3, opts = {})
|
|
121
121
|
|
|
122
122
|
if @api_client.config.debugging
|
|
@@ -169,7 +169,7 @@ module CyberSource
|
|
|
169
169
|
:form_params => form_params,
|
|
170
170
|
:body => post_body,
|
|
171
171
|
:auth_names => auth_names,
|
|
172
|
-
:return_type => '
|
|
172
|
+
:return_type => 'InlineResponse20011',
|
|
173
173
|
:isResponseMLEForApi => is_response_mle_for_api)
|
|
174
174
|
if @api_client.config.debugging
|
|
175
175
|
begin
|
|
@@ -23,6 +23,7 @@ module CyberSource
|
|
|
23
23
|
# Allows you to retrieve the invoice settings for the payment page.
|
|
24
24
|
#
|
|
25
25
|
# @param [Hash] opts the optional parameters
|
|
26
|
+
# @option opts [String] :product_type Allows you to choose which product type settings you want to update.
|
|
26
27
|
# @return [InvoicingV2InvoiceSettingsGet200Response]
|
|
27
28
|
#
|
|
28
29
|
def get_invoice_settings(opts = {})
|
|
@@ -33,6 +34,7 @@ module CyberSource
|
|
|
33
34
|
# Get Invoice Settings
|
|
34
35
|
# Allows you to retrieve the invoice settings for the payment page.
|
|
35
36
|
# @param [Hash] opts the optional parameters
|
|
37
|
+
# @option opts [String] :product_type Allows you to choose which product type settings you want to update.
|
|
36
38
|
# @return [Array<(InvoicingV2InvoiceSettingsGet200Response, Fixnum, Hash)>] InvoicingV2InvoiceSettingsGet200Response data, response status code and response headers
|
|
37
39
|
def get_invoice_settings_with_http_info(opts = {})
|
|
38
40
|
|
|
@@ -44,11 +46,15 @@ module CyberSource
|
|
|
44
46
|
puts 'Cannot write to log'
|
|
45
47
|
end
|
|
46
48
|
end
|
|
49
|
+
if @api_client.config.client_side_validation && opts[:'product_type'] && !['INVOICING', 'PAYBYLINK'].include?(opts[:'product_type'])
|
|
50
|
+
fail ArgumentError, 'invalid value for "product_type", must be one of INVOICING, PAYBYLINK'
|
|
51
|
+
end
|
|
47
52
|
# resource path
|
|
48
53
|
local_var_path = 'invoicing/v2/invoiceSettings'
|
|
49
54
|
|
|
50
55
|
# query parameters
|
|
51
56
|
query_params = {}
|
|
57
|
+
query_params[:'productType'] = opts[:'product_type'] if !opts[:'product_type'].nil?
|
|
52
58
|
|
|
53
59
|
# header parameters
|
|
54
60
|
header_params = {}
|
|
@@ -101,6 +107,7 @@ module CyberSource
|
|
|
101
107
|
#
|
|
102
108
|
# @param invoice_settings_request
|
|
103
109
|
# @param [Hash] opts the optional parameters
|
|
110
|
+
# @option opts [String] :product_type Allows you to choose which product type settings you want to update.
|
|
104
111
|
# @return [InvoicingV2InvoiceSettingsGet200Response]
|
|
105
112
|
#
|
|
106
113
|
def update_invoice_settings(invoice_settings_request, opts = {})
|
|
@@ -112,6 +119,7 @@ module CyberSource
|
|
|
112
119
|
# Allows you to customize the payment page, the checkout experience, email communication and payer authentication. You can customize the invoice to match your brand with your business name, logo and brand colors, and a VAT Tax number. You can choose to capture the payers shipping details, phone number and email during the checkout process. You can add a custom message to all invoice emails and enable or disable payer authentication for invoice payments.
|
|
113
120
|
# @param invoice_settings_request
|
|
114
121
|
# @param [Hash] opts the optional parameters
|
|
122
|
+
# @option opts [String] :product_type Allows you to choose which product type settings you want to update.
|
|
115
123
|
# @return [Array<(InvoicingV2InvoiceSettingsGet200Response, Fixnum, Hash)>] InvoicingV2InvoiceSettingsGet200Response data, response status code and response headers
|
|
116
124
|
def update_invoice_settings_with_http_info(invoice_settings_request, opts = {})
|
|
117
125
|
|
|
@@ -127,11 +135,15 @@ module CyberSource
|
|
|
127
135
|
if @api_client.config.client_side_validation && invoice_settings_request.nil?
|
|
128
136
|
fail ArgumentError, "Missing the required parameter 'invoice_settings_request' when calling InvoiceSettingsApi.update_invoice_settings"
|
|
129
137
|
end
|
|
138
|
+
if @api_client.config.client_side_validation && opts[:'product_type'] && !['INVOICING', 'PAYBYLINK'].include?(opts[:'product_type'])
|
|
139
|
+
fail ArgumentError, 'invalid value for "product_type", must be one of INVOICING, PAYBYLINK'
|
|
140
|
+
end
|
|
130
141
|
# resource path
|
|
131
142
|
local_var_path = 'invoicing/v2/invoiceSettings'
|
|
132
143
|
|
|
133
144
|
# query parameters
|
|
134
145
|
query_params = {}
|
|
146
|
+
query_params[:'productType'] = opts[:'product_type'] if !opts[:'product_type'].nil?
|
|
135
147
|
|
|
136
148
|
# header parameters
|
|
137
149
|
header_params = {}
|
|
@@ -106,7 +106,7 @@ module CyberSource
|
|
|
106
106
|
#
|
|
107
107
|
# @param webhook_id The webhook Identifier
|
|
108
108
|
# @param [Hash] opts the optional parameters
|
|
109
|
-
# @return [
|
|
109
|
+
# @return [InlineResponse2016]
|
|
110
110
|
#
|
|
111
111
|
def get_webhook_subscription_by_id(webhook_id, opts = {})
|
|
112
112
|
data, status_code, headers = get_webhook_subscription_by_id_with_http_info(webhook_id, opts)
|
|
@@ -117,7 +117,7 @@ module CyberSource
|
|
|
117
117
|
# Retrieve the details of a specific webhook by supplying the webhook ID in the path.
|
|
118
118
|
# @param webhook_id The webhook Identifier
|
|
119
119
|
# @param [Hash] opts the optional parameters
|
|
120
|
-
# @return [Array<(
|
|
120
|
+
# @return [Array<(InlineResponse2016, Fixnum, Hash)>] InlineResponse2016 data, response status code and response headers
|
|
121
121
|
def get_webhook_subscription_by_id_with_http_info(webhook_id, opts = {})
|
|
122
122
|
|
|
123
123
|
if @api_client.config.debugging
|
|
@@ -172,7 +172,7 @@ module CyberSource
|
|
|
172
172
|
:form_params => form_params,
|
|
173
173
|
:body => post_body,
|
|
174
174
|
:auth_names => auth_names,
|
|
175
|
-
:return_type => '
|
|
175
|
+
:return_type => 'InlineResponse2016',
|
|
176
176
|
:isResponseMLEForApi => is_response_mle_for_api)
|
|
177
177
|
if @api_client.config.debugging
|
|
178
178
|
begin
|
|
@@ -191,7 +191,7 @@ module CyberSource
|
|
|
191
191
|
# @param [Hash] opts the optional parameters
|
|
192
192
|
# @option opts [String] :product_id The Product Identifier.
|
|
193
193
|
# @option opts [String] :event_type The Event Type.
|
|
194
|
-
# @return [Array<
|
|
194
|
+
# @return [Array<InlineResponse2007>]
|
|
195
195
|
#
|
|
196
196
|
def get_webhook_subscriptions_by_org(organization_id, opts = {})
|
|
197
197
|
data, status_code, headers = get_webhook_subscriptions_by_org_with_http_info(organization_id, opts)
|
|
@@ -204,7 +204,7 @@ module CyberSource
|
|
|
204
204
|
# @param [Hash] opts the optional parameters
|
|
205
205
|
# @option opts [String] :product_id The Product Identifier.
|
|
206
206
|
# @option opts [String] :event_type The Event Type.
|
|
207
|
-
# @return [Array<(Array<
|
|
207
|
+
# @return [Array<(Array<InlineResponse2007>, Fixnum, Hash)>] Array<InlineResponse2007> data, response status code and response headers
|
|
208
208
|
def get_webhook_subscriptions_by_org_with_http_info(organization_id, opts = {})
|
|
209
209
|
|
|
210
210
|
if @api_client.config.debugging
|
|
@@ -262,7 +262,7 @@ module CyberSource
|
|
|
262
262
|
:form_params => form_params,
|
|
263
263
|
:body => post_body,
|
|
264
264
|
:auth_names => auth_names,
|
|
265
|
-
:return_type => 'Array<
|
|
265
|
+
:return_type => 'Array<InlineResponse2007>',
|
|
266
266
|
:isResponseMLEForApi => is_response_mle_for_api)
|
|
267
267
|
if @api_client.config.debugging
|
|
268
268
|
begin
|
|
@@ -279,7 +279,7 @@ module CyberSource
|
|
|
279
279
|
#
|
|
280
280
|
# @param webhook_id The Webhook Identifier.
|
|
281
281
|
# @param [Hash] opts the optional parameters
|
|
282
|
-
# @return [
|
|
282
|
+
# @return [InlineResponse2017]
|
|
283
283
|
#
|
|
284
284
|
def notification_subscriptions_v1_webhooks_webhook_id_post(webhook_id, opts = {})
|
|
285
285
|
data, status_code, headers = notification_subscriptions_v1_webhooks_webhook_id_post_with_http_info(webhook_id, opts)
|
|
@@ -290,7 +290,7 @@ module CyberSource
|
|
|
290
290
|
# Test the webhook configuration by sending a sample webhook. Calling this endpoint sends a sample webhook to the endpoint identified in the user's subscription. It will contain sample values for the product & eventType based on values present in your subscription along with a sample message in the payload. Based on the webhook response users can make any necessary modifications or rest assured knowing their setup is configured correctly.
|
|
291
291
|
# @param webhook_id The Webhook Identifier.
|
|
292
292
|
# @param [Hash] opts the optional parameters
|
|
293
|
-
# @return [Array<(
|
|
293
|
+
# @return [Array<(InlineResponse2017, Fixnum, Hash)>] InlineResponse2017 data, response status code and response headers
|
|
294
294
|
def notification_subscriptions_v1_webhooks_webhook_id_post_with_http_info(webhook_id, opts = {})
|
|
295
295
|
|
|
296
296
|
if @api_client.config.debugging
|
|
@@ -345,7 +345,7 @@ module CyberSource
|
|
|
345
345
|
:form_params => form_params,
|
|
346
346
|
:body => post_body,
|
|
347
347
|
:auth_names => auth_names,
|
|
348
|
-
:return_type => '
|
|
348
|
+
:return_type => 'InlineResponse2017',
|
|
349
349
|
:isResponseMLEForApi => is_response_mle_for_api)
|
|
350
350
|
if @api_client.config.debugging
|
|
351
351
|
begin
|
|
@@ -363,7 +363,7 @@ module CyberSource
|
|
|
363
363
|
# @param webhook_id The Webhook Identifier.
|
|
364
364
|
# @param [Hash] opts the optional parameters
|
|
365
365
|
# @option opts [UpdateWebhook] :update_webhook The webhook payload or changes to apply.
|
|
366
|
-
# @return [
|
|
366
|
+
# @return [InlineResponse2008]
|
|
367
367
|
#
|
|
368
368
|
def notification_subscriptions_v2_webhooks_webhook_id_patch(webhook_id, opts = {})
|
|
369
369
|
data, status_code, headers = notification_subscriptions_v2_webhooks_webhook_id_patch_with_http_info(webhook_id, opts)
|
|
@@ -375,7 +375,7 @@ module CyberSource
|
|
|
375
375
|
# @param webhook_id The Webhook Identifier.
|
|
376
376
|
# @param [Hash] opts the optional parameters
|
|
377
377
|
# @option opts [UpdateWebhook] :update_webhook The webhook payload or changes to apply.
|
|
378
|
-
# @return [Array<(
|
|
378
|
+
# @return [Array<(InlineResponse2008, Fixnum, Hash)>] InlineResponse2008 data, response status code and response headers
|
|
379
379
|
def notification_subscriptions_v2_webhooks_webhook_id_patch_with_http_info(webhook_id, opts = {})
|
|
380
380
|
|
|
381
381
|
if @api_client.config.debugging
|
|
@@ -428,7 +428,7 @@ module CyberSource
|
|
|
428
428
|
:form_params => form_params,
|
|
429
429
|
:body => post_body,
|
|
430
430
|
:auth_names => auth_names,
|
|
431
|
-
:return_type => '
|
|
431
|
+
:return_type => 'InlineResponse2008',
|
|
432
432
|
:isResponseMLEForApi => is_response_mle_for_api)
|
|
433
433
|
if @api_client.config.debugging
|
|
434
434
|
begin
|
|
@@ -530,7 +530,7 @@ module CyberSource
|
|
|
530
530
|
# @param save_asym_egress_key Provide egress Asymmetric key information to save (create or store)
|
|
531
531
|
# @param [Hash] opts the optional parameters
|
|
532
532
|
# @option opts [String] :v_c_correlation_id A globally unique id associated with your request
|
|
533
|
-
# @return [
|
|
533
|
+
# @return [InlineResponse2018]
|
|
534
534
|
#
|
|
535
535
|
def save_asym_egress_key(v_c_sender_organization_id, v_c_permissions, save_asym_egress_key, opts = {})
|
|
536
536
|
data, status_code, headers = save_asym_egress_key_with_http_info(v_c_sender_organization_id, v_c_permissions, save_asym_egress_key, opts)
|
|
@@ -544,7 +544,7 @@ module CyberSource
|
|
|
544
544
|
# @param save_asym_egress_key Provide egress Asymmetric key information to save (create or store)
|
|
545
545
|
# @param [Hash] opts the optional parameters
|
|
546
546
|
# @option opts [String] :v_c_correlation_id A globally unique id associated with your request
|
|
547
|
-
# @return [Array<(
|
|
547
|
+
# @return [Array<(InlineResponse2018, Fixnum, Hash)>] InlineResponse2018 data, response status code and response headers
|
|
548
548
|
def save_asym_egress_key_with_http_info(v_c_sender_organization_id, v_c_permissions, save_asym_egress_key, opts = {})
|
|
549
549
|
|
|
550
550
|
if @api_client.config.debugging
|
|
@@ -616,7 +616,7 @@ module CyberSource
|
|
|
616
616
|
:form_params => form_params,
|
|
617
617
|
:body => post_body,
|
|
618
618
|
:auth_names => auth_names,
|
|
619
|
-
:return_type => '
|
|
619
|
+
:return_type => 'InlineResponse2018',
|
|
620
620
|
:isResponseMLEForApi => is_response_mle_for_api)
|
|
621
621
|
if @api_client.config.debugging
|
|
622
622
|
begin
|
|
@@ -24,7 +24,7 @@ module CyberSource
|
|
|
24
24
|
#
|
|
25
25
|
# @param registration_id Identifies the boarding registration to be updated
|
|
26
26
|
# @param [Hash] opts the optional parameters
|
|
27
|
-
# @return [
|
|
27
|
+
# @return [InlineResponse2005]
|
|
28
28
|
#
|
|
29
29
|
def get_registration(registration_id, opts = {})
|
|
30
30
|
data, status_code, headers = get_registration_with_http_info(registration_id, opts)
|
|
@@ -35,7 +35,7 @@ module CyberSource
|
|
|
35
35
|
# This end point will get all information of a boarding registration
|
|
36
36
|
# @param registration_id Identifies the boarding registration to be updated
|
|
37
37
|
# @param [Hash] opts the optional parameters
|
|
38
|
-
# @return [Array<(
|
|
38
|
+
# @return [Array<(InlineResponse2005, Fixnum, Hash)>] InlineResponse2005 data, response status code and response headers
|
|
39
39
|
def get_registration_with_http_info(registration_id, opts = {})
|
|
40
40
|
|
|
41
41
|
if @api_client.config.debugging
|
|
@@ -90,7 +90,7 @@ module CyberSource
|
|
|
90
90
|
:form_params => form_params,
|
|
91
91
|
:body => post_body,
|
|
92
92
|
:auth_names => auth_names,
|
|
93
|
-
:return_type => '
|
|
93
|
+
:return_type => 'InlineResponse2005',
|
|
94
94
|
:isResponseMLEForApi => is_response_mle_for_api)
|
|
95
95
|
if @api_client.config.debugging
|
|
96
96
|
begin
|
|
@@ -108,7 +108,7 @@ module CyberSource
|
|
|
108
108
|
# @param post_registration_body Boarding registration data
|
|
109
109
|
# @param [Hash] opts the optional parameters
|
|
110
110
|
# @option opts [String] :v_c_idempotency_id defines idempotency of the request
|
|
111
|
-
# @return [
|
|
111
|
+
# @return [InlineResponse2014]
|
|
112
112
|
#
|
|
113
113
|
def post_registration(post_registration_body, opts = {})
|
|
114
114
|
data, status_code, headers = post_registration_with_http_info(post_registration_body, opts)
|
|
@@ -120,7 +120,7 @@ module CyberSource
|
|
|
120
120
|
# @param post_registration_body Boarding registration data
|
|
121
121
|
# @param [Hash] opts the optional parameters
|
|
122
122
|
# @option opts [String] :v_c_idempotency_id defines idempotency of the request
|
|
123
|
-
# @return [Array<(
|
|
123
|
+
# @return [Array<(InlineResponse2014, Fixnum, Hash)>] InlineResponse2014 data, response status code and response headers
|
|
124
124
|
def post_registration_with_http_info(post_registration_body, opts = {})
|
|
125
125
|
|
|
126
126
|
if @api_client.config.debugging
|
|
@@ -174,7 +174,7 @@ module CyberSource
|
|
|
174
174
|
:form_params => form_params,
|
|
175
175
|
:body => post_body,
|
|
176
176
|
:auth_names => auth_names,
|
|
177
|
-
:return_type => '
|
|
177
|
+
:return_type => 'InlineResponse2014',
|
|
178
178
|
:isResponseMLEForApi => is_response_mle_for_api)
|
|
179
179
|
if @api_client.config.debugging
|
|
180
180
|
begin
|