treezor_client 1.1.0 → 1.2.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.
Files changed (177) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -5
  3. data/Gemfile.lock +4 -6
  4. data/README.md +19 -5
  5. data/config.json +10 -0
  6. data/docs/BalanceApi.md +8 -8
  7. data/docs/BankaccountApi.md +30 -30
  8. data/docs/BeneficiariesApi.md +30 -30
  9. data/docs/Beneficiary.md +1 -0
  10. data/docs/BusinessApi.md +26 -26
  11. data/docs/Card.md +2 -2
  12. data/docs/CardApi.md +209 -150
  13. data/docs/CardDigitalization.md +1 -3
  14. data/docs/CardDigitalizationsApi.md +73 -16
  15. data/docs/CardReserveApi.md +24 -24
  16. data/docs/CardtransactionApi.md +16 -14
  17. data/docs/CountryRestrictionGroup.md +14 -0
  18. data/docs/CountryRestrictionGroupsApi.md +40 -40
  19. data/docs/Document.md +1 -0
  20. data/docs/DocumentApi.md +46 -44
  21. data/docs/HeartbeatApi.md +8 -8
  22. data/docs/InlineResponse20010Cardtransactions.md +3 -3
  23. data/docs/InlineResponse20011.md +1 -1
  24. data/docs/InlineResponse20011Cardtransactions.md +58 -0
  25. data/docs/InlineResponse20012.md +1 -1
  26. data/docs/InlineResponse20013.md +1 -1
  27. data/docs/InlineResponse20014.md +1 -1
  28. data/docs/InlineResponse20015.md +1 -1
  29. data/docs/InlineResponse20016.md +1 -1
  30. data/docs/InlineResponse20017.md +1 -1
  31. data/docs/InlineResponse20018.md +1 -1
  32. data/docs/InlineResponse20019.md +1 -1
  33. data/docs/InlineResponse20020.md +1 -1
  34. data/docs/InlineResponse20021.md +1 -1
  35. data/docs/InlineResponse20022.md +1 -1
  36. data/docs/InlineResponse20023.md +1 -1
  37. data/docs/InlineResponse20024.md +1 -1
  38. data/docs/InlineResponse20025.md +1 -1
  39. data/docs/InlineResponse20026.md +8 -0
  40. data/docs/InlineResponse20027.md +8 -0
  41. data/docs/InlineResponse20028.md +8 -0
  42. data/docs/InlineResponse2005Businessinformations.md +2 -2
  43. data/docs/IssuerInitiatedDigitizationDataApi.md +22 -22
  44. data/docs/MandateApi.md +50 -50
  45. data/docs/MccRestrictionGroupsApi.md +40 -40
  46. data/docs/MerchantIdRestrictionGroupsApi.md +40 -40
  47. data/docs/PayinApi.md +38 -38
  48. data/docs/PayinrefundApi.md +38 -38
  49. data/docs/PayoutApi.md +38 -38
  50. data/docs/PayoutRefund.md +22 -0
  51. data/docs/PayoutRefundsApi.md +82 -0
  52. data/docs/TaxResidence.md +15 -0
  53. data/docs/TaxResidenceApi.md +319 -0
  54. data/docs/TransactionApi.md +22 -22
  55. data/docs/TransferApi.md +42 -42
  56. data/docs/TransferrefundApi.md +42 -42
  57. data/docs/User.md +3 -0
  58. data/docs/UserApi.md +104 -85
  59. data/docs/VirtualibansApi.md +46 -46
  60. data/docs/WalletApi.md +84 -84
  61. data/lib/treezor_client/api/balance_api.rb +8 -8
  62. data/lib/treezor_client/api/bankaccount_api.rb +30 -30
  63. data/lib/treezor_client/api/beneficiaries_api.rb +30 -30
  64. data/lib/treezor_client/api/business_api.rb +26 -26
  65. data/lib/treezor_client/api/card_api.rb +209 -154
  66. data/lib/treezor_client/api/card_digitalizations_api.rb +82 -16
  67. data/lib/treezor_client/api/card_reserve_api.rb +24 -24
  68. data/lib/treezor_client/api/cardtransaction_api.rb +18 -15
  69. data/lib/treezor_client/api/country_restriction_groups_api.rb +45 -45
  70. data/lib/treezor_client/api/document_api.rb +64 -57
  71. data/lib/treezor_client/api/heartbeat_api.rb +8 -8
  72. data/lib/treezor_client/api/issuer_initiated_digitization_data_api.rb +22 -22
  73. data/lib/treezor_client/api/mandate_api.rb +58 -58
  74. data/lib/treezor_client/api/mcc_restriction_groups_api.rb +45 -45
  75. data/lib/treezor_client/api/merchant_id_restriction_groups_api.rb +45 -45
  76. data/lib/treezor_client/api/payin_api.rb +42 -42
  77. data/lib/treezor_client/api/payinrefund_api.rb +42 -42
  78. data/lib/treezor_client/api/payout_api.rb +42 -42
  79. data/lib/treezor_client/api/payout_refunds_api.rb +102 -0
  80. data/lib/treezor_client/api/tax_residence_api.rb +319 -0
  81. data/lib/treezor_client/api/transaction_api.rb +24 -24
  82. data/lib/treezor_client/api/transfer_api.rb +46 -46
  83. data/lib/treezor_client/api/transferrefund_api.rb +46 -46
  84. data/lib/treezor_client/api/user_api.rb +124 -93
  85. data/lib/treezor_client/api/virtualibans_api.rb +50 -50
  86. data/lib/treezor_client/api/wallet_api.rb +89 -89
  87. data/lib/treezor_client/models/beneficiary.rb +11 -1
  88. data/lib/treezor_client/models/card.rb +2 -2
  89. data/lib/treezor_client/models/card_digitalization.rb +3 -20
  90. data/lib/treezor_client/models/country_restriction_group.rb +284 -0
  91. data/lib/treezor_client/models/document.rb +10 -1
  92. data/lib/treezor_client/models/inline_response_200_10_cardtransactions.rb +3 -3
  93. data/lib/treezor_client/models/inline_response_200_11.rb +8 -8
  94. data/lib/treezor_client/models/inline_response_200_11_cardtransactions.rb +642 -0
  95. data/lib/treezor_client/models/inline_response_200_12.rb +8 -8
  96. data/lib/treezor_client/models/inline_response_200_13.rb +8 -8
  97. data/lib/treezor_client/models/inline_response_200_14.rb +1 -1
  98. data/lib/treezor_client/models/inline_response_200_15.rb +1 -1
  99. data/lib/treezor_client/models/inline_response_200_16.rb +8 -8
  100. data/lib/treezor_client/models/inline_response_200_17.rb +8 -8
  101. data/lib/treezor_client/models/inline_response_200_18.rb +8 -8
  102. data/lib/treezor_client/models/inline_response_200_19.rb +8 -8
  103. data/lib/treezor_client/models/inline_response_200_20.rb +8 -8
  104. data/lib/treezor_client/models/inline_response_200_21.rb +8 -8
  105. data/lib/treezor_client/models/inline_response_200_22.rb +8 -8
  106. data/lib/treezor_client/models/inline_response_200_23.rb +1 -1
  107. data/lib/treezor_client/models/inline_response_200_24.rb +8 -8
  108. data/lib/treezor_client/models/inline_response_200_25.rb +8 -8
  109. data/lib/treezor_client/models/inline_response_200_26.rb +190 -0
  110. data/lib/treezor_client/models/inline_response_200_27.rb +190 -0
  111. data/lib/treezor_client/models/inline_response_200_28.rb +190 -0
  112. data/lib/treezor_client/models/inline_response_200_5_businessinformations.rb +2 -2
  113. data/lib/treezor_client/models/payout_refund.rb +347 -0
  114. data/lib/treezor_client/models/tax_residence.rb +259 -0
  115. data/lib/treezor_client/models/user.rb +28 -1
  116. data/lib/treezor_client/version.rb +1 -1
  117. data/lib/treezor_client.rb +9 -1
  118. data/pkg/treezor_client-1.0.0.gem +0 -0
  119. data/pkg/treezor_client-1.1.0.gem +0 -0
  120. data/pkg/treezor_client-1.2.0.gem +0 -0
  121. data/spec/api/balance_api_spec.rb +4 -4
  122. data/spec/api/bankaccount_api_spec.rb +15 -15
  123. data/spec/api/beneficiaries_api_spec.rb +15 -15
  124. data/spec/api/business_api_spec.rb +13 -13
  125. data/spec/api/card_api_spec.rb +93 -75
  126. data/spec/api/card_digitalizations_api_spec.rb +19 -6
  127. data/spec/api/card_reserve_api_spec.rb +12 -12
  128. data/spec/api/cardtransaction_api_spec.rb +8 -7
  129. data/spec/api/country_restriction_groups_api_spec.rb +20 -20
  130. data/spec/api/document_api_spec.rb +22 -21
  131. data/spec/api/heartbeat_api_spec.rb +4 -4
  132. data/spec/api/issuer_initiated_digitization_data_api_spec.rb +11 -11
  133. data/spec/api/mandate_api_spec.rb +26 -26
  134. data/spec/api/mcc_restriction_groups_api_spec.rb +20 -20
  135. data/spec/api/merchant_id_restriction_groups_api_spec.rb +20 -22
  136. data/spec/api/payin_api_spec.rb +19 -19
  137. data/spec/api/payinrefund_api_spec.rb +19 -19
  138. data/spec/api/payout_api_spec.rb +19 -19
  139. data/spec/api/payout_refunds_api_spec.rb +56 -0
  140. data/spec/api/tax_residence_api_spec.rb +108 -0
  141. data/spec/api/transaction_api_spec.rb +11 -11
  142. data/spec/api/transfer_api_spec.rb +21 -21
  143. data/spec/api/transferrefund_api_spec.rb +21 -21
  144. data/spec/api/user_api_spec.rb +58 -41
  145. data/spec/api/virtualibans_api_spec.rb +23 -23
  146. data/spec/api/wallet_api_spec.rb +42 -42
  147. data/spec/models/beneficiary_spec.rb +6 -0
  148. data/spec/models/card_digitalization_spec.rb +0 -12
  149. data/spec/models/card_spec.rb +6 -0
  150. data/spec/models/country_restriction_group_spec.rb +82 -0
  151. data/spec/models/document_spec.rb +6 -0
  152. data/spec/models/inline_response_200_11_cardtransactions_spec.rb +342 -0
  153. data/spec/models/inline_response_200_11_spec.rb +1 -1
  154. data/spec/models/inline_response_200_12_spec.rb +1 -1
  155. data/spec/models/inline_response_200_13_spec.rb +1 -1
  156. data/spec/models/inline_response_200_16_spec.rb +1 -1
  157. data/spec/models/inline_response_200_17_spec.rb +1 -1
  158. data/spec/models/inline_response_200_18_spec.rb +1 -1
  159. data/spec/models/inline_response_200_19_spec.rb +1 -1
  160. data/spec/models/inline_response_200_20_spec.rb +1 -1
  161. data/spec/models/inline_response_200_21_spec.rb +1 -1
  162. data/spec/models/inline_response_200_22_spec.rb +1 -1
  163. data/spec/models/inline_response_200_24_spec.rb +1 -1
  164. data/spec/models/inline_response_200_25_spec.rb +1 -1
  165. data/spec/models/inline_response_200_26_spec.rb +42 -0
  166. data/spec/models/inline_response_200_27_spec.rb +42 -0
  167. data/spec/models/inline_response_200_28_spec.rb +42 -0
  168. data/spec/models/issuer_initiated_digitization_datas_additionnal_data_spec.rb +1 -1
  169. data/spec/models/merchant_id_restriction_group_spec.rb +1 -1
  170. data/spec/models/payout_refund_spec.rb +130 -0
  171. data/spec/models/tax_residence_spec.rb +84 -0
  172. data/spec/models/user_spec.rb +42 -0
  173. data/treezor_api_spec.yaml +1841 -1207
  174. data/treezor_client.gemspec +1 -3
  175. metadata +45 -9
  176. data/spec/models/card_digitalization_details_from_gps_spec.rb +0 -234
  177. data/spec/models/issuer_initiated_digitization_datas_additionnal_data_ecc_public_certificates_spec.rb +0 -54
data/docs/CardApi.md CHANGED
@@ -19,6 +19,7 @@ Method | HTTP request | Description
19
19
  [**cards_id_regenerate_put**](CardApi.md#cards_id_regenerate_put) | **PUT** /cards/{id}/Regenerate/ | regenerate card
20
20
  [**cards_id_set_pin_put**](CardApi.md#cards_id_set_pin_put) | **PUT** /cards/{id}/setPIN/ | set card's PIN
21
21
  [**cards_id_unblock_pin_put**](CardApi.md#cards_id_unblock_pin_put) | **PUT** /cards/{id}/UnblockPIN/ | unblock card's PIN
22
+ [**cards_register3_ds_post**](CardApi.md#cards_register3_ds_post) | **POST** /cards/Register3DS | Register 3D secure
22
23
  [**cards_request_physical_post**](CardApi.md#cards_request_physical_post) | **POST** /cards/RequestPhysical | create a physical card
23
24
 
24
25
 
@@ -46,10 +47,10 @@ api_instance = TreezorClient::CardApi.new
46
47
  card_id = 56 # Integer | Vitual card's id.
47
48
 
48
49
  opts = {
49
- access_signature: "access_signature_example", # String | Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
50
- access_tag: "access_tag_example", # String | Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
51
- access_user_id: 56, # Integer | Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
52
- access_user_ip: "access_user_ip_example" # String | Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
50
+ access_signature: "access_signature_example", # String | Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
51
+ access_tag: "access_tag_example", # String | Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
52
+ access_user_id: 56, # Integer | Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
53
+ access_user_ip: "access_user_ip_example" # String | Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
53
54
  }
54
55
 
55
56
  begin
@@ -66,10 +67,10 @@ end
66
67
  Name | Type | Description | Notes
67
68
  ------------- | ------------- | ------------- | -------------
68
69
  **card_id** | **Integer**| Vitual card's id. |
69
- **access_signature** | **String**| Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication). | [optional]
70
- **access_tag** | **String**| Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics). | [optional]
71
- **access_user_id** | **Integer**| Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
72
- **access_user_ip** | **String**| Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
70
+ **access_signature** | **String**| Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication). | [optional]
71
+ **access_tag** | **String**| Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics). | [optional]
72
+ **access_user_id** | **Integer**| Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
73
+ **access_user_ip** | **String**| Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
73
74
 
74
75
  ### Return type
75
76
 
@@ -116,18 +117,18 @@ perms_group = "perms_group_example" # String | Permissions group of the card. Th
116
117
  card_print = "card_print_example" # String | Card appareance code, also used to choose the program ID of the card
117
118
 
118
119
  opts = {
119
- access_signature: "access_signature_example", # String | Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
120
+ access_signature: "access_signature_example", # String | Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
120
121
  card_tag: "card_tag_example", # String | Custom field
121
- batch_delivery_id: "batch_delivery_id_example", # String | Batch regroupement identifier (must be between 1 and 238327) NOT YET OPERATIONAL
122
+ batch_delivery_id: 56, # Integer | Batch regroupement identifier (must be between 1 and 238327) NOT YET OPERATIONAL
122
123
  limit_atm_year: 56, # Integer | ATM operations limit for a sliding year. No default value.
123
124
  limit_atm_month: 56, # Integer | ATM operations limit for a sliding month. No default value.
124
- limit_atm_week: 56, # Integer | ATM operations limit for a sliding week. Default value 2000€.
125
- limit_atm_day: 56, # Integer | ATM operations limit for a single day. Default value 1000€.
125
+ limit_atm_week: 56, # Integer | ATM operations limit for a sliding week. Default value 2000€.
126
+ limit_atm_day: 56, # Integer | ATM operations limit for a single day. Default value 1000€.
126
127
  limit_atm_all: 56, # Integer | ATM operations limit from beginning. No default value.
127
128
  limit_payment_year: 56, # Integer | POS operations limit for a sliding year. No default value.
128
129
  limit_payment_month: 56, # Integer | POS operations limit for a sliding month. No default value.
129
- limit_payment_week: 56, # Integer | POS operations limit for a sliding week. Default value 3000€.
130
- limit_payment_day: 56, # Integer | POS operations limit for a single day. Default value 2000€.
130
+ limit_payment_week: 56, # Integer | POS operations limit for a sliding week. Default value 3000€.
131
+ limit_payment_day: 56, # Integer | POS operations limit for a single day. Default value 2000€.
131
132
  limit_payment_all: 56, # Integer | POS operations limit from beginning. No default value.
132
133
  payment_daily_limit: 3.4, # Float | POS operations limit for a single day including cents. The decimal delimiter must be \".\". No default value.
133
134
  pin: "pin_example", # String | Card's PIN code value.
@@ -136,9 +137,9 @@ opts = {
136
137
  mcc_restriction_group_id: 56, # Integer | mccRestrictionGroupId you want to apply
137
138
  merchant_restriction_group_id: 56, # Integer | merchantRestrictionGroupId you want to apply
138
139
  country_restriction_group_id: 56, # Integer | countryRestrictionGroupId you want to apply
139
- access_tag: "access_tag_example", # String | Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
140
- access_user_id: 56, # Integer | Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
141
- access_user_ip: "access_user_ip_example" # String | Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
140
+ access_tag: "access_tag_example", # String | Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
141
+ access_user_id: 56, # Integer | Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
142
+ access_user_ip: "access_user_ip_example" # String | Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
142
143
  }
143
144
 
144
145
  begin
@@ -158,18 +159,18 @@ Name | Type | Description | Notes
158
159
  **wallet_id** | **Integer**| Wallet's Id in which to create the card |
159
160
  **perms_group** | **String**| Permissions group of the card. There is 4 usages which create 16 possible groups: | group | NFC | ATM | On-line | Foreign | |-----|-----|-----|-----|------| |TRZ-CU-001|KO|KO|KO|KO| |TRZ-CU-002|KO|KO|KO|OK| |TRZ-CU-003|KO|KO|OK|KO| |TRZ-CU-004|KO|KO|OK|OK| |TRZ-CU-005|KO|OK|KO|KO| |TRZ-CU-006|KO|OK|KO|OK| |TRZ-CU-007|KO|OK|OK|KO| |TRZ-CU-008|KO|OK|OK|OK| |TRZ-CU-009|OK|KO|KO|KO| |TRZ-CU-010|OK|KO|KO|OK| |TRZ-CU-011|OK|KO|OK|KO| |TRZ-CU-012|OK|KO|OK|OK| |TRZ-CU-013|OK|OK|KO|KO| |TRZ-CU-014|OK|OK|KO|OK| |TRZ-CU-015|OK|OK|OK|KO| |TRZ-CU-016|OK|OK|OK|OK| |
160
161
  **card_print** | **String**| Card appareance code, also used to choose the program ID of the card |
161
- **access_signature** | **String**| Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication). | [optional]
162
+ **access_signature** | **String**| Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication). | [optional]
162
163
  **card_tag** | **String**| Custom field | [optional]
163
- **batch_delivery_id** | **String**| Batch regroupement identifier (must be between 1 and 238327) NOT YET OPERATIONAL | [optional]
164
+ **batch_delivery_id** | **Integer**| Batch regroupement identifier (must be between 1 and 238327) NOT YET OPERATIONAL | [optional]
164
165
  **limit_atm_year** | **Integer**| ATM operations limit for a sliding year. No default value. | [optional]
165
166
  **limit_atm_month** | **Integer**| ATM operations limit for a sliding month. No default value. | [optional]
166
- **limit_atm_week** | **Integer**| ATM operations limit for a sliding week. Default value 2000€. | [optional]
167
- **limit_atm_day** | **Integer**| ATM operations limit for a single day. Default value 1000€. | [optional]
167
+ **limit_atm_week** | **Integer**| ATM operations limit for a sliding week. Default value 2000€. | [optional]
168
+ **limit_atm_day** | **Integer**| ATM operations limit for a single day. Default value 1000€. | [optional]
168
169
  **limit_atm_all** | **Integer**| ATM operations limit from beginning. No default value. | [optional]
169
170
  **limit_payment_year** | **Integer**| POS operations limit for a sliding year. No default value. | [optional]
170
171
  **limit_payment_month** | **Integer**| POS operations limit for a sliding month. No default value. | [optional]
171
- **limit_payment_week** | **Integer**| POS operations limit for a sliding week. Default value 3000€. | [optional]
172
- **limit_payment_day** | **Integer**| POS operations limit for a single day. Default value 2000€. | [optional]
172
+ **limit_payment_week** | **Integer**| POS operations limit for a sliding week. Default value 3000€. | [optional]
173
+ **limit_payment_day** | **Integer**| POS operations limit for a single day. Default value 2000€. | [optional]
173
174
  **limit_payment_all** | **Integer**| POS operations limit from beginning. No default value. | [optional]
174
175
  **payment_daily_limit** | **Float**| POS operations limit for a single day including cents. The decimal delimiter must be \".\". No default value. | [optional]
175
176
  **pin** | **String**| Card's PIN code value. | [optional]
@@ -178,9 +179,9 @@ Name | Type | Description | Notes
178
179
  **mcc_restriction_group_id** | **Integer**| mccRestrictionGroupId you want to apply | [optional]
179
180
  **merchant_restriction_group_id** | **Integer**| merchantRestrictionGroupId you want to apply | [optional]
180
181
  **country_restriction_group_id** | **Integer**| countryRestrictionGroupId you want to apply | [optional]
181
- **access_tag** | **String**| Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics). | [optional]
182
- **access_user_id** | **Integer**| Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
183
- **access_user_ip** | **String**| Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
182
+ **access_tag** | **String**| Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics). | [optional]
183
+ **access_user_id** | **Integer**| Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
184
+ **access_user_ip** | **String**| Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
184
185
 
185
186
  ### Return type
186
187
 
@@ -217,10 +218,10 @@ end
217
218
  api_instance = TreezorClient::CardApi.new
218
219
 
219
220
  opts = {
220
- access_signature: "access_signature_example", # String | Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
221
- access_tag: "access_tag_example", # String | Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
222
- access_user_id: 56, # Integer | Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
223
- access_user_ip: "access_user_ip_example", # String | Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
221
+ access_signature: "access_signature_example", # String | Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
222
+ access_tag: "access_tag_example", # String | Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
223
+ access_user_id: 56, # Integer | Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
224
+ access_user_ip: "access_user_ip_example", # String | Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
224
225
  card_id: 56, # Integer | Card's id
225
226
  user_id: 56, # Integer | User's id of cardholder
226
227
  embossed_name: "embossed_name_example", # String | Embossed name of the card
@@ -232,14 +233,14 @@ opts = {
232
233
  mcc_restriction_group_id: 56, # Integer | mccRestrictionGroupId of the card
233
234
  merchant_restriction_group_id: 56, # Integer | merchantRestrictionGroupId of the card
234
235
  country_restriction_group_id: 56, # Integer | countryRestrictionGroupId of the card
235
- page_number: 56, # Integer | Pagination page number. More info [here](https://agent.treezor.com/lists).
236
- page_count: 56, # Integer | The number of items per page. More info [here](https://agent.treezor.com/lists).
237
- sort_by: "sort_by_example", # String | The transaction element you want to sort the list with. Default value : _createdDate_. More info [here](https://agent.treezor.com/lists).
236
+ page_number: 56, # Integer | Pagination page number. More info [here](https://agent.treezor.com/lists).
237
+ page_count: 56, # Integer | The number of items per page. More info [here](https://agent.treezor.com/lists).
238
+ sort_by: "sort_by_example", # String | The transaction element you want to sort the list with. Default value : _createdDate_. More info [here](https://agent.treezor.com/lists).
238
239
  sort_order: "sort_order_example", # String | The order you want to sort the list. * **DESC** for a descending sort * **ASC** for a ascending sort. Default value : DESC. More info [here](https://agent.treezor.com/lists).
239
- created_date_from: DateTime.parse("2013-10-20T19:20:30+01:00"), # DateTime | The creation date from which you want to filter the request result. Format YYYY-MM-DD HH:MM:SS. More info [here](https://agent.treezor.com/lists)
240
- created_date_to: DateTime.parse("2013-10-20T19:20:30+01:00"), # DateTime | The creation date up to which you want to filter the request result. Format YYYY-MM-DD HH:MM:SS. More info [here](https://agent.treezor.com/lists)
241
- updated_date_from: DateTime.parse("2013-10-20T19:20:30+01:00"), # DateTime | The modification date from which you want to filter the request result. Format YYYY-MM-DD HH:MM:SS. More info [here](https://agent.treezor.com/lists)
242
- updated_date_to: DateTime.parse("2013-10-20T19:20:30+01:00") # DateTime | The modification date up to which you want to filter the request result. Format YYYY-MM-DD HH:MM:SS. More info [here](https://agent.treezor.com/lists)
240
+ created_date_from: DateTime.parse("2013-10-20T19:20:30+01:00"), # DateTime | The creation date from which you want to filter the request result. Format YYYY-MM-DD HH:MM:SS. More info [here](https://agent.treezor.com/lists)
241
+ created_date_to: DateTime.parse("2013-10-20T19:20:30+01:00"), # DateTime | The creation date up to which you want to filter the request result. Format YYYY-MM-DD HH:MM:SS. More info [here](https://agent.treezor.com/lists)
242
+ updated_date_from: DateTime.parse("2013-10-20T19:20:30+01:00"), # DateTime | The modification date from which you want to filter the request result. Format YYYY-MM-DD HH:MM:SS. More info [here](https://agent.treezor.com/lists)
243
+ updated_date_to: DateTime.parse("2013-10-20T19:20:30+01:00") # DateTime | The modification date up to which you want to filter the request result. Format YYYY-MM-DD HH:MM:SS. More info [here](https://agent.treezor.com/lists)
243
244
  }
244
245
 
245
246
  begin
@@ -255,10 +256,10 @@ end
255
256
 
256
257
  Name | Type | Description | Notes
257
258
  ------------- | ------------- | ------------- | -------------
258
- **access_signature** | **String**| Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication). | [optional]
259
- **access_tag** | **String**| Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics). | [optional]
260
- **access_user_id** | **Integer**| Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
261
- **access_user_ip** | **String**| Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
259
+ **access_signature** | **String**| Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication). | [optional]
260
+ **access_tag** | **String**| Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics). | [optional]
261
+ **access_user_id** | **Integer**| Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
262
+ **access_user_ip** | **String**| Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
262
263
  **card_id** | **Integer**| Card's id | [optional]
263
264
  **user_id** | **Integer**| User's id of cardholder | [optional]
264
265
  **embossed_name** | **String**| Embossed name of the card | [optional]
@@ -270,14 +271,14 @@ Name | Type | Description | Notes
270
271
  **mcc_restriction_group_id** | **Integer**| mccRestrictionGroupId of the card | [optional]
271
272
  **merchant_restriction_group_id** | **Integer**| merchantRestrictionGroupId of the card | [optional]
272
273
  **country_restriction_group_id** | **Integer**| countryRestrictionGroupId of the card | [optional]
