ultracart_api 3.2.15 → 3.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (75) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +61 -4
  3. data/docs/ConfigurationApi.md +756 -0
  4. data/docs/DelayAutoOrdersResponse.md +12 -0
  5. data/docs/PaymentsConfiguration.md +23 -0
  6. data/docs/PaymentsConfigurationAffirm.md +15 -0
  7. data/docs/PaymentsConfigurationAmazon.md +15 -0
  8. data/docs/PaymentsConfigurationCOD.md +13 -0
  9. data/docs/PaymentsConfigurationCash.md +9 -0
  10. data/docs/PaymentsConfigurationCheck.md +25 -0
  11. data/docs/PaymentsConfigurationCreditCard.md +16 -0
  12. data/docs/PaymentsConfigurationLoanHero.md +12 -0
  13. data/docs/PaymentsConfigurationPayPal.md +36 -0
  14. data/docs/PaymentsConfigurationPurchaseOrder.md +11 -0
  15. data/docs/PaymentsConfigurationQuoteRequest.md +10 -0
  16. data/docs/PaymentsConfigurationResponse.md +12 -0
  17. data/docs/PaymentsConfigurationRestrictions.md +19 -0
  18. data/docs/PaymentsConfigurationSezzle.md +15 -0
  19. data/docs/PaymentsConfigurationWePay.md +35 -0
  20. data/docs/PaymentsConfigurationWireTransfer.md +18 -0
  21. data/docs/PaymentsThemeTransactionType.md +10 -0
  22. data/docs/PaymentsWepayEnroll.md +22 -0
  23. data/docs/RotatingTransactionGateway.md +50 -0
  24. data/docs/RtgCurrency.md +10 -0
  25. data/docs/RtgDayOfMonthRestriction.md +9 -0
  26. data/docs/RtgDayOfWeekRestriction.md +10 -0
  27. data/docs/RtgThemeRestriction.md +10 -0
  28. data/docs/ScreenRecordingPageViewEvent.md +1 -0
  29. data/docs/SingleSignOnAuthorizeRequest.md +9 -0
  30. data/docs/SingleSignOnAuthorizeResponse.md +9 -0
  31. data/docs/SingleSignOnTokenRequest.md +9 -0
  32. data/docs/SingleSignOnTokenResponse.md +10 -0
  33. data/docs/SsoApi.md +201 -0
  34. data/docs/StripeConnectResponse.md +12 -0
  35. data/docs/TransactionGateway.md +71 -0
  36. data/docs/TransactionGatewaysRequest.md +10 -0
  37. data/docs/TransactionGatewaysResponse.md +12 -0
  38. data/lib/ultracart_api.rb +34 -0
  39. data/lib/ultracart_api/api/configuration_api.rb +843 -0
  40. data/lib/ultracart_api/api/sso_api.rb +243 -0
  41. data/lib/ultracart_api/models/delay_auto_orders_response.rb +221 -0
  42. data/lib/ultracart_api/models/payments_configuration.rb +319 -0
  43. data/lib/ultracart_api/models/payments_configuration_affirm.rb +247 -0
  44. data/lib/ultracart_api/models/payments_configuration_amazon.rb +247 -0
  45. data/lib/ultracart_api/models/payments_configuration_cash.rb +193 -0
  46. data/lib/ultracart_api/models/payments_configuration_check.rb +337 -0
  47. data/lib/ultracart_api/models/payments_configuration_cod.rb +229 -0
  48. data/lib/ultracart_api/models/payments_configuration_credit_card.rb +256 -0
  49. data/lib/ultracart_api/models/payments_configuration_loan_hero.rb +220 -0
  50. data/lib/ultracart_api/models/payments_configuration_pay_pal.rb +436 -0
  51. data/lib/ultracart_api/models/payments_configuration_purchase_order.rb +211 -0
  52. data/lib/ultracart_api/models/payments_configuration_quote_request.rb +202 -0
  53. data/lib/ultracart_api/models/payments_configuration_response.rb +221 -0
  54. data/lib/ultracart_api/models/payments_configuration_restrictions.rb +283 -0
  55. data/lib/ultracart_api/models/payments_configuration_sezzle.rb +247 -0
  56. data/lib/ultracart_api/models/payments_configuration_we_pay.rb +427 -0
  57. data/lib/ultracart_api/models/payments_configuration_wire_transfer.rb +274 -0
  58. data/lib/ultracart_api/models/payments_theme_transaction_type.rb +239 -0
  59. data/lib/ultracart_api/models/payments_wepay_enroll.rb +310 -0
  60. data/lib/ultracart_api/models/rotating_transaction_gateway.rb +665 -0
  61. data/lib/ultracart_api/models/rtg_currency.rb +205 -0
  62. data/lib/ultracart_api/models/rtg_day_of_month_restriction.rb +195 -0
  63. data/lib/ultracart_api/models/rtg_day_of_week_restriction.rb +205 -0
  64. data/lib/ultracart_api/models/rtg_theme_restriction.rb +239 -0
  65. data/lib/ultracart_api/models/screen_recording_page_view_event.rb +10 -1
  66. data/lib/ultracart_api/models/single_sign_on_authorize_request.rb +195 -0
  67. data/lib/ultracart_api/models/single_sign_on_authorize_response.rb +195 -0
  68. data/lib/ultracart_api/models/single_sign_on_token_request.rb +195 -0
  69. data/lib/ultracart_api/models/single_sign_on_token_response.rb +205 -0
  70. data/lib/ultracart_api/models/stripe_connect_response.rb +221 -0
  71. data/lib/ultracart_api/models/transaction_gateway.rb +823 -0
  72. data/lib/ultracart_api/models/transaction_gateways_request.rb +242 -0
  73. data/lib/ultracart_api/models/transaction_gateways_response.rb +223 -0
  74. data/lib/ultracart_api/version.rb +1 -1
  75. metadata +70 -2
@@ -0,0 +1,10 @@
1
+ # UltracartClient::RtgThemeRestriction
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **restriction** | **String** | Any restriction for this theme | [optional]
7
+ **storefront_host_name** | **String** | The server name for this theme. This will not be populated for legacy (ancient) themes | [optional]
8
+ **theme_code** | **String** | Human friendly short code for this theme | [optional]
9
+
10
+
@@ -6,6 +6,7 @@ Name | Type | Description | Notes
6
6
  **name** | **String** | | [optional]
7
7
  **params** | [**Array<ScreenRecordingPageViewEventParameter>**](ScreenRecordingPageViewEventParameter.md) | | [optional]
8
8
  **prior_page_view** | **BOOLEAN** | | [optional]
9
+ **sub_text** | **String** | | [optional]
9
10
  **timestamp** | **String** | Timestamp of the event | [optional]
10
11
  **ts** | **Integer** | | [optional]
11
12
 
@@ -0,0 +1,9 @@
1
+ # UltracartClient::SingleSignOnAuthorizeRequest
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **redirect_uri** | **String** | The URL that the customer should be redirected to after they have approved a single sign on session. | [optional]
7
+ **state** | **String** | An optional state variable that you provide. It will be returned to you on the redirect. You can inspect the state to validate the request is legitimate. We recommend using this field. | [optional]
8
+
9
+
@@ -0,0 +1,9 @@
1
+ # UltracartClient::SingleSignOnAuthorizeResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **expiration_dts** | **String** | Expiration date/time after which the single sign-on login operation will have timed out | [optional]
7
+ **login_url** | **String** | The URL that you should redirect the customer's browser to. This URL will begin the login process. | [optional]
8
+
9
+
@@ -0,0 +1,9 @@
1
+ # UltracartClient::SingleSignOnTokenRequest
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **code** | **String** | The code received on the redirect URI after the customer approved the single sign on request. | [optional]
7
+ **grant_type** | **String** | Grant type. The value should be simple_key. | [optional]
8
+
9
+
@@ -0,0 +1,10 @@
1
+ # UltracartClient::SingleSignOnTokenResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **expiration_dts** | **String** | Expiration date/time after which time the key is no longer valid | [optional]
7
+ **ip_address** | **String** | IP address of the user which we recommend you lock the simple key's usage to. | [optional]
8
+ **simple_key** | **String** | The simple key that can then be used to make SDK calls on the users behalf. | [optional]
9
+
10
+
data/docs/SsoApi.md ADDED
@@ -0,0 +1,201 @@
1
+ # UltracartClient::SsoApi
2
+
3
+ All URIs are relative to *https://secure.ultracart.com/rest/v2*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**get_sso_session_user**](SsoApi.md#get_sso_session_user) | **GET** /sso/session/user | Get single sign on session user
8
+ [**sso_authorize**](SsoApi.md#sso_authorize) | **PUT** /sso/authorize | Authorize a single sign on session
9
+ [**sso_session_revoke**](SsoApi.md#sso_session_revoke) | **DELETE** /sso/session/revoke | Revoke single sign on session
10
+ [**sso_token**](SsoApi.md#sso_token) | **PUT** /sso/token | Exchange a single sign on code for a simple key token
11
+
12
+
13
+ # **get_sso_session_user**
14
+ > User get_sso_session_user
15
+
16
+ Get single sign on session user
17
+
18
+ This is the equivalent of logging out of the single sign on session
19
+
20
+ ### Example
21
+ ```ruby
22
+ # load the gem
23
+ require 'ultracart_api'
24
+
25
+ # Create a Simple Key: https://ultracart.atlassian.net/wiki/spaces/ucdoc/pages/38688545/API+Simple+Key
26
+ simple_key = '109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00'
27
+ api_instance = UltracartClient::SsoApi.new_using_api_key(simple_key, false, false)
28
+
29
+
30
+
31
+ begin
32
+ #Get single sign on session user
33
+ result = api_instance.get_sso_session_user
34
+ p result
35
+ rescue UltracartClient::ApiError => e
36
+ puts "Exception when calling SsoApi->get_sso_session_user: #{e}"
37
+ end
38
+ ```
39
+
40
+ ### Parameters
41
+ This endpoint does not need any parameter.
42
+
43
+ ### Return type
44
+
45
+ [**User**](User.md)
46
+
47
+ ### Authorization
48
+
49
+ [ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
50
+
51
+ ### HTTP request headers
52
+
53
+ - **Content-Type**: application/json; charset=UTF-8
54
+ - **Accept**: application/json
55
+
56
+
57
+
58
+ # **sso_authorize**
59
+ > SingleSignOnAuthorizeResponse sso_authorize(authorization_request)
60
+
61
+ Authorize a single sign on session
62
+
63
+ Starts the process of authorizing a single sign on session.
64
+
65
+ ### Example
66
+ ```ruby
67
+ # load the gem
68
+ require 'ultracart_api'
69
+
70
+ # Create a Simple Key: https://ultracart.atlassian.net/wiki/spaces/ucdoc/pages/38688545/API+Simple+Key
71
+ simple_key = '109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00'
72
+ api_instance = UltracartClient::SsoApi.new_using_api_key(simple_key, false, false)
73
+
74
+
75
+ authorization_request = UltracartClient::SingleSignOnAuthorizeRequest.new # SingleSignOnAuthorizeRequest | Authorization request
76
+
77
+
78
+ begin
79
+ #Authorize a single sign on session
80
+ result = api_instance.sso_authorize(authorization_request)
81
+ p result
82
+ rescue UltracartClient::ApiError => e
83
+ puts "Exception when calling SsoApi->sso_authorize: #{e}"
84
+ end
85
+ ```
86
+
87
+ ### Parameters
88
+
89
+ Name | Type | Description | Notes
90
+ ------------- | ------------- | ------------- | -------------
91
+ **authorization_request** | [**SingleSignOnAuthorizeRequest**](SingleSignOnAuthorizeRequest.md)| Authorization request |
92
+
93
+ ### Return type
94
+
95
+ [**SingleSignOnAuthorizeResponse**](SingleSignOnAuthorizeResponse.md)
96
+
97
+ ### Authorization
98
+
99
+ [ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
100
+
101
+ ### HTTP request headers
102
+
103
+ - **Content-Type**: application/json; charset=UTF-8
104
+ - **Accept**: application/json
105
+
106
+
107
+
108
+ # **sso_session_revoke**
109
+ > sso_session_revoke
110
+
111
+ Revoke single sign on session
112
+
113
+ This is the equivalent of logging out of the single sign on session
114
+
115
+ ### Example
116
+ ```ruby
117
+ # load the gem
118
+ require 'ultracart_api'
119
+
120
+ # Create a Simple Key: https://ultracart.atlassian.net/wiki/spaces/ucdoc/pages/38688545/API+Simple+Key
121
+ simple_key = '109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00'
122
+ api_instance = UltracartClient::SsoApi.new_using_api_key(simple_key, false, false)
123
+
124
+
125
+
126
+ begin
127
+ #Revoke single sign on session
128
+ api_instance.sso_session_revoke
129
+ rescue UltracartClient::ApiError => e
130
+ puts "Exception when calling SsoApi->sso_session_revoke: #{e}"
131
+ end
132
+ ```
133
+
134
+ ### Parameters
135
+ This endpoint does not need any parameter.
136
+
137
+ ### Return type
138
+
139
+ nil (empty response body)
140
+
141
+ ### Authorization
142
+
143
+ [ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
144
+
145
+ ### HTTP request headers
146
+
147
+ - **Content-Type**: application/json; charset=UTF-8
148
+ - **Accept**: application/json
149
+
150
+
151
+
152
+ # **sso_token**
153
+ > SingleSignOnTokenResponse sso_token(token_request)
154
+
155
+ Exchange a single sign on code for a simple key token
156
+
157
+ Called by your application after receiving the code back on the redirect URI to obtain a simple key token to make API calls with
158
+
159
+ ### Example
160
+ ```ruby
161
+ # load the gem
162
+ require 'ultracart_api'
163
+
164
+ # Create a Simple Key: https://ultracart.atlassian.net/wiki/spaces/ucdoc/pages/38688545/API+Simple+Key
165
+ simple_key = '109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00'
166
+ api_instance = UltracartClient::SsoApi.new_using_api_key(simple_key, false, false)
167
+
168
+
169
+ token_request = UltracartClient::SingleSignOnTokenRequest.new # SingleSignOnTokenRequest | Token request
170
+
171
+
172
+ begin
173
+ #Exchange a single sign on code for a simple key token
174
+ result = api_instance.sso_token(token_request)
175
+ p result
176
+ rescue UltracartClient::ApiError => e
177
+ puts "Exception when calling SsoApi->sso_token: #{e}"
178
+ end
179
+ ```
180
+
181
+ ### Parameters
182
+
183
+ Name | Type | Description | Notes
184
+ ------------- | ------------- | ------------- | -------------
185
+ **token_request** | [**SingleSignOnTokenRequest**](SingleSignOnTokenRequest.md)| Token request |
186
+
187
+ ### Return type
188
+
189
+ [**SingleSignOnTokenResponse**](SingleSignOnTokenResponse.md)
190
+
191
+ ### Authorization
192
+
193
+ [ultraCartOauth](../README.md#ultraCartOauth), [ultraCartSimpleApiKey](../README.md#ultraCartSimpleApiKey)
194
+
195
+ ### HTTP request headers
196
+
197
+ - **Content-Type**: application/json; charset=UTF-8
198
+ - **Accept**: application/json
199
+
200
+
201
+
@@ -0,0 +1,12 @@
1
+ # UltracartClient::StripeConnectResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **connect_url** | **String** | | [optional]
7
+ **error** | [**Error**](Error.md) | | [optional]
8
+ **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional]
9
+ **success** | **BOOLEAN** | Indicates if API call was successful | [optional]
10
+ **warning** | [**Warning**](Warning.md) | | [optional]
11
+
12
+
@@ -0,0 +1,71 @@
1
+ # UltracartClient::TransactionGateway
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **arbitrary_html** | **String** | Additional html to display for this transaction gateway. This html will include instructions and connection links | [optional]
7
+ **comment** | **String** | Additional comments | [optional]
8
+ **credit_card_capable** | **BOOLEAN** | True if this gateway supports credit cards | [optional]
9
+ **echeck_capable** | **BOOLEAN** | True if this gateway supports eChecks | [optional]
10
+ **echeck_supported** | **String** | True if this gateway supports eChecks | [optional]
11
+ **enabled** | **BOOLEAN** | True if this transaction gateway is the currently active gateway. | [optional]
12
+ **gateway_cert_pem** | **String** | Cryptographic public certificate allowing UltraCart to communicate securely with this gateway. | [optional]
13
+ **gateway_cert_pem_label** | **String** | The label for the gateway certificate pem. The actual value stored may vary by gateway, so the label will vary too. | [optional]
14
+ **gateway_email** | **String** | Gateway Email | [optional]
15
+ **gateway_email_label** | **String** | The label for the gateway email. The actual value stored may vary by gateway, so the label will vary too. | [optional]
16
+ **gateway_environment** | **String** | Gateway Environment to indicate sandbox versus production environments | [optional]
17
+ **gateway_environment_label** | **String** | The label for the gateway environment. The actual value stored may vary by gateway, so the label will vary too. | [optional]
18
+ **gateway_environments** | **Array<String>** | Used to populate drop down lists for the gateway environment. Varies by gateway. | [optional]
19
+ **gateway_header_back_color** | **String** | Optional Look and feel setting for Verified-by-VISA. Only needed if you are using 3DS | [optional]
20
+ **gateway_header_border_color** | **String** | Optional Look and feel setting for Verified-by-VISA. Only needed if you are using 3DS | [optional]
21
+ **gateway_header_image_url** | **String** | Optional Look and feel setting for Verified-by-VISA. Only needed if you are using 3DS | [optional]
22
+ **gateway_key** | **String** | Gateway Key | [optional]
23
+ **gateway_key_label** | **String** | The label for the gateway key. The actual value stored may vary by gateway, so the label will vary too. | [optional]
24
+ **gateway_key_pem** | **String** | Cryptographic private key allowing UltraCart to communicate securely with this gateway. | [optional]
25
+ **gateway_key_pem_label** | **String** | The label for the gateway key pem. The actual value stored may vary by gateway, so the label will vary too. | [optional]
26
+ **gateway_landing_page** | **String** | Optional Look and feel setting for Verified-by-VISA. Only needed if you are using 3DS | [optional]
27
+ **gateway_merchant_id** | **String** | Gateway Merchant ID | [optional]
28
+ **gateway_merchant_id_label** | **String** | The label for the gateway merchant id. The actual value stored may vary by gateway, so the label will vary too. | [optional]
29
+ **gateway_mode** | **String** | Gateway Mode | [optional]
30
+ **gateway_mode_label** | **String** | The label for the gateway mode. The actual value stored may vary by gateway, so the label will vary too. | [optional]
31
+ **gateway_modes** | **Array<String>** | Used to populate drop down lists for gateway modes | [optional]
32
+ **gateway_page_style** | **String** | Gateway Page Style | [optional]
33
+ **gateway_page_style_label** | **String** | Gateway page style label | [optional]
34
+ **gateway_page_styles** | **Array<String>** | Used to populate drop down lists for gateway page style | [optional]
35
+ **gateway_partner** | **String** | Gateway Partner | [optional]
36
+ **gateway_partner_label** | **String** | The label for the gateway partner. The actual value stored may vary by gateway, so the label will vary too. | [optional]
37
+ **gateway_password** | **String** | Gateway Password | [optional]
38
+ **gateway_password_label** | **String** | The label for the gateway password. The actual value stored may vary by gateway, so the label will vary too. | [optional]
39
+ **gateway_payflow_color** | **String** | Optional Look and feel setting for Verified-by-VISA. Only needed if you are using 3DS | [optional]
40
+ **gateway_private_key_password** | **String** | Gateway private key password | [optional]
41
+ **gateway_private_key_password_label** | **String** | The label for the gateway private key password. The actual value stored may vary by gateway, so the label will vary too. | [optional]
42
+ **gateway_solution_type** | **String** | Optional Look and feel setting for Verified-by-VISA. Only needed if you are using 3DS | [optional]
43
+ **gateway_solution_type_label** | **String** | The label for the gateway solution type. The actual value stored may vary by gateway, so the label will vary too. | [optional]
44
+ **gateway_solution_types** | **Array<String>** | Used to populate drop down lists for gateway solution types | [optional]
45
+ **gateway_url** | **String** | Gateway URL | [optional]
46
+ **gateway_url_label** | **String** | The label for the gateway url. The actual value stored may vary by gateway, so the label will vary too. | [optional]
47
+ **gateway_username** | **String** | Gateway Username | [optional]
48
+ **gateway_username_label** | **String** | The label for the gateway username. The actual value stored may vary by gateway, so the label will vary too. | [optional]
49
+ **merchant_account_profile_amex** | **String** | If a merchant has multiple card processing accounts, this is the one to use for American Express cards. | [optional]
50
+ **merchant_account_profile_diners_club** | **String** | If a merchant has multiple card processing accounts, this is the one to use for Diners Club cards. | [optional]
51
+ **merchant_account_profile_discover** | **String** | If a merchant has multiple card processing accounts, this is the one to use for Discover cards. | [optional]
52
+ **merchant_account_profile_jcb** | **String** | If a merchant has multiple card processing accounts, this is the one to use for JCB cards. | [optional]
53
+ **merchant_account_profile_mastercard** | **String** | If a merchant has multiple card processing accounts, this is the one to use for MasterCard cards. | [optional]
54
+ **merchant_account_profile_visa** | **String** | If a merchant has multiple card processing accounts, this is the one to use for VISA cards. | [optional]
55
+ **merchant_id** | **String** | UltraCart Merchant ID | [optional]
56
+ **multi_currency_details** | **BOOLEAN** | True if this gateway provides details for multiple currency transactions | [optional]
57
+ **name** | **String** | Name of this transaction gateway | [optional]
58
+ **refund_supported** | **BOOLEAN** | True if this gateway supports refunds | [optional]
59
+ **require_echeck_tax_id_or_drivers_license** | **BOOLEAN** | If true, e-Check transaction will require either a Tax ID or a Driver License | [optional]
60
+ **support_vbv_3ds** | **BOOLEAN** | True if this gateway supported Verified-by-VISA 3D Secure | [optional]
61
+ **supports_amex** | **BOOLEAN** | If true, this gateway will attempt to process American Express transactions. If false, the customer will not be allowed to use this type of Credit Card. | [optional]
62
+ **supports_diners_club** | **BOOLEAN** | If true, this gateway will attempt to process Diners Club transactions. If false, the customer will not be allowed to use this type of Credit Card. | [optional]
63
+ **supports_discover** | **BOOLEAN** | If true, this gateway will attempt to process Discover transactions. If false, the customer will not be allowed to use this type of Credit Card. | [optional]
64
+ **supports_echeck** | **BOOLEAN** | If true, this gateway will attempt to process e-Check transactions. If false, the customer will not be allowed to use e-Checks. | [optional]
65
+ **supports_electronic_gift_card** | **BOOLEAN** | if true, this gateway will attempt to process electronic gift cards. | [optional]
66
+ **supports_jcb** | **BOOLEAN** | If true, this gateway will attempt to process JCB transactions. If false, the customer will not be allowed to use this type of Credit Card. | [optional]
67
+ **supports_mastercard** | **BOOLEAN** | If true, this gateway will attempt to process MasterCard transactions. If false, the customer will not be allowed to use this type of Credit Card. | [optional]
68
+ **supports_visa** | **BOOLEAN** | If true, this gateway will attempt to process VISA transactions. If false, the customer will not be allowed to use this type of Credit Card. | [optional]
69
+ **third_party** | **BOOLEAN** | True if this gateway supports third parties | [optional]
70
+
71
+
@@ -0,0 +1,10 @@
1
+ # UltracartClient::TransactionGatewaysRequest
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **default_credit_card_transaction_type** | **String** | The default transaction type for this merchant account | [optional]
7
+ **gateways** | [**Array<TransactionGateway>**](TransactionGateway.md) | | [optional]
8
+ **theme_credit_card_transaction_types** | [**Array<PaymentsThemeTransactionType>**](PaymentsThemeTransactionType.md) | A list of the storefronts and themes for this merchant account and what type of transaction should be attempted | [optional]
9
+
10
+
@@ -0,0 +1,12 @@
1
+ # UltracartClient::TransactionGatewaysResponse
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **error** | [**Error**](Error.md) | | [optional]
7
+ **gateways** | [**Array<TransactionGateway>**](TransactionGateway.md) | | [optional]
8
+ **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional]
9
+ **success** | **BOOLEAN** | Indicates if API call was successful | [optional]
10
+ **warning** | [**Warning**](Warning.md) | | [optional]
11
+
12
+
data/lib/ultracart_api.rb CHANGED
@@ -206,6 +206,7 @@ require 'ultracart_api/models/customer_tag'
206
206
  require 'ultracart_api/models/customer_tax_codes'
207
207
  require 'ultracart_api/models/customers_response'
208
208
  require 'ultracart_api/models/data_tables_server_side_response'
209
+ require 'ultracart_api/models/delay_auto_orders_response'
209
210
  require 'ultracart_api/models/distance'
210
211
  require 'ultracart_api/models/distribution_center'
211
212
  require 'ultracart_api/models/distribution_centers_response'
@@ -484,6 +485,24 @@ require 'ultracart_api/models/order_token_response'
484
485
  require 'ultracart_api/models/order_tracking_number_detail'
485
486
  require 'ultracart_api/models/order_tracking_number_details'
486
487
  require 'ultracart_api/models/orders_response'
488
+ require 'ultracart_api/models/payments_configuration'
489
+ require 'ultracart_api/models/payments_configuration_affirm'
490
+ require 'ultracart_api/models/payments_configuration_amazon'
491
+ require 'ultracart_api/models/payments_configuration_cod'
492
+ require 'ultracart_api/models/payments_configuration_cash'
493
+ require 'ultracart_api/models/payments_configuration_check'
494
+ require 'ultracart_api/models/payments_configuration_credit_card'
495
+ require 'ultracart_api/models/payments_configuration_loan_hero'
496
+ require 'ultracart_api/models/payments_configuration_pay_pal'
497
+ require 'ultracart_api/models/payments_configuration_purchase_order'
498
+ require 'ultracart_api/models/payments_configuration_quote_request'
499
+ require 'ultracart_api/models/payments_configuration_response'
500
+ require 'ultracart_api/models/payments_configuration_restrictions'
501
+ require 'ultracart_api/models/payments_configuration_sezzle'
502
+ require 'ultracart_api/models/payments_configuration_we_pay'
503
+ require 'ultracart_api/models/payments_configuration_wire_transfer'
504
+ require 'ultracart_api/models/payments_theme_transaction_type'
505
+ require 'ultracart_api/models/payments_wepay_enroll'
487
506
  require 'ultracart_api/models/permission'
488
507
  require 'ultracart_api/models/pricing_tier'
489
508
  require 'ultracart_api/models/pricing_tier_notification'
@@ -494,6 +513,11 @@ require 'ultracart_api/models/register_affiliate_click_request'
494
513
  require 'ultracart_api/models/register_affiliate_click_response'
495
514
  require 'ultracart_api/models/response_metadata'
496
515
  require 'ultracart_api/models/result_set'
516
+ require 'ultracart_api/models/rotating_transaction_gateway'
517
+ require 'ultracart_api/models/rtg_currency'
518
+ require 'ultracart_api/models/rtg_day_of_month_restriction'
519
+ require 'ultracart_api/models/rtg_day_of_week_restriction'
520
+ require 'ultracart_api/models/rtg_theme_restriction'
497
521
  require 'ultracart_api/models/screen_recording'
498
522
  require 'ultracart_api/models/screen_recording_ad_platform'
499
523
  require 'ultracart_api/models/screen_recording_filter'
@@ -545,9 +569,14 @@ require 'ultracart_api/models/screen_recording_user_property'
545
569
  require 'ultracart_api/models/screenshots_response'
546
570
  require 'ultracart_api/models/self_config'
547
571
  require 'ultracart_api/models/simple_value'
572
+ require 'ultracart_api/models/single_sign_on_authorize_request'
573
+ require 'ultracart_api/models/single_sign_on_authorize_response'
574
+ require 'ultracart_api/models/single_sign_on_token_request'
575
+ require 'ultracart_api/models/single_sign_on_token_response'
548
576
  require 'ultracart_api/models/sovos_config'
549
577
  require 'ultracart_api/models/state_province'
550
578
  require 'ultracart_api/models/step_waiting'
579
+ require 'ultracart_api/models/stripe_connect_response'
551
580
  require 'ultracart_api/models/tax_city'
552
581
  require 'ultracart_api/models/tax_country'
553
582
  require 'ultracart_api/models/tax_country_code'
@@ -577,6 +606,9 @@ require 'ultracart_api/models/transaction_email'
577
606
  require 'ultracart_api/models/transaction_email_list_response'
578
607
  require 'ultracart_api/models/transaction_email_option'
579
608
  require 'ultracart_api/models/transaction_email_response'
609
+ require 'ultracart_api/models/transaction_gateway'
610
+ require 'ultracart_api/models/transaction_gateways_request'
611
+ require 'ultracart_api/models/transaction_gateways_response'
580
612
  require 'ultracart_api/models/ultra_cart_config'
581
613
  require 'ultracart_api/models/upload_coupon_codes_request'
582
614
  require 'ultracart_api/models/upload_coupon_codes_response'
@@ -606,6 +638,7 @@ require 'ultracart_api/api/affiliate_api'
606
638
  require 'ultracart_api/api/auto_order_api'
607
639
  require 'ultracart_api/api/chargeback_api'
608
640
  require 'ultracart_api/api/checkout_api'
641
+ require 'ultracart_api/api/configuration_api'
609
642
  require 'ultracart_api/api/coupon_api'
610
643
  require 'ultracart_api/api/customer_api'
611
644
  require 'ultracart_api/api/fulfillment_api'
@@ -613,6 +646,7 @@ require 'ultracart_api/api/integration_log_api'
613
646
  require 'ultracart_api/api/item_api'
614
647
  require 'ultracart_api/api/oauth_api'
615
648
  require 'ultracart_api/api/order_api'
649
+ require 'ultracart_api/api/sso_api'
616
650
  require 'ultracart_api/api/storefront_api'
617
651
  require 'ultracart_api/api/tax_api'
618
652
  require 'ultracart_api/api/user_api'