mx-platform-ruby 1.12.0 → 1.13.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d5928c0f465d91735d6fa51ce0769a85ee59c1e9192ab69ff71001696f1182a7
4
- data.tar.gz: e6da79d2a395297a410dd939caa341ce56d084e0729eaa313ec4c066c05affc5
3
+ metadata.gz: 6047c5749a2db41af8219015899e10e51c09124f58204eb91bca9c834a51f34a
4
+ data.tar.gz: f2e41f8d0aee696605862dfb79004a82a18c038524bc75c8ff38a91fa6ce9780
5
5
  SHA512:
6
- metadata.gz: 30e11ce3a3ad807a6d0580f1ac6516e7004d7862994a61d6f999399c7babc73c873aef62874f91bbfd03fe8e3f517b3744a32d9731ae68370f7785a35521fd91
7
- data.tar.gz: 68fb6ccf6d09db14ced8eeeede75a624fa084a7b065c18ce98ea4c872d01788314a84becf681ec3177f323ca4f0d3b06ec8a5ca8b465b6fb6f4fdd632ef72ca4
6
+ metadata.gz: 4d0aa2b81ff06837a4720ea635895e86121881b51bddae4504a314c95e928b16b1142eebf3d80110a3bf00e6b0109ffd4bf49153530ae05acc23d0400563811f
7
+ data.tar.gz: a8ebd87e150e221de206ee2f3acee5bab4ea77463385fc0408c7c909590477ef1e0e4bfb2ad6d06c1efa8ccb7d2ae99c0d54f44370d369af4e8ec3363b48f874
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mx-platform-ruby (1.12.0)
4
+ mx-platform-ruby (1.13.0)
5
5
  faraday (>= 1.0.1, < 3.0)
6
6
  faraday-multipart
7
7
  marcel
@@ -13,13 +13,13 @@ GEM
13
13
  base64 (0.3.0)
14
14
  byebug (11.1.3)
15
15
  coderay (1.1.3)
16
- date (3.5.0)
16
+ date (3.5.1)
17
17
  diff-lcs (1.6.2)
18
18
  faraday (2.8.1)
19
19
  base64
20
20
  faraday-net_http (>= 2.0, < 3.1)
21
21
  ruby2_keywords (>= 0.0.4)
22
- faraday-multipart (1.1.1)
22
+ faraday-multipart (1.2.0)
23
23
  multipart-post (~> 2.0)
24
24
  faraday-net_http (3.0.2)
25
25
  jaro_winkler (1.5.6)
@@ -27,7 +27,7 @@ GEM
27
27
  method_source (1.1.0)
28
28
  multipart-post (2.4.1)
29
29
  parallel (1.24.0)
30
- parser (3.3.10.0)
30
+ parser (3.3.10.1)
31
31
  ast (~> 2.4.1)
32
32
  racc
33
33
  pry (0.13.1)
@@ -36,7 +36,7 @@ GEM
36
36
  pry-byebug (3.9.0)
37
37
  byebug (~> 11.0)
38
38
  pry (~> 0.13.0)
39
- psych (5.2.6)
39
+ psych (5.3.1)
40
40
  date
41
41
  stringio
42
42
  racc (1.8.1)
@@ -54,7 +54,7 @@ GEM
54
54
  rspec-mocks (3.13.7)
55
55
  diff-lcs (>= 1.2.0, < 2.0)
56
56
  rspec-support (~> 3.13.0)
57
- rspec-support (3.13.6)
57
+ rspec-support (3.13.7)
58
58
  rubocop (0.66.0)
59
59
  jaro_winkler (~> 1.5.1)
60
60
  parallel (~> 1.10)
data/docs/AccountsApi.md CHANGED
@@ -481,7 +481,7 @@ end
481
481
 
482
482
  List accounts
483
483
 