273
- **page_number** | **Integer**| Pagination page number. More info [here](https://agent.treezor.com/lists). | [optional]
274
- **page_count** | **Integer**| The number of items per page. More info [here](https://agent.treezor.com/lists). | [optional]
275
- **sort_by** | **String**| The transaction element you want to sort the list with. Default value : _createdDate_. More info [here](https://agent.treezor.com/lists). | [optional]
274
+ **page_number** | **Integer**| Pagination page number. More info [here](https://agent.treezor.com/lists). | [optional]
275
+ **page_count** | **Integer**| The number of items per page. More info [here](https://agent.treezor.com/lists). | [optional]
276
+ **sort_by** | **String**| The transaction element you want to sort the list with. Default value : _createdDate_. More info [here](https://agent.treezor.com/lists). | [optional]
276
277
  **sort_order** | **String**| The order you want to sort the list. * **DESC** for a descending sort * **ASC** for a ascending sort. Default value : DESC. More info [here](https://agent.treezor.com/lists). | [optional]
277
- **created_date_from** | **DateTime**| The creation date from which you want to filter the request result. Format YYYY-MM-DD HH:MM:SS. More info [here](https://agent.treezor.com/lists) | [optional]
278
- **created_date_to** | **DateTime**| The creation date up to which you want to filter the request result. Format YYYY-MM-DD HH:MM:SS. More info [here](https://agent.treezor.com/lists) | [optional]
279
- **updated_date_from** | **DateTime**| The modification date from which you want to filter the request result. Format YYYY-MM-DD HH:MM:SS. More info [here](https://agent.treezor.com/lists) | [optional]
280
- **updated_date_to** | **DateTime**| The modification date up to which you want to filter the request result. Format YYYY-MM-DD HH:MM:SS. More info [here](https://agent.treezor.com/lists) | [optional]
278
+ **created_date_from** | **DateTime**| The creation date from which you want to filter the request result. Format YYYY-MM-DD HH:MM:SS. More info [here](https://agent.treezor.com/lists) | [optional]
279
+ **created_date_to** | **DateTime**| The creation date up to which you want to filter the request result. Format YYYY-MM-DD HH:MM:SS. More info [here](https://agent.treezor.com/lists) | [optional]
280
+ **updated_date_from** | **DateTime**| The modification date from which you want to filter the request result. Format YYYY-MM-DD HH:MM:SS. More info [here](https://agent.treezor.com/lists) | [optional]
281
+ **updated_date_to** | **DateTime**| The modification date up to which you want to filter the request result. Format YYYY-MM-DD HH:MM:SS. More info [here](https://agent.treezor.com/lists) | [optional]
281
282
 
282
283
  ### Return type
283
284
 
@@ -299,7 +300,7 @@ Name | Type | Description | Notes
299
300
 
300
301
  activate a card
301
302
 
302
- The Activate endpoint change card status to activate. An activated card can be freely used.
303
+ The Activate endpoint change card status to activate. An activated card can be freely used.
303
304
 
304
305
  ### Example
305
306
  ```ruby
@@ -318,11 +319,11 @@ api_instance = TreezorClient::CardApi.new
318
319
  id = 56 # Integer | Card's id.
319
320
 
320
321
  opts = {
321
- access_token: "access_token_example", # String | Access token must be defined here or in Authorization HTTP header. More info [here](https://agent.treezor.com/security-authentication).
322
- access_signature: "access_signature_example", # String | Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
323
- access_tag: "access_tag_example", # String | Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
324
- access_user_id: 56, # Integer | Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
325
- access_user_ip: "access_user_ip_example" # String | Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
322
+ access_token: "access_token_example", # String | Access token must be defined here or in Authorization HTTP header. More info [here](https://agent.treezor.com/security-authentication).
323
+ access_signature: "access_signature_example", # String | Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
324
+ access_tag: "access_tag_example", # String | Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
325
+ access_user_id: 56, # Integer | Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
326
+ access_user_ip: "access_user_ip_example" # String | Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
326
327
  }
327
328
 
328
329
  begin
@@ -339,11 +340,11 @@ end
339
340
  Name | Type | Description | Notes
340
341
  ------------- | ------------- | ------------- | -------------
341
342
  **id** | **Integer**| Card's id. |
342
- **access_token** | **String**| Access token must be defined here or in Authorization HTTP header. More info [here](https://agent.treezor.com/security-authentication). | [optional]
343
- **access_signature** | **String**| Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication). | [optional]
344
- **access_tag** | **String**| Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics). | [optional]
345
- **access_user_id** | **Integer**| Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
346
- **access_user_ip** | **String**| Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
343
+ **access_token** | **String**| Access token must be defined here or in Authorization HTTP header. More info [here](https://agent.treezor.com/security-authentication). | [optional]
344
+ **access_signature** | **String**| Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication). | [optional]
345
+ **access_tag** | **String**| Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics). | [optional]
346
+ **access_user_id** | **Integer**| Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
347
+ **access_user_ip** | **String**| Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
347
348
 
348
349
  ### Return type
349
350
 
@@ -390,10 +391,10 @@ new_pin = "new_pin_example" # String | Card's new PIN
390
391
  confirm_pin = "confirm_pin_example" # String | Card's new PIN confirmation value
391
392
 
392
393
  opts = {
393
- access_signature: "access_signature_example", # String | Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
394
- access_tag: "access_tag_example", # String | Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
395
- access_user_id: 56, # Integer | Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
396
- access_user_ip: "access_user_ip_example" # String | Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
394
+ access_signature: "access_signature_example", # String | Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
395
+ access_tag: "access_tag_example", # String | Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
396
+ access_user_id: 56, # Integer | Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
397
+ access_user_ip: "access_user_ip_example" # String | Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
397
398
  }
398
399
 
399
400
  begin
@@ -413,10 +414,10 @@ Name | Type | Description | Notes
413
414
  **current_pin** | **String**| Card's current PIN |
414
415
  **new_pin** | **String**| Card's new PIN |
415
416
  **confirm_pin** | **String**| Card's new PIN confirmation value |
416
- **access_signature** | **String**| Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication). | [optional]
417
- **access_tag** | **String**| Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics). | [optional]
418
- **access_user_id** | **Integer**| Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
419
- **access_user_ip** | **String**| Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
417
+ **access_signature** | **String**| Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication). | [optional]
418
+ **access_tag** | **String**| Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics). | [optional]
419
+ **access_user_id** | **Integer**| Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
420
+ **access_user_ip** | **String**| Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
420
421
 
421
422
  ### Return type
422
423
 
@@ -438,7 +439,7 @@ Name | Type | Description | Notes
438
439
 
439
440
  convert card to virtual
440
441
 
441
- Convert a virtual card into a physical one. The converted card will be both virtual and physical.
442
+ Convert a virtual card into a physical one. The converted card will be both virtual and physical.
442
443
 
443
444
  ### Example
444
445
  ```ruby
@@ -457,10 +458,10 @@ api_instance = TreezorClient::CardApi.new
457
458
  id = 56 # Integer | Card's id.
458
459
 
459
460
  opts = {
460
- access_signature: "access_signature_example", # String | Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
461
- access_tag: "access_tag_example", # String | Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
462
- access_user_id: 56, # Integer | Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
463
- access_user_ip: "access_user_ip_example" # String | Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
461
+ access_signature: "access_signature_example", # String | Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
462
+ access_tag: "access_tag_example", # String | Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
463
+ access_user_id: 56, # Integer | Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
464
+ access_user_ip: "access_user_ip_example" # String | Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
464
465
  }
465
466
 
466
467
  begin
@@ -477,10 +478,10 @@ end
477
478
  Name | Type | Description | Notes
478
479
  ------------- | ------------- | ------------- | -------------
479
480
  **id** | **Integer**| Card's id. |
480
- **access_signature** | **String**| Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication). | [optional]
481
- **access_tag** | **String**| Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics). | [optional]
482
- **access_user_id** | **Integer**| Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
483
- **access_user_ip** | **String**| Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
481
+ **access_signature** | **String**| Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication). | [optional]
482
+ **access_tag** | **String**| Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics). | [optional]
483
+ **access_user_id** | **Integer**| Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
484
+ **access_user_ip** | **String**| Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
484
485
 
485
486
  ### Return type
486
487
 
@@ -625,7 +626,7 @@ api_instance = TreezorClient::CardApi.new
625
626
  id = 56 # Integer | Card's id.
626
627
 
627
628
  opts = {
628
- access_signature: "access_signature_example", # String | Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
629
+ access_signature: "access_signature_example", # String | Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
629
630
  limit_atm_year: 56, # Integer | ATM year limit
630
631
  limit_atm_month: 56, # Integer | ATM month limit
631
632
  limit_atm_week: 56, # Integer | ATM week limit
@@ -637,9 +638,9 @@ opts = {
637
638
  limit_payment_day: 56, # Integer | Payment day limit
638
639
  limit_payment_all: 56, # Integer | Payment from beginning limit
639
640
  payment_daily_limit: 3.4, # Float | Payment day limit including cents. The decimal delimiter must be \".\"
640
- access_tag: "access_tag_example", # String | Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
641
- access_user_id: 56, # Integer | Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
642
- access_user_ip: "access_user_ip_example" # String | Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
641
+ access_tag: "access_tag_example", # String | Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
642
+ access_user_id: 56, # Integer | Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
643
+ access_user_ip: "access_user_ip_example" # String | Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
643
644
  }
644
645
 
645
646
  begin
@@ -656,7 +657,7 @@ end
656
657
  Name | Type | Description | Notes
657
658
  ------------- | ------------- | ------------- | -------------
658
659
  **id** | **Integer**| Card's id. |
659
- **access_signature** | **String**| Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication). | [optional]
660
+ **access_signature** | **String**| Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication). | [optional]
660
661
  **limit_atm_year** | **Integer**| ATM year limit | [optional]
661
662
  **limit_atm_month** | **Integer**| ATM month limit | [optional]
662
663
  **limit_atm_week** | **Integer**| ATM week limit | [optional]
@@ -668,9 +669,9 @@ Name | Type | Description | Notes
668
669
  **limit_payment_day** | **Integer**| Payment day limit | [optional]
669
670
  **limit_payment_all** | **Integer**| Payment from beginning limit | [optional]
670
671
  **payment_daily_limit** | **Float**| Payment day limit including cents. The decimal delimiter must be \".\" | [optional]
671
- **access_tag** | **String**| Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics). | [optional]
672
- **access_user_id** | **Integer**| Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
673
- **access_user_ip** | **String**| Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
672
+ **access_tag** | **String**| Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics). | [optional]
673
+ **access_user_id** | **Integer**| Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
674
+ **access_user_ip** | **String**| Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
674
675
 
675
676
  ### Return type
676
677
 
@@ -713,10 +714,10 @@ id = 56 # Integer | Card's id.
713
714
  lock_status = 56 # Integer | | Value | Type | | --- | --- | | 1 | Block the card| | 0 | Unblock the card | | 2 | Lost card | | 3 | Stolen card |
714
715
 
715
716
  opts = {
716
- access_signature: "access_signature_example", # String | Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
717
- access_tag: "access_tag_example", # String | Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
718
- access_user_id: 56, # Integer | Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
719
- access_user_ip: "access_user_ip_example" # String | Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
717
+ access_signature: "access_signature_example", # String | Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
718
+ access_tag: "access_tag_example", # String | Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
719
+ access_user_id: 56, # Integer | Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
720
+ access_user_ip: "access_user_ip_example" # String | Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
720
721
  }
721
722
 
722
723
  begin
@@ -734,10 +735,10 @@ Name | Type | Description | Notes
734
735
  ------------- | ------------- | ------------- | -------------
735
736
  **id** | **Integer**| Card's id. |
736
737
  **lock_status** | **Integer**| | Value | Type | | --- | --- | | 1 | Block the card| | 0 | Unblock the card | | 2 | Lost card | | 3 | Stolen card | |
737
- **access_signature** | **String**| Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication). | [optional]
738
- **access_tag** | **String**| Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics). | [optional]
739
- **access_user_id** | **Integer**| Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
740
- **access_user_ip** | **String**| Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
738
+ **access_signature** | **String**| Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication). | [optional]
739
+ **access_tag** | **String**| Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics). | [optional]
740
+ **access_user_id** | **Integer**| Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
741
+ **access_user_ip** | **String**| Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
741
742
 
742
743
  ### Return type
743
744
 
@@ -786,10 +787,10 @@ atm = 56 # Integer | Card usable on ATM (withdrawals)
786
787
  nfc = 56 # Integer | Card usable on contactless compatible POS machine machine\"
787
788
 
788
789
  opts = {
789
- access_signature: "access_signature_example", # String | Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
790
- access_tag: "access_tag_example", # String | Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
791
- access_user_id: 56, # Integer | Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
792
- access_user_ip: "access_user_ip_example" # String | Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
790
+ access_signature: "access_signature_example", # String | Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
791
+ access_tag: "access_tag_example", # String | Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
792
+ access_user_id: 56, # Integer | Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
793
+ access_user_ip: "access_user_ip_example" # String | Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
793
794
  }
794
795
 
795
796
  begin
@@ -810,10 +811,10 @@ Name | Type | Description | Notes
810
811
  **online** | **Integer**| Card usable on-line |
811
812
  **atm** | **Integer**| Card usable on ATM (withdrawals) |
812
813
  **nfc** | **Integer**| Card usable on contactless compatible POS machine machine\" |
813
- **access_signature** | **String**| Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication). | [optional]
814
- **access_tag** | **String**| Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics). | [optional]
815
- **access_user_id** | **Integer**| Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
816
- **access_user_ip** | **String**| Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
814
+ **access_signature** | **String**| Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication). | [optional]
815
+ **access_tag** | **String**| Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics). | [optional]
816
+ **access_user_id** | **Integer**| Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
817
+ **access_user_ip** | **String**| Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
817
818
 
818
819
  ### Return type
819
820
 
@@ -854,13 +855,13 @@ api_instance = TreezorClient::CardApi.new
854
855
  id = 56 # Integer | Card's id.
855
856
 
856
857
  opts = {
857
- access_signature: "access_signature_example", # String | Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
858
+ access_signature: "access_signature_example", # String | Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
858
859
  mcc_restriction_group_id: 56, # Integer | card's mccRestrictionGroupId
859
860
  merchant_restriction_group_id: 56, # Integer | card's merchantRestrictionGroupId
860
861
  country_restriction_group_id: 56, # Integer | card's countryRestrictionGroupId
861
- access_tag: "access_tag_example", # String | Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
862
- access_user_id: 56, # Integer | Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
863
- access_user_ip: "access_user_ip_example" # String | Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
862
+ access_tag: "access_tag_example", # String | Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
863
+ access_user_id: 56, # Integer | Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
864
+ access_user_ip: "access_user_ip_example" # String | Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
864
865
  }
865
866
 
866
867
  begin
@@ -877,13 +878,13 @@ end
877
878
  Name | Type | Description | Notes
878
879
  ------------- | ------------- | ------------- | -------------
879
880
  **id** | **Integer**| Card's id. |
880
- **access_signature** | **String**| Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication). | [optional]
881
+ **access_signature** | **String**| Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication). | [optional]
881
882
  **mcc_restriction_group_id** | **Integer**| card's mccRestrictionGroupId | [optional]
882
883
  **merchant_restriction_group_id** | **Integer**| card's merchantRestrictionGroupId | [optional]
883
884
  **country_restriction_group_id** | **Integer**| card's countryRestrictionGroupId | [optional]
884
- **access_tag** | **String**| Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics). | [optional]
885
- **access_user_id** | **Integer**| Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
886
- **access_user_ip** | **String**| Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
885
+ **access_tag** | **String**| Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics). | [optional]
886
+ **access_user_id** | **Integer**| Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
887
+ **access_user_ip** | **String**| Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
887
888
 
888
889
  ### Return type
889
890
 
@@ -905,7 +906,7 @@ Name | Type | Description | Notes
905
906
 
906
907
  regenerate card
907
908
 
908
- If card is Lost or Stolen (card's status), the card itself will get regenerated. Otherwise only the card image gets recreated.
909
+ If card is Lost or Stolen (card's status), the card itself will get regenerated. Otherwise only the card image gets recreated.
909
910
 
910
911
  ### Example
911
912
  ```ruby
@@ -924,10 +925,10 @@ api_instance = TreezorClient::CardApi.new
924
925
  id = 56 # Integer | Card's id.
925
926
 
926
927
  opts = {
927
- access_signature: "access_signature_example", # String | Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
928
- access_tag: "access_tag_example", # String | Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
929
- access_user_id: 56, # Integer | Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
930
- access_user_ip: "access_user_ip_example" # String | Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
928
+ access_signature: "access_signature_example", # String | Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
929
+ access_tag: "access_tag_example", # String | Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
930
+ access_user_id: 56, # Integer | Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
931
+ access_user_ip: "access_user_ip_example" # String | Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
931
932
  }
932
933
 
933
934
  begin
@@ -944,10 +945,10 @@ end
944
945
  Name | Type | Description | Notes
945
946
  ------------- | ------------- | ------------- | -------------
946
947
  **id** | **Integer**| Card's id. |
947
- **access_signature** | **String**| Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication). | [optional]
948
- **access_tag** | **String**| Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics). | [optional]
949
- **access_user_id** | **Integer**| Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
950
- **access_user_ip** | **String**| Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
948
+ **access_signature** | **String**| Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication). | [optional]
949
+ **access_tag** | **String**| Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics). | [optional]
950
+ **access_user_id** | **Integer**| Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
951
+ **access_user_ip** | **String**| Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
951
952
 
952
953
  ### Return type
953
954
 
@@ -992,10 +993,10 @@ new_pin = "new_pin_example" # String | Card's new PIN.
992
993
  confirm_pin = "confirm_pin_example" # String | Card's new PIN confirmation value
993
994
 
994
995
  opts = {
995
- access_signature: "access_signature_example", # String | Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
996
- access_tag: "access_tag_example", # String | Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
997
- access_user_id: 56, # Integer | Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
998
- access_user_ip: "access_user_ip_example" # String | Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
996
+ access_signature: "access_signature_example", # String | Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
997
+ access_tag: "access_tag_example", # String | Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
998
+ access_user_id: 56, # Integer | Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
999
+ access_user_ip: "access_user_ip_example" # String | Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
999
1000
  }
1000
1001
 
1001
1002
  begin
@@ -1014,10 +1015,10 @@ Name | Type | Description | Notes
1014
1015
  **id** | **Integer**| Card's id. |
1015
1016
  **new_pin** | **String**| Card's new PIN. |
1016
1017
  **confirm_pin** | **String**| Card's new PIN confirmation value |
1017
- **access_signature** | **String**| Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication). | [optional]
1018
- **access_tag** | **String**| Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics). | [optional]
1019
- **access_user_id** | **Integer**| Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
1020
- **access_user_ip** | **String**| Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
1018
+ **access_signature** | **String**| Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication). | [optional]
1019
+ **access_tag** | **String**| Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics). | [optional]
1020
+ **access_user_id** | **Integer**| Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
1021
+ **access_user_ip** | **String**| Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
1021
1022
 
1022
1023
  ### Return type
1023
1024
 
@@ -1058,10 +1059,10 @@ api_instance = TreezorClient::CardApi.new
1058
1059
  id = 56 # Integer | Card's id.
1059
1060
 
1060
1061
  opts = {
1061
- access_signature: "access_signature_example", # String | Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
1062
- access_tag: "access_tag_example", # String | Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
1063
- access_user_id: 56, # Integer | Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
1064
- access_user_ip: "access_user_ip_example" # String | Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
1062
+ access_signature: "access_signature_example", # String | Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
1063
+ access_tag: "access_tag_example", # String | Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
1064
+ access_user_id: 56, # Integer | Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
1065
+ access_user_ip: "access_user_ip_example" # String | Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
1065
1066
  }
1066
1067
 
1067
1068
  begin
@@ -1078,10 +1079,68 @@ end
1078
1079
  Name | Type | Description | Notes
1079
1080
  ------------- | ------------- | ------------- | -------------
1080
1081
  **id** | **Integer**| Card's id. |
1082
+ **access_signature** | **String**| Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication). | [optional]
1083
+ **access_tag** | **String**| Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics). | [optional]
1084
+ **access_user_id** | **Integer**| Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
1085
+ **access_user_ip** | **String**| Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
1086
+
1087
+ ### Return type
1088
+
1089
+ [**InlineResponse2006**](InlineResponse2006.md)
1090
+
1091
+ ### Authorization
1092
+
1093
+ [api_key](../README.md#api_key)
1094
+
1095
+ ### HTTP request headers
1096
+
1097
+ - **Content-Type**: Not defined
1098
+ - **Accept**: Not defined
1099
+
1100
+
1101
+
1102
+ # **cards_register3_ds_post**
1103
+ > InlineResponse2006 cards_register3_ds_post(card_id, opts)
1104
+
1105
+ Register 3D secure
1106
+
1107
+ Register a card to 3D secure service.
1108
+
1109
+ ### Example
1110
+ ```ruby
1111
+ # load the gem
1112
+ require 'treezor_client'
1113
+ # setup authorization
1114
+ TreezorClient.configure do |config|
1115
+ # Configure API key authorization: api_key
1116
+ config.api_key['Authorization'] = 'YOUR API KEY'
1117
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1118
+ #config.api_key_prefix['Authorization'] = 'Bearer'
1119
+ end
1120
+
1121
+ api_instance = TreezorClient::CardApi.new
1122
+
1123
+ card_id = 56 # Integer | Card's ID to register
1124
+
1125
+ opts = {
1126
+ access_signature: "access_signature_example" # String | Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
1127
+ }
1128
+
1129
+ begin
1130
+ #Register 3D secure
1131
+ result = api_instance.cards_register3_ds_post(card_id, opts)
1132
+ p result
1133
+ rescue TreezorClient::ApiError => e
1134
+ puts "Exception when calling CardApi->cards_register3_ds_post: #{e}"
1135
+ end
1136
+ ```
1137
+
1138
+ ### Parameters
1139
+
1140
+ Name | Type | Description | Notes
1141
+ ------------- | ------------- | ------------- | -------------
1142
+ **card_id** | **Integer**| Card's ID to register |
1081
1143
  **access_signature** | **String**| Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication). | [optional]
1082
- **access_tag** | **String**| Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics). | [optional]
1083
- **access_user_id** | **Integer**| Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
1084
- **access_user_ip** | **String**| Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
1085
1144
 
1086
1145
  ### Return type
1087
1146
 
@@ -1130,17 +1189,17 @@ card_tag = "card_tag_example" # String | Custom field
1130
1189
  card_print = "card_print_example" # String | Card appearance code, also used to choose the program ID of the card
1131
1190
 
1132
1191
  opts = {
1133
- access_signature: "access_signature_example", # String | Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
1134
- batch_delivery_id: "batch_delivery_id_example", # String | Batch regroupement identifier (must be between 1 and 238327) NOT YET OPERATIONAL
1192
+ access_signature: "access_signature_example", # String | Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
1193
+ batch_delivery_id: 56, # Integer | Batch regroupement identifier (must be between 1 and 238327) NOT YET OPERATIONAL
1135
1194
  limit_atm_year: 56, # Integer | ATM operations limit for a sliding year. No default value.
1136
1195
  limit_atm_month: 56, # Integer | ATM operations limit for a sliding month. No default value.
1137
- limit_atm_week: 56, # Integer | ATM operations limit for a sliding week. Default value 2000€.
1138
- limit_atm_day: 56, # Integer | ATM operations limit for a single day. Default value 1000€.
1196
+ limit_atm_week: 56, # Integer | ATM operations limit for a sliding week. Default value 2000€.
1197
+ limit_atm_day: 56, # Integer | ATM operations limit for a single day. Default value 1000€.
1139
1198
  limit_atm_all: 56, # Integer | ATM operations limit from beginning. No default value.
1140
1199
  limit_payment_year: 56, # Integer | POS operations limit for a sliding year. No default value.
1141
1200
  limit_payment_month: 56, # Integer | POS operations limit for a sliding month. No default value.
1142
- limit_payment_week: 56, # Integer | POS operations limit for a sliding week. Default value 3000€.
1143
- limit_payment_day: 56, # Integer | POS operations limit for a single day. Default value 2000€.
1201
+ limit_payment_week: 56, # Integer | POS operations limit for a sliding week. Default value 3000€.
1202
+ limit_payment_day: 56, # Integer | POS operations limit for a single day. Default value 2000€.
1144
1203
  limit_payment_all: 56, # Integer | POS operations limit from beginning. No default value.
1145
1204
  payment_daily_limit: 3.4, # Float | POS operations limit for a single day including cents. The decimal delimiter must be \".\". No default value.
1146
1205
  pin: "pin_example", # String | Card's PIN code value. Default random PIN.
@@ -1149,9 +1208,9 @@ opts = {
1149
1208
  mcc_restriction_group_id: 56, # Integer | mccRestrictionGroupId you want to apply
1150
1209
  merchant_restriction_group_id: 56, # Integer | merchantRestrictionGroupId you want to apply
1151
1210
  country_restriction_group_id: 56, # Integer | countryRestrictionGroupId you want to apply
1152
- access_tag: "access_tag_example", # String | Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
1153
- access_user_id: 56, # Integer | Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
1154
- access_user_ip: "access_user_ip_example" # String | Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
1211
+ access_tag: "access_tag_example", # String | Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
1212
+ access_user_id: 56, # Integer | Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
1213
+ access_user_ip: "access_user_ip_example" # String | Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics).
1155
1214
  }
1156
1215
 
1157
1216
  begin
@@ -1172,17 +1231,17 @@ Name | Type | Description | Notes
1172
1231
  **perms_group** | **String**| Permissions group of the card. There is 4 usages which create 16 possible groups: | group | NFC | ATM | On-line | Foreign | |-----|-----|-----|-----|------| |TRZ-CU-001|KO|KO|KO|KO| |TRZ-CU-002|KO|KO|KO|OK| |TRZ-CU-003|KO|KO|OK|KO| |TRZ-CU-004|KO|KO|OK|OK| |TRZ-CU-005|KO|OK|KO|KO| |TRZ-CU-006|KO|OK|KO|OK| |TRZ-CU-007|KO|OK|OK|KO| |TRZ-CU-008|KO|OK|OK|OK| |TRZ-CU-009|OK|KO|KO|KO| |TRZ-CU-010|OK|KO|KO|OK| |TRZ-CU-011|OK|KO|OK|KO| |TRZ-CU-012|OK|KO|OK|OK| |TRZ-CU-013|OK|OK|KO|KO| |TRZ-CU-014|OK|OK|KO|OK| |TRZ-CU-015|OK|OK|OK|KO| |TRZ-CU-016|OK|OK|OK|OK| |
1173
1232
  **card_tag** | **String**| Custom field |
1174
1233
  **card_print** | **String**| Card appearance code, also used to choose the program ID of the card |
1175
- **access_signature** | **String**| Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication). | [optional]
1176
- **batch_delivery_id** | **String**| Batch regroupement identifier (must be between 1 and 238327) NOT YET OPERATIONAL | [optional]
1234
+ **access_signature** | **String**| Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication). | [optional]
1235
+ **batch_delivery_id** | **Integer**| Batch regroupement identifier (must be between 1 and 238327) NOT YET OPERATIONAL | [optional]
1177
1236
  **limit_atm_year** | **Integer**| ATM operations limit for a sliding year. No default value. | [optional]
1178
1237
  **limit_atm_month** | **Integer**| ATM operations limit for a sliding month. No default value. | [optional]
1179
- **limit_atm_week** | **Integer**| ATM operations limit for a sliding week. Default value 2000€. | [optional]
1180
- **limit_atm_day** | **Integer**| ATM operations limit for a single day. Default value 1000€. | [optional]
1238
+ **limit_atm_week** | **Integer**| ATM operations limit for a sliding week. Default value 2000€. | [optional]
1239
+ **limit_atm_day** | **Integer**| ATM operations limit for a single day. Default value 1000€. | [optional]
1181
1240
  **limit_atm_all** | **Integer**| ATM operations limit from beginning. No default value. | [optional]
1182
1241
  **limit_payment_year** | **Integer**| POS operations limit for a sliding year. No default value. | [optional]
1183
1242
  **limit_payment_month** | **Integer**| POS operations limit for a sliding month. No default value. | [optional]
1184
- **limit_payment_week** | **Integer**| POS operations limit for a sliding week. Default value 3000€. | [optional]
1185
- **limit_payment_day** | **Integer**| POS operations limit for a single day. Default value 2000€. | [optional]
1243
+ **limit_payment_week** | **Integer**| POS operations limit for a sliding week. Default value 3000€. | [optional]
1244
+ **limit_payment_day** | **Integer**| POS operations limit for a single day. Default value 2000€. | [optional]
1186
1245
  **limit_payment_all** | **Integer**| POS operations limit from beginning. No default value. | [optional]
1187
1246
  **payment_daily_limit** | **Float**| POS operations limit for a single day including cents. The decimal delimiter must be \".\". No default value. | [optional]
1188
1247
  **pin** | **String**| Card's PIN code value. Default random PIN. | [optional]
@@ -1191,9 +1250,9 @@ Name | Type | Description | Notes
1191
1250
  **mcc_restriction_group_id** | **Integer**| mccRestrictionGroupId you want to apply | [optional]
1192
1251
  **merchant_restriction_group_id** | **Integer**| merchantRestrictionGroupId you want to apply | [optional]
1193
1252
  **country_restriction_group_id** | **Integer**| countryRestrictionGroupId you want to apply | [optional]
1194
- **access_tag** | **String**| Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics). | [optional]
1195
- **access_user_id** | **Integer**| Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
1196
- **access_user_ip** | **String**| Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
1253
+ **access_tag** | **String**| Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics). | [optional]
1254
+ **access_user_id** | **Integer**| Access user's id is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
1255
+ **access_user_ip** | **String**| Access user's ip is used for user's action restriction. More info [here](https://agent.treezor.com/basics). | [optional]
1197
1256
 
1198
1257
  ### Return type
1199
1258