484
- This endpoint returns a list of all the accounts associated with the specified `user`. :::warning This request will not return the full account number. It may return the last four digits of the account number if that information has been provided during aggregation. If you need the full account number, please refer to [List account numbers by member](https://docs.mx.com/api-reference/platform-api/reference/list-account-numbers-by-member/), [List account numbers by account](https://docs.mx.com/api-reference/platform-api/reference/list-account-numbers-by-account/), or the [Fetch Account and Routing Numbers](https://docs.mx.com/products/connectivity/instant-account-verification/fetch-account-routing-number-api/#4-read-the-account-numbers) guide. :::
484
+ This endpoint returns a list of all the accounts associated with the specified `user`. :::warning This request will not return the full account number. It may return the last four digits of the account number if that information has been provided during aggregation. If you need the full account number, please refer to [List account numbers by member](/api-reference/platform-api/reference/list-account-numbers-by-member/) or [List account numbers by account](/api-reference/platform-api/reference/list-account-numbers-by-account/). :::
485
485
 
486
486
  ### Examples
487
487
 
@@ -7,7 +7,7 @@
7
7
  | **code** | **String** | | [optional] |
8
8
  | **forgot_password_url** | **String** | | [optional] |
9
9
  | **forgot_username_url** | **String** | | [optional] |
10
- | **instructional_text** | **String** | | [optional] |
10
+ | **instructional_text** | **String** | Render this text when end users are asked for their credentials, as it helps end users provide the correct credentials when creating a new member. May contain &#x60;&lt;a&gt;&lt;/a&gt;&#x60; tags to link to explanatory material. | [optional] |
11
11
  | **instructional_text_steps** | **Array&lt;String&gt;** | An array of instructional steps that may contain html elements. | [optional] |
12
12
  | **is_disabled_by_client** | **Boolean** | | [optional] |
13
13
  | **iso_country_code** | **String** | | [optional] |
@@ -34,7 +34,7 @@ api_instance = MxPlatformRuby::InstitutionsApi.new
34
34
  opts = {
35
35
  iso_country_code: ['inner_example'], # Array<String> | An array of strings that filters institutions in the widget by the specified country code. Acceptable codes include `US`, `CA`, and `MX` (Mexico).
36
36
  page: 1, # Integer | Results are paginated. Specify current page.
37
- records_per_page: 10 # Integer | This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `100`. If the value exceeds `100`, the default value of `25` will be used instead.
37
+ records_per_page: 10 # Integer | This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead.
38
38
  }
39
39
 
40
40
  begin
@@ -70,7 +70,7 @@ end
70
70
  | ---- | ---- | ----------- | ----- |
71
71
  | **iso_country_code** | [**Array&lt;String&gt;**](String.md) | An array of strings that filters institutions in the widget by the specified country code. Acceptable codes include &#x60;US&#x60;, &#x60;CA&#x60;, and &#x60;MX&#x60; (Mexico). | [optional] |
72
72
  | **page** | **Integer** | Results are paginated. Specify current page. | [optional] |
73
- | **records_per_page** | **Integer** | This specifies the number of records to be returned on each page. Defaults to &#x60;25&#x60;. The valid range is from &#x60;10&#x60; to &#x60;100&#x60;. If the value exceeds &#x60;100&#x60;, the default value of &#x60;25&#x60; will be used instead. | [optional] |
73
+ | **records_per_page** | **Integer** | This specifies the number of records to be returned on each page. Defaults to &#x60;25&#x60;. The valid range is from &#x60;10&#x60; to &#x60;1000&#x60;. If the value exceeds &#x60;1000&#x60;, the default value of &#x60;25&#x60; will be used instead. | [optional] |
74
74
 
75
75
  ### Return type
76
76
 
@@ -187,7 +187,7 @@ opts = {
187
187
  name: 'mxbank', # String | This will list only institutions in which the appended string appears.
188
188
  iso_country_code: ['inner_example'], # Array<String> | An array of strings that filters institutions in the widget by the specified country code. Acceptable codes include `US`, `CA`, and `MX` (Mexico).
189
189
  page: 1, # Integer | Results are paginated. Specify current page.
190
- records_per_page: 10, # Integer | This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `100`. If the value exceeds `100`, the default value of `25` will be used instead.
190
+ records_per_page: 10, # Integer | This specifies the number of records to be returned on each page. Defaults to `25`. The valid range is from `10` to `1000`. If the value exceeds `1000`, the default value of `25` will be used instead.
191
191
  supports_account_identification: true, # Boolean | Filter only institutions which support account identification.
192
192
  supports_account_statement: true, # Boolean | Filter only institutions which support account statements.
193
193
  supports_account_verification: true, # Boolean | Filter only institutions which support account verification.
@@ -228,7 +228,7 @@ end
228
228
  | **name** | **String** | This will list only institutions in which the appended string appears. | [optional] |
229
229
  | **iso_country_code** | [**Array&lt;String&gt;**](String.md) | An array of strings that filters institutions in the widget by the specified country code. Acceptable codes include &#x60;US&#x60;, &#x60;CA&#x60;, and &#x60;MX&#x60; (Mexico). | [optional] |
230
230
  | **page** | **Integer** | Results are paginated. Specify current page. | [optional] |
231
- | **records_per_page** | **Integer** | This specifies the number of records to be returned on each page. Defaults to &#x60;25&#x60;. The valid range is from &#x60;10&#x60; to &#x60;100&#x60;. If the value exceeds &#x60;100&#x60;, the default value of &#x60;25&#x60; will be used instead. | [optional] |
231
+ | **records_per_page** | **Integer** | This specifies the number of records to be returned on each page. Defaults to &#x60;25&#x60;. The valid range is from &#x60;10&#x60; to &#x60;1000&#x60;. If the value exceeds &#x60;1000&#x60;, the default value of &#x60;25&#x60; will be used instead. | [optional] |
232
232
  | **supports_account_identification** | **Boolean** | Filter only institutions which support account identification. | [optional] |
233
233
  | **supports_account_statement** | **Boolean** | Filter only institutions which support account statements. | [optional] |
234
234
  | **supports_account_verification** | **Boolean** | Filter only institutions which support account verification. | [optional] |
@@ -301,7 +301,7 @@ end
301
301
 
302
302
  Read a microdeposit for a user
303
303
 
304
- Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. <br /><br /> Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
304
+ Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. <br></br> Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
305
305
 
306
306
  ### Examples
307
307
 
@@ -633,7 +633,7 @@ end
633
633
 
634
634
  List transactions by account
635
635
 
636
- Requests to this endpoint return a list of transactions associated with the specified account. <br /><br />Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter, the value should include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
636
+ Requests to this endpoint return a list of transactions associated with the specified account. <br /><br /> Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter, the value should include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
637
637
 
638
638
  ### Examples
639
639
 
@@ -935,7 +935,7 @@ end
935
935
 
936
936
  Read transaction
937
937
 
938
- Requests to this endpoint will return the attributes of the specified `transaction`. To read a manual transaction, use the manual transaction guid in the path as the `transactionGuid`. <br /><br />Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter, the value should include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
938
+ Requests to this endpoint will return the attributes of the specified `transaction`. To read a manual transaction, use the manual transaction guid in the path as the `transactionGuid`. <br /><br /> Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter, the value should include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
939
939
 
940
940
  ### Examples
941
941
 
@@ -1011,7 +1011,7 @@ end
1011
1011
 
1012
1012
  List Repeating Transactions
1013
1013
 
1014
- Retrieve a list of all recurring transactions for a user. <br /><br />For more see the [Repeating Transactions guide](repeating-transactions-overview.mdx).
1014
+ Retrieve a list of all recurring transactions for a user. <br /><br />For more see the [Repeating Transactions guide](/api-reference/platform-api/v20111101/reference/transactions-overview#repeating-transactions).
1015
1015
 
1016
1016
  ### Examples
1017
1017
 
@@ -1081,7 +1081,7 @@ end
1081
1081
 
1082
1082
  Get a Repeating Transaction
1083
1083
 
1084
- Get a Specific Repeating Transaction. <br /><br />List For more see the [Repeating Transactions guide](repeating-transactions-overview.mdx)
1084
+ Get a Specific Repeating Transaction. <br /><br />List For more see the [Repeating Transactions guide](/api-reference/platform-api/v20111101/reference/transactions-overview#repeating-transactions)
1085
1085
 
1086
1086
  ### Examples
1087
1087
 
data/docs/UsersApi.md CHANGED
@@ -87,7 +87,7 @@ end
87
87
 
88
88
  Delete user
89
89
 
90
- Use this endpoint to delete the specified `user`. The response will have a status of `204 No Content` without an object. :::warning Deleting a user is permanent. Deleted users can never be restored. For more info, see [Deleting Objects](https://docs.mx.com/api-reference/platform-api/overview/deleting-objects). :::
90
+ Use this endpoint to delete the specified `user`. The response will have a status of `204 No Content` without an object. :::warning Deleting a user is permanent. Deleted users can never be restored. For more info, see [Deleting Objects](/api-reference/platform-api/overview/deleting-objects). :::
91
91
 
92
92
  ### Examples
93
93
 
@@ -11,7 +11,7 @@
11
11
  | **current_institution_guid** | **String** | Only use this option if the &#x60;widget_type&#x60; is set to &#x60;connect_widget&#x60;. Load the widget into the credential view for the specified institution. | [optional] |
12
12
  | **current_member_guid** | **String** | Only use this option if the &#x60;widget_type&#x60; is set to &#x60;connect_widget&#x60;. Load the widget into a specific member that contains an error or requires multifactor authentication. The widget will determine the best view to load based on the member&#39;s current state. &#x60;current_member_guid&#x60; takes precedence over &#x60;current_institution_code&#x60; and &#x60;current_institution_guid&#x60;. | [optional] |
13
13
  | **disable_background_agg** | **Boolean** | Only use this option if the &#x60;widget_type&#x60; is set to &#x60;connect_widget&#x60;. This determines whether background aggregation is enabled or disabled for the member created by the Connect Widget. Defaults to &#x60;false&#x60; in &#x60;aggregation&#x60; mode and &#x60;true&#x60; in &#x60;verification&#x60; mode. A global default for all members can be set by reaching out to MX. | [optional] |
14
- | **disable_institution_search** | **Boolean** | Only use this option if the &#x60;widget_type&#x60; is set to &#x60;connect_widget&#x60;. This determines whether the institution search is displayed within the Connect Widget. This option must be used with &#x60;current_institution_code&#x60;, &#x60;current_instituion_guid&#x60;, or &#x60;current_member_guid&#x60;. When set to &#x60;true&#x60;, the institution search feature will be disabled and end users will not be able to navigate to it. Defaults to &#x60;false&#x60;. | [optional] |
14
+ | **disable_institution_search** | **Boolean** | Only use this option if the &#x60;widget_type&#x60; is set to &#x60;connect_widget&#x60;. This determines whether the institution search is displayed within the Connect Widget. This option must be used with &#x60;current_institution_code&#x60;, &#x60;current_instituion_guid&#x60;, or &#x60;current_member_guid&#x60;. When set to &#x60;true&#x60;, the institution search feature will be disabled and end users will not be able to navigate to it. Defaults to &#x60;false&#x60;. If you set &#x60;disable_institution_search&#x60; to &#x60;true&#x60;, you must also listen for the [backToSearch event](/connect/guides/handling-events/#back-to-search) to intercept the user from navigating back to search during the flow. Don&#39;t listen for any Primary Action postMessages when you disable search. All buttons that will take a user to the search institution page are still displayed in the Connect Widget experience and your user can still select them. This may trigger during several steps in the Connect Widget flow, such as Connected, MDV/Microdeposits Verified, Login Error, and Credentials/OAuth (back button). | [optional] |
15
15
  | **enable_app2app** | **Boolean** | Only use this option if the &#x60;widget_type&#x60; is set to &#x60;connect_widget&#x60;. This indicates whether OAuth app2app behavior is enabled for institutions that support it. Defaults to &#x60;true&#x60;. When set to &#x60;false&#x60;, the widget will **not** direct the end user to the institution&#39;s mobile application. This setting is not persistent. This setting currently only affects Chase institutions. | [optional] |
16
16
  | **include_identity** | **Boolean** | Only use this option if the &#x60;widget_type&#x60; is set to &#x60;connect_widget&#x60;. This determines whether an account owner identification (AOI, previously called identity verification) is run in addition to the process specified by the &#x60;mode&#x60;. Defaults to &#x60;false&#x60;. This can be set in either &#x60;aggregation&#x60; or &#x60;verification&#x60; mode. The AOI runs after the primary process is complete. | [optional] |
17
17
  | **include_transactions** | **Boolean** | Only use this option if the &#x60;widget_type&#x60; is set to &#x60;connect_widget&#x60;. This determines whether transaction data are retrieved. Defaults to &#x60;true&#x60; in aggregation mode and &#x60;false&#x60; in verification mode. This can be set in either &#x60;aggregation&#x60; or &#x60;verification&#x60; mode. This option does not affect future foreground or background aggregations. | [optional] |
@@ -471,7 +471,7 @@ module MxPlatformRuby
471
471
  end
472
472
 
473
473
  # List accounts
474
- # This endpoint returns a list of all the accounts associated with the specified `user`. :::warning This request will not return the full account number. It may return the last four digits of the account number if that information has been provided during aggregation. If you need the full account number, please refer to [List account numbers by member](https://docs.mx.com/api-reference/platform-api/reference/list-account-numbers-by-member/), [List account numbers by account](https://docs.mx.com/api-reference/platform-api/reference/list-account-numbers-by-account/), or the [Fetch Account and Routing Numbers](https://docs.mx.com/products/connectivity/instant-account-verification/fetch-account-routing-number-api/#4-read-the-account-numbers) guide. :::
474
+ # This endpoint returns a list of all the accounts associated with the specified `user`. :::warning This request will not return the full account number. It may return the last four digits of the account number if that information has been provided during aggregation. If you need the full account number, please refer to [List account numbers by member](/api-reference/platform-api/reference/list-account-numbers-by-member/) or [List account numbers by account](/api-reference/platform-api/reference/list-account-numbers-by-account/). :::
475
475
  # @param user_guid [String] The unique identifier for a &#x60;user&#x60;, beginning with the prefix &#x60;USR-&#x60;.
476
476
  # @param [Hash] opts the optional parameters
477
477
  # @option opts [Integer] :page Results are paginated. Specify current page.
@@ -486,7 +486,7 @@ module MxPlatformRuby
486
486
  end
487
487
 
488
488
  # List accounts
489
- # This endpoint returns a list of all the accounts associated with the specified &#x60;user&#x60;. :::warning This request will not return the full account number. It may return the last four digits of the account number if that information has been provided during aggregation. If you need the full account number, please refer to [List account numbers by member](https://docs.mx.com/api-reference/platform-api/reference/list-account-numbers-by-member/), [List account numbers by account](https://docs.mx.com/api-reference/platform-api/reference/list-account-numbers-by-account/), or the [Fetch Account and Routing Numbers](https://docs.mx.com/products/connectivity/instant-account-verification/fetch-account-routing-number-api/#4-read-the-account-numbers) guide. :::
489
+ # This endpoint returns a list of all the accounts associated with the specified &#x60;user&#x60;. :::warning This request will not return the full account number. It may return the last four digits of the account number if that information has been provided during aggregation. If you need the full account number, please refer to [List account numbers by member](/api-reference/platform-api/reference/list-account-numbers-by-member/) or [List account numbers by account](/api-reference/platform-api/reference/list-account-numbers-by-account/). :::
490
490
  # @param user_guid [String] The unique identifier for a &#x60;user&#x60;, beginning with the prefix &#x60;USR-&#x60;.
491
491
  # @param [Hash] opts the optional parameters
492
492
  # @option opts [Integer] :page Results are paginated. Specify current page.
@@ -24,7 +24,7 @@ module MxPlatformRuby
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [Array<String>] :iso_country_code An array of strings that filters institutions in the widget by the specified country code. Acceptable codes include &#x60;US&#x60;, &#x60;CA&#x60;, and &#x60;MX&#x60; (Mexico).
26
26
  # @option opts [Integer] :page Results are paginated. Specify current page.
27
- # @option opts [Integer] :records_per_page This specifies the number of records to be returned on each page. Defaults to &#x60;25&#x60;. The valid range is from &#x60;10&#x60; to &#x60;100&#x60;. If the value exceeds &#x60;100&#x60;, the default value of &#x60;25&#x60; will be used instead.
27
+ # @option opts [Integer] :records_per_page This specifies the number of records to be returned on each page. Defaults to &#x60;25&#x60;. The valid range is from &#x60;10&#x60; to &#x60;1000&#x60;. If the value exceeds &#x60;1000&#x60;, the default value of &#x60;25&#x60; will be used instead.
28
28
  # @return [InstitutionsResponseBody]
29
29
  def list_favorite_institutions(opts = {})
30
30
  data, _status_code, _headers = list_favorite_institutions_with_http_info(opts)
@@ -36,7 +36,7 @@ module MxPlatformRuby
36
36
  # @param [Hash] opts the optional parameters
37
37
  # @option opts [Array<String>] :iso_country_code An array of strings that filters institutions in the widget by the specified country code. Acceptable codes include &#x60;US&#x60;, &#x60;CA&#x60;, and &#x60;MX&#x60; (Mexico).
38
38
  # @option opts [Integer] :page Results are paginated. Specify current page.
39
- # @option opts [Integer] :records_per_page This specifies the number of records to be returned on each page. Defaults to &#x60;25&#x60;. The valid range is from &#x60;10&#x60; to &#x60;100&#x60;. If the value exceeds &#x60;100&#x60;, the default value of &#x60;25&#x60; will be used instead.
39
+ # @option opts [Integer] :records_per_page This specifies the number of records to be returned on each page. Defaults to &#x60;25&#x60;. The valid range is from &#x60;10&#x60; to &#x60;1000&#x60;. If the value exceeds &#x60;1000&#x60;, the default value of &#x60;25&#x60; will be used instead.
40
40
  # @return [Array<(InstitutionsResponseBody, Integer, Hash)>] InstitutionsResponseBody data, response status code and response headers
41
41
  def list_favorite_institutions_with_http_info(opts = {})
42
42
  if @api_client.config.debugging
@@ -160,7 +160,7 @@ module MxPlatformRuby
160
160
  # @option opts [String] :name This will list only institutions in which the appended string appears.
161
161
  # @option opts [Array<String>] :iso_country_code An array of strings that filters institutions in the widget by the specified country code. Acceptable codes include &#x60;US&#x60;, &#x60;CA&#x60;, and &#x60;MX&#x60; (Mexico).
162
162
  # @option opts [Integer] :page Results are paginated. Specify current page.
163
- # @option opts [Integer] :records_per_page This specifies the number of records to be returned on each page. Defaults to &#x60;25&#x60;. The valid range is from &#x60;10&#x60; to &#x60;100&#x60;. If the value exceeds &#x60;100&#x60;, the default value of &#x60;25&#x60; will be used instead.
163
+ # @option opts [Integer] :records_per_page This specifies the number of records to be returned on each page. Defaults to &#x60;25&#x60;. The valid range is from &#x60;10&#x60; to &#x60;1000&#x60;. If the value exceeds &#x60;1000&#x60;, the default value of &#x60;25&#x60; will be used instead.
164
164
  # @option opts [Boolean] :supports_account_identification Filter only institutions which support account identification.
165
165
  # @option opts [Boolean] :supports_account_statement Filter only institutions which support account statements.
166
166
  # @option opts [Boolean] :supports_account_verification Filter only institutions which support account verification.
@@ -177,7 +177,7 @@ module MxPlatformRuby
177
177
  # @option opts [String] :name This will list only institutions in which the appended string appears.
178
178
  # @option opts [Array<String>] :iso_country_code An array of strings that filters institutions in the widget by the specified country code. Acceptable codes include &#x60;US&#x60;, &#x60;CA&#x60;, and &#x60;MX&#x60; (Mexico).
179
179
  # @option opts [Integer] :page Results are paginated. Specify current page.
180
- # @option opts [Integer] :records_per_page This specifies the number of records to be returned on each page. Defaults to &#x60;25&#x60;. The valid range is from &#x60;10&#x60; to &#x60;100&#x60;. If the value exceeds &#x60;100&#x60;, the default value of &#x60;25&#x60; will be used instead.
180
+ # @option opts [Integer] :records_per_page This specifies the number of records to be returned on each page. Defaults to &#x60;25&#x60;. The valid range is from &#x60;10&#x60; to &#x60;1000&#x60;. If the value exceeds &#x60;1000&#x60;, the default value of &#x60;25&#x60; will be used instead.
181
181
  # @option opts [Boolean] :supports_account_identification Filter only institutions which support account identification.
182
182
  # @option opts [Boolean] :supports_account_statement Filter only institutions which support account statements.
183
183
  # @option opts [Boolean] :supports_account_verification Filter only institutions which support account verification.
@@ -287,7 +287,7 @@ module MxPlatformRuby
287
287
  end
288
288
 
289
289
  # Read a microdeposit for a user
290
- # Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. <br /><br /> Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
290
+ # Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. <br></br> Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
291
291
  # @param micro_deposit_guid [String] The unique identifier for the microdeposit. Defined by MX.
292
292
  # @param user_guid [String] The unique identifier for a &#x60;user&#x60;, beginning with the prefix &#x60;USR-&#x60;.
293
293
  # @param [Hash] opts the optional parameters
@@ -298,7 +298,7 @@ module MxPlatformRuby
298
298
  end
299
299
 
300
300
  # Read a microdeposit for a user
301
- # Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. &lt;br /&gt;&lt;br /&gt; Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
301
+ # Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. &lt;br&gt;&lt;/br&gt; Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
302
302
  # @param micro_deposit_guid [String] The unique identifier for the microdeposit. Defined by MX.
303
303
  # @param user_guid [String] The unique identifier for a &#x60;user&#x60;, beginning with the prefix &#x60;USR-&#x60;.
304
304
  # @param [Hash] opts the optional parameters
@@ -619,7 +619,7 @@ module MxPlatformRuby
619
619
  end
620
620
 
621
621
  # List transactions by account
622
- # Requests to this endpoint return a list of transactions associated with the specified account. <br /><br />Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter, the value should include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
622
+ # Requests to this endpoint return a list of transactions associated with the specified account. <br /><br /> Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter, the value should include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
623
623
  # @param account_guid [String] The unique id for an &#x60;account&#x60;.
624
624
  # @param user_guid [String] The unique identifier for a &#x60;user&#x60;, beginning with the prefix &#x60;USR-&#x60;.
625
625
  # @param [Hash] opts the optional parameters
@@ -643,7 +643,7 @@ module MxPlatformRuby
643
643
  end
644
644
 
645
645
  # List transactions by account
646
- # Requests to this endpoint return a list of transactions associated with the specified account. &lt;br /&gt;&lt;br /&gt;Enhanced transaction data may be requested using the &#x60;includes&#x60; parameter. To use this optional parameter, the value should include the optional metadata requested such as &#x60;repeating_transactions&#x60;, &#x60;merchants&#x60;, &#x60;classifications&#x60;, &#x60;geolocations&#x60;. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
646
+ # Requests to this endpoint return a list of transactions associated with the specified account. &lt;br /&gt;&lt;br /&gt; Enhanced transaction data may be requested using the &#x60;includes&#x60; parameter. To use this optional parameter, the value should include the optional metadata requested such as &#x60;repeating_transactions&#x60;, &#x60;merchants&#x60;, &#x60;classifications&#x60;, &#x60;geolocations&#x60;. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
647
647
  # @param account_guid [String] The unique id for an &#x60;account&#x60;.
648
648
  # @param user_guid [String] The unique identifier for a &#x60;user&#x60;, beginning with the prefix &#x60;USR-&#x60;.
649
649
  # @param [Hash] opts the optional parameters
@@ -946,7 +946,7 @@ module MxPlatformRuby
946
946
  end
947
947
 
948
948
  # Read transaction
949
- # Requests to this endpoint will return the attributes of the specified `transaction`. To read a manual transaction, use the manual transaction guid in the path as the `transactionGuid`. <br /><br />Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter, the value should include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
949
+ # Requests to this endpoint will return the attributes of the specified `transaction`. To read a manual transaction, use the manual transaction guid in the path as the `transactionGuid`. <br /><br /> Enhanced transaction data may be requested using the `includes` parameter. To use this optional parameter, the value should include the optional metadata requested such as `repeating_transactions`, `merchants`, `classifications`, `geolocations`. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
950
950
  # @param user_guid [String] The unique identifier for a &#x60;user&#x60;, beginning with the prefix &#x60;USR-&#x60;.
951
951
  # @param transaction_guid [String] The unique id for a &#x60;transaction&#x60;.
952
952
  # @param [Hash] opts the optional parameters
@@ -958,7 +958,7 @@ module MxPlatformRuby
958
958
  end
959
959
 
960
960
  # Read transaction
961
- # Requests to this endpoint will return the attributes of the specified &#x60;transaction&#x60;. To read a manual transaction, use the manual transaction guid in the path as the &#x60;transactionGuid&#x60;. &lt;br /&gt;&lt;br /&gt;Enhanced transaction data may be requested using the &#x60;includes&#x60; parameter. To use this optional parameter, the value should include the optional metadata requested such as &#x60;repeating_transactions&#x60;, &#x60;merchants&#x60;, &#x60;classifications&#x60;, &#x60;geolocations&#x60;. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
961
+ # Requests to this endpoint will return the attributes of the specified &#x60;transaction&#x60;. To read a manual transaction, use the manual transaction guid in the path as the &#x60;transactionGuid&#x60;. &lt;br /&gt;&lt;br /&gt; Enhanced transaction data may be requested using the &#x60;includes&#x60; parameter. To use this optional parameter, the value should include the optional metadata requested such as &#x60;repeating_transactions&#x60;, &#x60;merchants&#x60;, &#x60;classifications&#x60;, &#x60;geolocations&#x60;. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
962
962
  # @param user_guid [String] The unique identifier for a &#x60;user&#x60;, beginning with the prefix &#x60;USR-&#x60;.
963
963
  # @param transaction_guid [String] The unique id for a &#x60;transaction&#x60;.
964
964
  # @param [Hash] opts the optional parameters
@@ -1018,7 +1018,7 @@ module MxPlatformRuby
1018
1018
  end
1019
1019
 
1020
1020
  # List Repeating Transactions
1021
- # Retrieve a list of all recurring transactions for a user. <br /><br />For more see the [Repeating Transactions guide](repeating-transactions-overview.mdx).
1021
+ # Retrieve a list of all recurring transactions for a user. <br /><br />For more see the [Repeating Transactions guide](/api-reference/platform-api/v20111101/reference/transactions-overview#repeating-transactions).
1022
1022
  # @param user_guid [String] The unique identifier for a &#x60;user&#x60;, beginning with the prefix &#x60;USR-&#x60;.
1023
1023
  # @param [Hash] opts the optional parameters
1024
1024
  # @return [RepeatingTransactionsResponseBody]
@@ -1028,7 +1028,7 @@ module MxPlatformRuby
1028
1028
  end
1029
1029
 
1030
1030
  # List Repeating Transactions
1031
- # Retrieve a list of all recurring transactions for a user. &lt;br /&gt;&lt;br /&gt;For more see the [Repeating Transactions guide](repeating-transactions-overview.mdx).
1031
+ # Retrieve a list of all recurring transactions for a user. &lt;br /&gt;&lt;br /&gt;For more see the [Repeating Transactions guide](/api-reference/platform-api/v20111101/reference/transactions-overview#repeating-transactions).
1032
1032
  # @param user_guid [String] The unique identifier for a &#x60;user&#x60;, beginning with the prefix &#x60;USR-&#x60;.
1033
1033
  # @param [Hash] opts the optional parameters
1034
1034
  # @return [Array<(RepeatingTransactionsResponseBody, Integer, Hash)>] RepeatingTransactionsResponseBody data, response status code and response headers
@@ -1081,7 +1081,7 @@ module MxPlatformRuby
1081
1081
  end
1082
1082
 
1083
1083
  # Get a Repeating Transaction
1084
- # Get a Specific Repeating Transaction. <br /><br />List For more see the [Repeating Transactions guide](repeating-transactions-overview.mdx)
1084
+ # Get a Specific Repeating Transaction. <br /><br />List For more see the [Repeating Transactions guide](/api-reference/platform-api/v20111101/reference/transactions-overview#repeating-transactions)
1085
1085
  # @param user_guid [String] The unique identifier for a &#x60;user&#x60;, beginning with the prefix &#x60;USR-&#x60;.
1086
1086
  # @param repeating_transaction_guid [String] The unique id for a recurring transaction.
1087
1087
  # @param [Hash] opts the optional parameters
@@ -1092,7 +1092,7 @@ module MxPlatformRuby
1092
1092
  end
1093
1093
 
1094
1094
  # Get a Repeating Transaction
1095
- # Get a Specific Repeating Transaction. &lt;br /&gt;&lt;br /&gt;List For more see the [Repeating Transactions guide](repeating-transactions-overview.mdx)
1095
+ # Get a Specific Repeating Transaction. &lt;br /&gt;&lt;br /&gt;List For more see the [Repeating Transactions guide](/api-reference/platform-api/v20111101/reference/transactions-overview#repeating-transactions)
1096
1096
  # @param user_guid [String] The unique identifier for a &#x60;user&#x60;, beginning with the prefix &#x60;USR-&#x60;.
1097
1097
  # @param repeating_transaction_guid [String] The unique id for a recurring transaction.
1098
1098
  # @param [Hash] opts the optional parameters
@@ -88,7 +88,7 @@ module MxPlatformRuby
88
88
  end
89
89
 
90
90
  # Delete user
91
- # Use this endpoint to delete the specified `user`. The response will have a status of `204 No Content` without an object. :::warning Deleting a user is permanent. Deleted users can never be restored. For more info, see [Deleting Objects](https://docs.mx.com/api-reference/platform-api/overview/deleting-objects). :::
91
+ # Use this endpoint to delete the specified `user`. The response will have a status of `204 No Content` without an object. :::warning Deleting a user is permanent. Deleted users can never be restored. For more info, see [Deleting Objects](/api-reference/platform-api/overview/deleting-objects). :::
92
92
  # @param accept [String] Specifies the media type expected in the response.
93
93
  # @param user_guid [String] The unique identifier for a &#x60;user&#x60;, beginning with the prefix &#x60;USR-&#x60;.
94
94
  # @param [Hash] opts the optional parameters
@@ -99,7 +99,7 @@ module MxPlatformRuby
99
99
  end
100
100
 
101
101
  # Delete user
102
- # Use this endpoint to delete the specified &#x60;user&#x60;. The response will have a status of &#x60;204 No Content&#x60; without an object. :::warning Deleting a user is permanent. Deleted users can never be restored. For more info, see [Deleting Objects](https://docs.mx.com/api-reference/platform-api/overview/deleting-objects). :::
102
+ # Use this endpoint to delete the specified &#x60;user&#x60;. The response will have a status of &#x60;204 No Content&#x60; without an object. :::warning Deleting a user is permanent. Deleted users can never be restored. For more info, see [Deleting Objects](/api-reference/platform-api/overview/deleting-objects). :::
103
103
  # @param accept [String] Specifies the media type expected in the response.
104
104
  # @param user_guid [String] The unique identifier for a &#x60;user&#x60;, beginning with the prefix &#x60;USR-&#x60;.
105
105
  # @param [Hash] opts the optional parameters
@@ -21,6 +21,7 @@ module MxPlatformRuby
21
21
 
22
22
  attr_accessor :forgot_username_url
23
23
 
24
+ # Render this text when end users are asked for their credentials, as it helps end users provide the correct credentials when creating a new member. May contain `<a></a>` tags to link to explanatory material.
24
25
  attr_accessor :instructional_text
25
26
 
26
27
  # An array of instructional steps that may contain html elements.
@@ -36,7 +36,7 @@ module MxPlatformRuby
36
36
  # Only use this option if the `widget_type` is set to `connect_widget`. This determines whether background aggregation is enabled or disabled for the member created by the Connect Widget. Defaults to `false` in `aggregation` mode and `true` in `verification` mode. A global default for all members can be set by reaching out to MX.
37
37
  attr_accessor :disable_background_agg
38
38
 
39
- # Only use this option if the `widget_type` is set to `connect_widget`. This determines whether the institution search is displayed within the Connect Widget. This option must be used with `current_institution_code`, `current_instituion_guid`, or `current_member_guid`. When set to `true`, the institution search feature will be disabled and end users will not be able to navigate to it. Defaults to `false`.
39
+ # Only use this option if the `widget_type` is set to `connect_widget`. This determines whether the institution search is displayed within the Connect Widget. This option must be used with `current_institution_code`, `current_instituion_guid`, or `current_member_guid`. When set to `true`, the institution search feature will be disabled and end users will not be able to navigate to it. Defaults to `false`. If you set `disable_institution_search` to `true`, you must also listen for the [backToSearch event](/connect/guides/handling-events/#back-to-search) to intercept the user from navigating back to search during the flow. Don't listen for any Primary Action postMessages when you disable search. All buttons that will take a user to the search institution page are still displayed in the Connect Widget experience and your user can still select them. This may trigger during several steps in the Connect Widget flow, such as Connected, MDV/Microdeposits Verified, Login Error, and Credentials/OAuth (back button).
40
40
  attr_accessor :disable_institution_search
41
41
 
42
42
  # Only use this option if the `widget_type` is set to `connect_widget`. This indicates whether OAuth app2app behavior is enabled for institutions that support it. Defaults to `true`. When set to `false`, the widget will **not** direct the end user to the institution's mobile application. This setting is not persistent. This setting currently only affects Chase institutions.
@@ -11,5 +11,5 @@ Generator version: 7.8.0
11
11
  =end
12
12
 
13
13
  module MxPlatformRuby
14
- VERSION = '1.12.0'
14
+ VERSION = '1.13.0'
15
15
  end
data/openapi/config.yml CHANGED
@@ -6,6 +6,6 @@ gemHomepage: https://github.com/mxenabled/mx-platform-ruby
6
6
  gemLicense: MIT
7
7
  gemName: mx-platform-ruby
8
8
  gemRequiredRubyVersion: ">= 2.6"
9
- gemVersion: 1.12.0
9
+ gemVersion: 1.13.0
10
10
  library: faraday
11
11
  moduleName: MxPlatformRuby
@@ -122,7 +122,7 @@ describe 'AccountsApi' do
122
122
 
123
123
  # unit tests for list_user_accounts
124
124
  # List accounts
125
- # This endpoint returns a list of all the accounts associated with the specified &#x60;user&#x60;. :::warning This request will not return the full account number. It may return the last four digits of the account number if that information has been provided during aggregation. If you need the full account number, please refer to [List account numbers by member](https://docs.mx.com/api-reference/platform-api/reference/list-account-numbers-by-member/), [List account numbers by account](https://docs.mx.com/api-reference/platform-api/reference/list-account-numbers-by-account/), or the [Fetch Account and Routing Numbers](https://docs.mx.com/products/connectivity/instant-account-verification/fetch-account-routing-number-api/#4-read-the-account-numbers) guide. :::
125
+ # This endpoint returns a list of all the accounts associated with the specified &#x60;user&#x60;. :::warning This request will not return the full account number. It may return the last four digits of the account number if that information has been provided during aggregation. If you need the full account number, please refer to [List account numbers by member](/api-reference/platform-api/reference/list-account-numbers-by-member/) or [List account numbers by account](/api-reference/platform-api/reference/list-account-numbers-by-account/). :::
126
126
  # @param user_guid The unique identifier for a &#x60;user&#x60;, beginning with the prefix &#x60;USR-&#x60;.
127
127
  # @param [Hash] opts the optional parameters
128
128
  # @option opts [Integer] :page Results are paginated. Specify current page.
@@ -38,7 +38,7 @@ describe 'InstitutionsApi' do
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [Array<String>] :iso_country_code An array of strings that filters institutions in the widget by the specified country code. Acceptable codes include &#x60;US&#x60;, &#x60;CA&#x60;, and &#x60;MX&#x60; (Mexico).
40
40
  # @option opts [Integer] :page Results are paginated. Specify current page.
41
- # @option opts [Integer] :records_per_page This specifies the number of records to be returned on each page. Defaults to &#x60;25&#x60;. The valid range is from &#x60;10&#x60; to &#x60;100&#x60;. If the value exceeds &#x60;100&#x60;, the default value of &#x60;25&#x60; will be used instead.
41
+ # @option opts [Integer] :records_per_page This specifies the number of records to be returned on each page. Defaults to &#x60;25&#x60;. The valid range is from &#x60;10&#x60; to &#x60;1000&#x60;. If the value exceeds &#x60;1000&#x60;, the default value of &#x60;25&#x60; will be used instead.
42
42
  # @return [InstitutionsResponseBody]
43
43
  describe 'list_favorite_institutions test' do
44
44
  it 'should work' do
@@ -67,7 +67,7 @@ describe 'InstitutionsApi' do
67
67
  # @option opts [String] :name This will list only institutions in which the appended string appears.
68
68
  # @option opts [Array<String>] :iso_country_code An array of strings that filters institutions in the widget by the specified country code. Acceptable codes include &#x60;US&#x60;, &#x60;CA&#x60;, and &#x60;MX&#x60; (Mexico).
69
69
  # @option opts [Integer] :page Results are paginated. Specify current page.
70
- # @option opts [Integer] :records_per_page This specifies the number of records to be returned on each page. Defaults to &#x60;25&#x60;. The valid range is from &#x60;10&#x60; to &#x60;100&#x60;. If the value exceeds &#x60;100&#x60;, the default value of &#x60;25&#x60; will be used instead.
70
+ # @option opts [Integer] :records_per_page This specifies the number of records to be returned on each page. Defaults to &#x60;25&#x60;. The valid range is from &#x60;10&#x60; to &#x60;1000&#x60;. If the value exceeds &#x60;1000&#x60;, the default value of &#x60;25&#x60; will be used instead.
71
71
  # @option opts [Boolean] :supports_account_identification Filter only institutions which support account identification.
72
72
  # @option opts [Boolean] :supports_account_statement Filter only institutions which support account statements.
73
73
  # @option opts [Boolean] :supports_account_verification Filter only institutions which support account verification.
@@ -84,7 +84,7 @@ describe 'MicrodepositsApi' do
84
84
 
85
85
  # unit tests for read_user_microdeposit
86
86
  # Read a microdeposit for a user
87
- # Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. &lt;br /&gt;&lt;br /&gt; Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
87
+ # Use this endpoint to read the attributes of a specific microdeposit according to its unique GUID. &lt;br&gt;&lt;/br&gt; Webhooks for microdeposit status changes are triggered when a status changes. The actual status of the microdeposit guid updates every minute. You may force a status update by calling the read microdeposit endpoint.
88
88
  # @param micro_deposit_guid The unique identifier for the microdeposit. Defined by MX.
89
89
  # @param user_guid The unique identifier for a &#x60;user&#x60;, beginning with the prefix &#x60;USR-&#x60;.
90
90
  # @param [Hash] opts the optional parameters
@@ -152,7 +152,7 @@ describe 'TransactionsApi' do
152
152
 
153
153
  # unit tests for list_transactions_by_account
154
154
  # List transactions by account
155
- # Requests to this endpoint return a list of transactions associated with the specified account. &lt;br /&gt;&lt;br /&gt;Enhanced transaction data may be requested using the &#x60;includes&#x60; parameter. To use this optional parameter, the value should include the optional metadata requested such as &#x60;repeating_transactions&#x60;, &#x60;merchants&#x60;, &#x60;classifications&#x60;, &#x60;geolocations&#x60;. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
155
+ # Requests to this endpoint return a list of transactions associated with the specified account. &lt;br /&gt;&lt;br /&gt; Enhanced transaction data may be requested using the &#x60;includes&#x60; parameter. To use this optional parameter, the value should include the optional metadata requested such as &#x60;repeating_transactions&#x60;, &#x60;merchants&#x60;, &#x60;classifications&#x60;, &#x60;geolocations&#x60;. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
156
156
  # @param account_guid The unique id for an &#x60;account&#x60;.
157
157
  # @param user_guid The unique identifier for a &#x60;user&#x60;, beginning with the prefix &#x60;USR-&#x60;.
158
158
  # @param [Hash] opts the optional parameters
@@ -231,7 +231,7 @@ describe 'TransactionsApi' do
231
231
 
232
232
  # unit tests for read_transaction
233
233
  # Read transaction
234
- # Requests to this endpoint will return the attributes of the specified &#x60;transaction&#x60;. To read a manual transaction, use the manual transaction guid in the path as the &#x60;transactionGuid&#x60;. &lt;br /&gt;&lt;br /&gt;Enhanced transaction data may be requested using the &#x60;includes&#x60; parameter. To use this optional parameter, the value should include the optional metadata requested such as &#x60;repeating_transactions&#x60;, &#x60;merchants&#x60;, &#x60;classifications&#x60;, &#x60;geolocations&#x60;. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
234
+ # Requests to this endpoint will return the attributes of the specified &#x60;transaction&#x60;. To read a manual transaction, use the manual transaction guid in the path as the &#x60;transactionGuid&#x60;. &lt;br /&gt;&lt;br /&gt; Enhanced transaction data may be requested using the &#x60;includes&#x60; parameter. To use this optional parameter, the value should include the optional metadata requested such as &#x60;repeating_transactions&#x60;, &#x60;merchants&#x60;, &#x60;classifications&#x60;, &#x60;geolocations&#x60;. For more information, see the [Optional Enhancement Query Parameter guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions#optional-enhancement-query-parameter).
235
235
  # @param user_guid The unique identifier for a &#x60;user&#x60;, beginning with the prefix &#x60;USR-&#x60;.
236
236
  # @param transaction_guid The unique id for a &#x60;transaction&#x60;.
237
237
  # @param [Hash] opts the optional parameters
@@ -245,7 +245,7 @@ describe 'TransactionsApi' do
245
245
 
246
246
  # unit tests for repeating_transactions
247
247
  # List Repeating Transactions
248
- # Retrieve a list of all recurring transactions for a user. &lt;br /&gt;&lt;br /&gt;For more see the [Repeating Transactions guide](repeating-transactions-overview.mdx).
248
+ # Retrieve a list of all recurring transactions for a user. &lt;br /&gt;&lt;br /&gt;For more see the [Repeating Transactions guide](/api-reference/platform-api/v20111101/reference/transactions-overview#repeating-transactions).
249
249
  # @param user_guid The unique identifier for a &#x60;user&#x60;, beginning with the prefix &#x60;USR-&#x60;.
250
250
  # @param [Hash] opts the optional parameters
251
251
  # @return [RepeatingTransactionsResponseBody]
@@ -257,7 +257,7 @@ describe 'TransactionsApi' do
257
257
 
258
258
  # unit tests for specific_repeating_transaction
259
259
  # Get a Repeating Transaction
260
- # Get a Specific Repeating Transaction. &lt;br /&gt;&lt;br /&gt;List For more see the [Repeating Transactions guide](repeating-transactions-overview.mdx)
260
+ # Get a Specific Repeating Transaction. &lt;br /&gt;&lt;br /&gt;List For more see the [Repeating Transactions guide](/api-reference/platform-api/v20111101/reference/transactions-overview#repeating-transactions)
261
261
  # @param user_guid The unique identifier for a &#x60;user&#x60;, beginning with the prefix &#x60;USR-&#x60;.
262
262
  # @param repeating_transaction_guid The unique id for a recurring transaction.
263
263
  # @param [Hash] opts the optional parameters
@@ -46,7 +46,7 @@ describe 'UsersApi' do
46
46
 
47
47
  # unit tests for delete_user
48
48
  # Delete user
49
- # Use this endpoint to delete the specified &#x60;user&#x60;. The response will have a status of &#x60;204 No Content&#x60; without an object. :::warning Deleting a user is permanent. Deleted users can never be restored. For more info, see [Deleting Objects](https://docs.mx.com/api-reference/platform-api/overview/deleting-objects). :::
49
+ # Use this endpoint to delete the specified &#x60;user&#x60;. The response will have a status of &#x60;204 No Content&#x60; without an object. :::warning Deleting a user is permanent. Deleted users can never be restored. For more info, see [Deleting Objects](/api-reference/platform-api/overview/deleting-objects). :::
50
50
  # @param accept Specifies the media type expected in the response.
51
51
  # @param user_guid The unique identifier for a &#x60;user&#x60;, beginning with the prefix &#x60;USR-&#x60;.
52
52
  # @param [Hash] opts the optional parameters
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mx-platform-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - MX
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-11-06 00:00:00.000000000 Z
11
+ date: 2026-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday