treezor_client 1.12.0 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (268) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/Gemfile.lock +8 -7
  4. data/docs/BusinessApi.md +2 -2
  5. data/docs/Payin.md +1 -1
  6. data/docs/PayinApi.md +2 -2
  7. data/docs/Payinrefund.md +1 -1
  8. data/docs/PayinrefundApi.md +4 -4
  9. data/generate.sh +10 -0
  10. data/lib/treezor_client/api/balance_api.rb +1 -1
  11. data/lib/treezor_client/api/bankaccount_api.rb +1 -1
  12. data/lib/treezor_client/api/beneficiaries_api.rb +1 -1
  13. data/lib/treezor_client/api/business_api.rb +4 -4
  14. data/lib/treezor_client/api/card_api.rb +1 -1
  15. data/lib/treezor_client/api/card_digitalizations_api.rb +1 -1
  16. data/lib/treezor_client/api/card_reserve_api.rb +1 -1
  17. data/lib/treezor_client/api/cardtransaction_api.rb +1 -1
  18. data/lib/treezor_client/api/country_restriction_groups_api.rb +1 -1
  19. data/lib/treezor_client/api/document_api.rb +1 -1
  20. data/lib/treezor_client/api/heartbeat_api.rb +1 -1
  21. data/lib/treezor_client/api/issuer_initiated_digitization_data_api.rb +1 -1
  22. data/lib/treezor_client/api/mandate_api.rb +1 -1
  23. data/lib/treezor_client/api/mcc_restriction_groups_api.rb +1 -1
  24. data/lib/treezor_client/api/merchant_id_restriction_groups_api.rb +1 -1
  25. data/lib/treezor_client/api/payin_api.rb +3 -3
  26. data/lib/treezor_client/api/payinrefund_api.rb +3 -3
  27. data/lib/treezor_client/api/payout_api.rb +1 -1
  28. data/lib/treezor_client/api/payout_refunds_api.rb +1 -1
  29. data/lib/treezor_client/api/tax_residence_api.rb +1 -1
  30. data/lib/treezor_client/api/transaction_api.rb +1 -1
  31. data/lib/treezor_client/api/transfer_api.rb +1 -1
  32. data/lib/treezor_client/api/transferrefund_api.rb +1 -1
  33. data/lib/treezor_client/api/user_api.rb +1 -1
  34. data/lib/treezor_client/api/virtualibans_api.rb +1 -1
  35. data/lib/treezor_client/api/wallet_api.rb +1 -1
  36. data/lib/treezor_client/api_client.rb +6 -4
  37. data/lib/treezor_client/api_error.rb +1 -1
  38. data/lib/treezor_client/configuration.rb +3 -3
  39. data/lib/treezor_client/models/balance.rb +3 -2
  40. data/lib/treezor_client/models/bankaccount.rb +3 -2
  41. data/lib/treezor_client/models/beneficiaries_sdd_b2b_whitelist.rb +3 -2
  42. data/lib/treezor_client/models/beneficiary.rb +3 -2
  43. data/lib/treezor_client/models/body.rb +3 -2
  44. data/lib/treezor_client/models/body_1.rb +3 -2
  45. data/lib/treezor_client/models/body_10.rb +3 -2
  46. data/lib/treezor_client/models/body_11.rb +3 -2
  47. data/lib/treezor_client/models/body_2.rb +3 -2
  48. data/lib/treezor_client/models/body_3.rb +3 -2
  49. data/lib/treezor_client/models/body_4.rb +3 -2
  50. data/lib/treezor_client/models/body_5.rb +3 -2
  51. data/lib/treezor_client/models/body_6.rb +3 -2
  52. data/lib/treezor_client/models/body_7.rb +3 -2
  53. data/lib/treezor_client/models/body_8.rb +3 -2
  54. data/lib/treezor_client/models/body_9.rb +3 -2
  55. data/lib/treezor_client/models/businesssearchs_businessinformations.rb +3 -2
  56. data/lib/treezor_client/models/card.rb +3 -2
  57. data/lib/treezor_client/models/card_digitalization.rb +3 -2
  58. data/lib/treezor_client/models/country_restriction_group.rb +3 -2
  59. data/lib/treezor_client/models/document.rb +3 -2
  60. data/lib/treezor_client/models/error.rb +3 -2
  61. data/lib/treezor_client/models/inline_response_200.rb +3 -2
  62. data/lib/treezor_client/models/inline_response_200_1.rb +3 -2
  63. data/lib/treezor_client/models/inline_response_200_10.rb +3 -2
  64. data/lib/treezor_client/models/inline_response_200_10_cardtransactions.rb +3 -2
  65. data/lib/treezor_client/models/inline_response_200_11.rb +3 -2
  66. data/lib/treezor_client/models/inline_response_200_12.rb +3 -2
  67. data/lib/treezor_client/models/inline_response_200_13.rb +3 -2
  68. data/lib/treezor_client/models/inline_response_200_14.rb +3 -2
  69. data/lib/treezor_client/models/inline_response_200_15.rb +3 -2
  70. data/lib/treezor_client/models/inline_response_200_16.rb +3 -2
  71. data/lib/treezor_client/models/inline_response_200_17.rb +3 -2
  72. data/lib/treezor_client/models/inline_response_200_18.rb +3 -2
  73. data/lib/treezor_client/models/inline_response_200_19.rb +3 -2
  74. data/lib/treezor_client/models/inline_response_200_2.rb +3 -2
  75. data/lib/treezor_client/models/inline_response_200_20.rb +3 -2
  76. data/lib/treezor_client/models/inline_response_200_21.rb +3 -2
  77. data/lib/treezor_client/models/inline_response_200_22.rb +3 -2
  78. data/lib/treezor_client/models/inline_response_200_23.rb +3 -2
  79. data/lib/treezor_client/models/inline_response_200_24.rb +3 -2
  80. data/lib/treezor_client/models/inline_response_200_25.rb +3 -2
  81. data/lib/treezor_client/models/inline_response_200_26.rb +3 -2
  82. data/lib/treezor_client/models/inline_response_200_27.rb +3 -2
  83. data/lib/treezor_client/models/inline_response_200_28.rb +3 -2
  84. data/lib/treezor_client/models/inline_response_200_3.rb +3 -2
  85. data/lib/treezor_client/models/inline_response_200_4.rb +3 -2
  86. data/lib/treezor_client/models/inline_response_200_4_businessinformations.rb +3 -2
  87. data/lib/treezor_client/models/inline_response_200_4_users.rb +3 -2
  88. data/lib/treezor_client/models/inline_response_200_5.rb +3 -2
  89. data/lib/treezor_client/models/inline_response_200_6.rb +3 -2
  90. data/lib/treezor_client/models/inline_response_200_6_cardimages.rb +3 -2
  91. data/lib/treezor_client/models/inline_response_200_7.rb +3 -2
  92. data/lib/treezor_client/models/inline_response_200_8.rb +3 -2
  93. data/lib/treezor_client/models/inline_response_200_9.rb +3 -2
  94. data/lib/treezor_client/models/inline_response_200_9_cardtransactions.rb +3 -2
  95. data/lib/treezor_client/models/inline_response_default.rb +3 -2
  96. data/lib/treezor_client/models/issuer_initiated_digitization_data.rb +3 -2
  97. data/lib/treezor_client/models/issuer_initiated_digitization_datas_additionnal_data.rb +3 -2
  98. data/lib/treezor_client/models/mandate.rb +3 -2
  99. data/lib/treezor_client/models/mcc_restriction_group.rb +3 -2
  100. data/lib/treezor_client/models/merchant_id_restriction_group.rb +3 -2
  101. data/lib/treezor_client/models/payin.rb +4 -3
  102. data/lib/treezor_client/models/payinrefund.rb +4 -3
  103. data/lib/treezor_client/models/payout.rb +3 -2
  104. data/lib/treezor_client/models/payout_refund.rb +3 -2
  105. data/lib/treezor_client/models/tax_residence.rb +3 -2
  106. data/lib/treezor_client/models/transaction.rb +3 -2
  107. data/lib/treezor_client/models/transfer.rb +3 -2
  108. data/lib/treezor_client/models/transferrefund.rb +3 -2
  109. data/lib/treezor_client/models/user.rb +3 -2
  110. data/lib/treezor_client/models/virtualiban.rb +3 -2
  111. data/lib/treezor_client/models/wallet.rb +3 -2
  112. data/lib/treezor_client/version.rb +2 -2
  113. data/lib/treezor_client.rb +1 -1
  114. data/pkg/{treezor_client-1.4.0.gem → treezor_client-1.12.0.gem} +0 -0
  115. data/pkg/treezor_client-2.0.0.gem +0 -0
  116. data/treezor_api_spec.yaml +5 -5
  117. data/treezor_client.gemspec +2 -1
  118. metadata +28 -156
  119. data/doc/TreezorClient/ApiClient.html +0 -2600
  120. data/doc/TreezorClient/ApiError.html +0 -464
  121. data/doc/TreezorClient/Balance.html +0 -2042
  122. data/doc/TreezorClient/BalanceApi.html +0 -760
  123. data/doc/TreezorClient/Bankaccount/EnumAttributeValidator.html +0 -455
  124. data/doc/TreezorClient/Bankaccount.html +0 -2560
  125. data/doc/TreezorClient/BankaccountApi.html +0 -2450
  126. data/doc/TreezorClient/BeneficiariesApi.html +0 -2387
  127. data/doc/TreezorClient/BeneficiariesSddB2bWhitelist.html +0 -1816
  128. data/doc/TreezorClient/Beneficiary.html +0 -2574
  129. data/doc/TreezorClient/Body/EnumAttributeValidator.html +0 -455
  130. data/doc/TreezorClient/Body.html +0 -1826
  131. data/doc/TreezorClient/Body1.html +0 -2596
  132. data/doc/TreezorClient/Body10/EnumAttributeValidator.html +0 -455
  133. data/doc/TreezorClient/Body10.html +0 -2069
  134. data/doc/TreezorClient/Body2.html +0 -2492
  135. data/doc/TreezorClient/Body3.html +0 -1726
  136. data/doc/TreezorClient/Body4.html +0 -1726
  137. data/doc/TreezorClient/Body5/EnumAttributeValidator.html +0 -455
  138. data/doc/TreezorClient/Body5.html +0 -2001
  139. data/doc/TreezorClient/Body6/EnumAttributeValidator.html +0 -455
  140. data/doc/TreezorClient/Body6.html +0 -2069
  141. data/doc/TreezorClient/Body7/EnumAttributeValidator.html +0 -455
  142. data/doc/TreezorClient/Body7.html +0 -2002
  143. data/doc/TreezorClient/Body8/EnumAttributeValidator.html +0 -455
  144. data/doc/TreezorClient/Body8.html +0 -1981
  145. data/doc/TreezorClient/Body9/EnumAttributeValidator.html +0 -455
  146. data/doc/TreezorClient/Body9.html +0 -2001
  147. data/doc/TreezorClient/BusinessApi.html +0 -1548
  148. data/doc/TreezorClient/BusinesssearchsBusinessinformations/EnumAttributeValidator.html +0 -455
  149. data/doc/TreezorClient/BusinesssearchsBusinessinformations.html +0 -2822
  150. data/doc/TreezorClient/Card/EnumAttributeValidator.html +0 -455
  151. data/doc/TreezorClient/Card.html +0 -6928
  152. data/doc/TreezorClient/CardApi.html +0 -9907
  153. data/doc/TreezorClient/CardDigitalization.html +0 -2126
  154. data/doc/TreezorClient/CardDigitalizationDetailsFromGPS.html +0 -4343
  155. data/doc/TreezorClient/CardDigitalizationsApi.html +0 -1542
  156. data/doc/TreezorClient/CardReserveApi.html +0 -1622
  157. data/doc/TreezorClient/CardtransactionApi.html +0 -1243
  158. data/doc/TreezorClient/Configuration.html +0 -2459
  159. data/doc/TreezorClient/CountryRestrictionGroupsApi.html +0 -2602
  160. data/doc/TreezorClient/Document/EnumAttributeValidator.html +0 -455
  161. data/doc/TreezorClient/Document.html +0 -2812
  162. data/doc/TreezorClient/DocumentApi.html +0 -2878
  163. data/doc/TreezorClient/Error.html +0 -1794
  164. data/doc/TreezorClient/HeartbeatApi.html +0 -702
  165. data/doc/TreezorClient/InlineResponse200.html +0 -1626
  166. data/doc/TreezorClient/InlineResponse2001.html +0 -1626
  167. data/doc/TreezorClient/InlineResponse20010.html +0 -1626
  168. data/doc/TreezorClient/InlineResponse20010Cardtransactions.html +0 -5844
  169. data/doc/TreezorClient/InlineResponse20011.html +0 -1626
  170. data/doc/TreezorClient/InlineResponse20012.html +0 -1626
  171. data/doc/TreezorClient/InlineResponse20013.html +0 -1626
  172. data/doc/TreezorClient/InlineResponse20014.html +0 -1626
  173. data/doc/TreezorClient/InlineResponse20015.html +0 -1626
  174. data/doc/TreezorClient/InlineResponse20016.html +0 -1626
  175. data/doc/TreezorClient/InlineResponse20017.html +0 -1626
  176. data/doc/TreezorClient/InlineResponse20018.html +0 -1626
  177. data/doc/TreezorClient/InlineResponse20019.html +0 -1626
  178. data/doc/TreezorClient/InlineResponse2002.html +0 -1626
  179. data/doc/TreezorClient/InlineResponse20020.html +0 -1626
  180. data/doc/TreezorClient/InlineResponse20021.html +0 -1626
  181. data/doc/TreezorClient/InlineResponse20022.html +0 -1626
  182. data/doc/TreezorClient/InlineResponse20023.html +0 -1626
  183. data/doc/TreezorClient/InlineResponse20024.html +0 -1626
  184. data/doc/TreezorClient/InlineResponse20025.html +0 -1626
  185. data/doc/TreezorClient/InlineResponse2003.html +0 -1626
  186. data/doc/TreezorClient/InlineResponse2004.html +0 -1626
  187. data/doc/TreezorClient/InlineResponse2005.html +0 -1626
  188. data/doc/TreezorClient/InlineResponse2005Businessinformations/EnumAttributeValidator.html +0 -455
  189. data/doc/TreezorClient/InlineResponse2005Businessinformations.html +0 -3561
  190. data/doc/TreezorClient/InlineResponse2005Users/EnumAttributeValidator.html +0 -455
  191. data/doc/TreezorClient/InlineResponse2005Users.html +0 -1972
  192. data/doc/TreezorClient/InlineResponse2006.html +0 -1626
  193. data/doc/TreezorClient/InlineResponse2007.html +0 -1626
  194. data/doc/TreezorClient/InlineResponse2007Cardimages.html +0 -1800
  195. data/doc/TreezorClient/InlineResponse2008.html +0 -1626
  196. data/doc/TreezorClient/InlineResponse2009.html +0 -1790
  197. data/doc/TreezorClient/InlineResponseDefault.html +0 -1626
  198. data/doc/TreezorClient/IssuerInitiatedDigitizationDataApi.html +0 -1371
  199. data/doc/TreezorClient/IssuerInitiatedDigitizationDatasAdditionnalData.html +0 -1803
  200. data/doc/TreezorClient/IssuerInitiatedDigitizationDatasAdditionnalDataECCPublicCertificates.html +0 -1804
  201. data/doc/TreezorClient/Mandate/EnumAttributeValidator.html +0 -455
  202. data/doc/TreezorClient/Mandate.html +0 -4584
  203. data/doc/TreezorClient/MandateApi.html +0 -3787
  204. data/doc/TreezorClient/MccRestrictionGroup/EnumAttributeValidator.html +0 -455
  205. data/doc/TreezorClient/MccRestrictionGroup.html +0 -2144
  206. data/doc/TreezorClient/MccRestrictionGroupsApi.html +0 -2598
  207. data/doc/TreezorClient/MerchantIdRestrictionGroup/EnumAttributeValidator.html +0 -455
  208. data/doc/TreezorClient/MerchantIdRestrictionGroup.html +0 -2144
  209. data/doc/TreezorClient/MerchantIdRestrictionGroupsApi.html +0 -2638
  210. data/doc/TreezorClient/Payin/EnumAttributeValidator.html +0 -455
  211. data/doc/TreezorClient/Payin.html +0 -5584
  212. data/doc/TreezorClient/PayinApi.html +0 -2963
  213. data/doc/TreezorClient/Payinrefund/EnumAttributeValidator.html +0 -455
  214. data/doc/TreezorClient/Payinrefund.html +0 -2476
  215. data/doc/TreezorClient/PayinrefundApi.html +0 -2449
  216. data/doc/TreezorClient/Payout/EnumAttributeValidator.html +0 -455
  217. data/doc/TreezorClient/Payout.html +0 -3488
  218. data/doc/TreezorClient/PayoutApi.html +0 -2737
  219. data/doc/TreezorClient/Tav.html +0 -2130
  220. data/doc/TreezorClient/Transaction.html +0 -2798
  221. data/doc/TreezorClient/TransactionApi.html +0 -1491
  222. data/doc/TreezorClient/Transfer/EnumAttributeValidator.html +0 -455
  223. data/doc/TreezorClient/Transfer.html +0 -3158
  224. data/doc/TreezorClient/TransferApi.html +0 -2725
  225. data/doc/TreezorClient/Transferrefund/EnumAttributeValidator.html +0 -455
  226. data/doc/TreezorClient/Transferrefund.html +0 -2644
  227. data/doc/TreezorClient/TransferrefundApi.html +0 -2450
  228. data/doc/TreezorClient/User/EnumAttributeValidator.html +0 -455
  229. data/doc/TreezorClient/User.html +0 -5844
  230. data/doc/TreezorClient/UserApi.html +0 -6647
  231. data/doc/TreezorClient/Virtualiban.html +0 -2462
  232. data/doc/TreezorClient/VirtualibansApi.html +0 -2845
  233. data/doc/TreezorClient/Wallet/EnumAttributeValidator.html +0 -455
  234. data/doc/TreezorClient/Wallet.html +0 -4076
  235. data/doc/TreezorClient/WalletApi.html +0 -3944
  236. data/doc/TreezorClient.html +0 -251
  237. data/doc/_index.html +0 -1025
  238. data/doc/class_list.html +0 -51
  239. data/doc/css/common.css +0 -1
  240. data/doc/css/full_list.css +0 -58
  241. data/doc/css/style.css +0 -496
  242. data/doc/file.README.html +0 -636
  243. data/doc/file_list.html +0 -56
  244. data/doc/frames.html +0 -17
  245. data/doc/index.html +0 -636
  246. data/doc/js/app.js +0 -292
  247. data/doc/js/full_list.js +0 -216
  248. data/doc/js/jquery.js +0 -4
  249. data/doc/method_list.html +0 -15699
  250. data/doc/top-level-namespace.html +0 -110
  251. data/docs/CardDigitalizationDetailsFromGPS.md +0 -40
  252. data/docs/InlineResponse20011Cardtransactions.md +0 -58
  253. data/docs/InlineResponse2005Businessinformations.md +0 -26
  254. data/docs/InlineResponse2005Users.md +0 -12
  255. data/docs/InlineResponse2007Cardimages.md +0 -10
  256. data/docs/IssuerInitiatedDigitizationDatasAdditionnalDataECCPublicCertificates.md +0 -10
  257. data/docs/Tav.md +0 -14
  258. data/lib/treezor_client/models/card_digitalization_details_from_gps.rb +0 -509
  259. data/lib/treezor_client/models/inline_response_200_11_cardtransactions.rb +0 -637
  260. data/lib/treezor_client/models/inline_response_200_5_businessinformations.rb +0 -447
  261. data/lib/treezor_client/models/inline_response_200_5_users.rb +0 -258
  262. data/lib/treezor_client/models/inline_response_200_7_cardimages.rb +0 -219
  263. data/lib/treezor_client/models/issuer_initiated_digitization_datas_additionnal_data_ecc_public_certificates.rb +0 -209
  264. data/lib/treezor_client/models/tav.rb +0 -241
  265. data/pkg/treezor_client-1.0.0.gem +0 -0
  266. data/pkg/treezor_client-1.1.0.gem +0 -0
  267. data/pkg/treezor_client-1.2.0.gem +0 -0
  268. data/pkg/treezor_client-1.3.0.gem +0 -0
data/doc/file.README.html DELETED
@@ -1,636 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="UTF-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>
7
- File: README
8
-
9
- &mdash; Documentation by YARD 0.9.15
10
-
11
- </title>
12
-
13
- <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
14
-
15
- <link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
16
-
17
- <script type="text/javascript" charset="utf-8">
18
- pathId = "README";
19
- relpath = '';
20
- </script>
21
-
22
-
23
- <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
24
-
25
- <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
26
-
27
-
28
- </head>
29
- <body>
30
- <div class="nav_wrap">
31
- <iframe id="nav" src="file_list.html?1"></iframe>
32
- <div id="resizer"></div>
33
- </div>
34
-
35
- <div id="main" tabindex="-1">
36
- <div id="header">
37
- <div id="menu">
38
-
39
- <a href="_index.html">Index</a> &raquo;
40
- <span class="title">File: README</span>
41
-
42
- </div>
43
-
44
- <div id="search">
45
-
46
- <a class="full_list_link" id="class_list_link"
47
- href="class_list.html">
48
-
49
- <svg width="24" height="24">
50
- <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
51
- <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
52
- <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
53
- </svg>
54
- </a>
55
-
56
- </div>
57
- <div class="clear"></div>
58
- </div>
59
-
60
- <div id="content"><div id='filecontents'>
61
- <h1 id="label-treezor_client">treezor_client</h1>
62
-
63
- <p>TreezorClient - the Ruby gem for the Treezor</p>
64
-
65
- <p>Treezor API. more info <a href="https://www.treezor.com">here</a>.</p>
66
-
67
- <p>This SDK is automatically generated by the <a
68
- href="https://github.com/swagger-api/swagger-codegen">Swagger Codegen</a>
69
- project:</p>
70
- <ul><li>
71
- <p>API version: 0.1.1</p>
72
- </li><li>
73
- <p>Package version: 1.0.0</p>
74
- </li><li>
75
- <p>Build package: io.swagger.codegen.languages.RubyClientCodegen</p>
76
- </li></ul>
77
-
78
- <h2 id="label-Installation">Installation</h2>
79
-
80
- <h3 id="label-Build+a+gem">Build a gem</h3>
81
-
82
- <p>To build the Ruby code into a gem:</p>
83
-
84
- <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_gem'>gem</span> <span class='id identifier rubyid_build'>build</span> <span class='id identifier rubyid_treezor_client'>treezor_client</span><span class='period'>.</span><span class='id identifier rubyid_gemspec'>gemspec</span>
85
- </code></pre>
86
-
87
- <p>Then either install the gem locally:</p>
88
-
89
- <pre class="code ruby"><code class="ruby">gem install ./treezor_client-1.0.0.gem
90
- </code></pre>
91
-
92
- <p>(for development, run <code>gem install --dev
93
- ./treezor_client-1.0.0.gem</code> to install the development dependencies)</p>
94
-
95
- <p>or publish the gem to a gem hosting service, e.g. <a
96
- href="https://rubygems.org/">RubyGems</a>.</p>
97
-
98
- <p>Finally add this to the Gemfile:</p>
99
-
100
- <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_gem'>gem</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>treezor_client</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>~&gt; 1.0.0</span><span class='tstring_end'>&#39;</span></span>
101
- </code></pre>
102
-
103
- <h3 id="label-Install+from+Git">Install from Git</h3>
104
-
105
- <p>If the Ruby gem is hosted at a git repository: <a
106
- href="https://github.com/GIT_USER_ID/GIT_REPO_ID">github.com/GIT_USER_ID/GIT_REPO_ID</a>,
107
- then add the following in the Gemfile:</p>
108
-
109
- <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_gem'>gem</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>treezor_client</span><span class='tstring_end'>&#39;</span></span><span class='comma'>,</span> <span class='symbol'>:git</span> <span class='op'>=&gt;</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>https://github.com/GIT_USER_ID/GIT_REPO_ID.git</span><span class='tstring_end'>&#39;</span></span>
110
- </code></pre>
111
-
112
- <h3 id="label-Include+the+Ruby+code+directly">Include the Ruby code directly</h3>
113
-
114
- <p>Include the Ruby code directly using <code>-I</code> as follows:</p>
115
-
116
- <pre class="code ruby"><code class="ruby">ruby -Ilib script.rb
117
- </code></pre>
118
-
119
- <h2 id="label-Getting+Started">Getting Started</h2>
120
-
121
- <p>Please follow the <a href="#installation">installation</a> procedure and
122
- then run the following code:</p>
123
-
124
- <pre class="code ruby"><code class="ruby"><span class='comment'># Load the gem
125
- </span><span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>treezor_client</span><span class='tstring_end'>&#39;</span></span>
126
-
127
- <span class='comment'># Setup authorization
128
- </span><span class='const'><span class='object_link'><a href="TreezorClient.html" title="TreezorClient (module)">TreezorClient</a></span></span><span class='period'>.</span><span class='id identifier rubyid_configure'><span class='object_link'><a href="TreezorClient.html#configure-class_method" title="TreezorClient.configure (method)">configure</a></span></span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_config'>config</span><span class='op'>|</span>
129
- <span class='comment'># Configure API key authorization: api_key
130
- </span> <span class='id identifier rubyid_config'>config</span><span class='period'>.</span><span class='id identifier rubyid_api_key'>api_key</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>Authorization</span><span class='tstring_end'>&#39;</span></span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>YOUR API KEY</span><span class='tstring_end'>&#39;</span></span>
131
- <span class='comment'># Uncomment the following line to set a prefix for the API key, e.g. &#39;Bearer&#39; (defaults to nil)
132
- </span> <span class='comment'>#config.api_key_prefix[&#39;Authorization&#39;] = &#39;Bearer&#39;
133
- </span><span class='kw'>end</span>
134
-
135
- <span class='id identifier rubyid_api_instance'>api_instance</span> <span class='op'>=</span> <span class='const'><span class='object_link'><a href="TreezorClient.html" title="TreezorClient (module)">TreezorClient</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="TreezorClient/BalanceApi.html" title="TreezorClient::BalanceApi (class)">BalanceApi</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="TreezorClient/BalanceApi.html#initialize-instance_method" title="TreezorClient::BalanceApi#initialize (method)">new</a></span></span>
136
-
137
- <span class='id identifier rubyid_opts'>opts</span> <span class='op'>=</span> <span class='lbrace'>{</span>
138
- <span class='label'>access_signature:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>access_signature_example</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='comment'># String | Access signature can be mandatory for specific context. Treezor will contact you if so. More info [here](https://agent.treezor.com/security-authentication).
139
- </span> <span class='label'>access_tag:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>access_tag_example</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='comment'># String | Access tag is used for idem potency query. More info [here](https://agent.treezor.com/basics).
140
- </span> <span class='label'>access_user_id:</span> <span class='int'>56</span><span class='comma'>,</span> <span class='comment'># Integer | Access user&#39;s id is used for user&#39;s action restriction. More info [here](https://agent.treezor.com/basics).
141
- </span> <span class='label'>access_user_ip:</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>access_user_ip_example</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='comment'># String | Access user&#39;s ip is used for user&#39;s action restriction. More info [here](https://agent.treezor.com/basics).
142
- </span> <span class='label'>wallet_id:</span> <span class='int'>56</span><span class='comma'>,</span> <span class='comment'># Integer | Wallet&#39;s ID of wanted balance
143
- </span> <span class='label'>user_id:</span> <span class='int'>56</span> <span class='comment'># Integer | Wallet&#39;s user id of wanted balanced
144
- </span><span class='rbrace'>}</span>
145
-
146
- <span class='kw'>begin</span>
147
- <span class='comment'>#search balances
148
- </span> <span class='id identifier rubyid_result'>result</span> <span class='op'>=</span> <span class='id identifier rubyid_api_instance'>api_instance</span><span class='period'>.</span><span class='id identifier rubyid_get_balances'>get_balances</span><span class='lparen'>(</span><span class='id identifier rubyid_opts'>opts</span><span class='rparen'>)</span>
149
- <span class='id identifier rubyid_p'>p</span> <span class='id identifier rubyid_result'>result</span>
150
- <span class='kw'>rescue</span> <span class='const'><span class='object_link'><a href="TreezorClient.html" title="TreezorClient (module)">TreezorClient</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="TreezorClient/ApiError.html" title="TreezorClient::ApiError (class)">ApiError</a></span></span> <span class='op'>=&gt;</span> <span class='id identifier rubyid_e'>e</span>
151
- <span class='id identifier rubyid_puts'>puts</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>Exception when calling BalanceApi-&gt;get_balances: </span><span class='embexpr_beg'>#{</span><span class='id identifier rubyid_e'>e</span><span class='embexpr_end'>}</span><span class='tstring_end'>&quot;</span></span>
152
- <span class='kw'>end</span>
153
- </code></pre>
154
-
155
- <h2 id="label-Documentation+for+API+Endpoints">Documentation for API Endpoints</h2>
156
-
157
- <p>All URIs are relative to <em><a
158
- href="https://sandbox.treezor.com/v1/index.php">sandbox.treezor.com/v1/index.php</a></em></p>
159
-
160
- <p>Class | Method | HTTP request | Description ———— | ————- | ————- | ————-
161
- <em>TreezorClient::BalanceApi</em> | <a
162
- href="docs/BalanceApi.md#get_balances">get_balances</a> |
163
- <strong>GET</strong> /balances | search balances
164
- <em>TreezorClient::BankaccountApi</em> | <a
165
- href="docs/BankaccountApi.md#delete_bankaccount">delete_bankaccount</a> |
166
- <strong>DELETE</strong> /bankaccounts/<a
167
- href="docs/BankaccountApi.md#get_bankaccount">id} | deactivate a bank
168
- account TreezorClient::BankaccountApi | |
169
- <strong>GET</strong> /bankaccounts/<a
170
- href="docs/BankaccountApi.md#get_bankaccounts">id | get a bank account
171
- TreezorClient::BankaccountApi | |
172
- <strong>GET</strong> /bankaccounts | search bank accounts
173
- <em>TreezorClient::BankaccountApi</em> | <a
174
- href="docs/BankaccountApi.md#post_bankaccount">post_bankaccount</a> |
175
- <strong>POST</strong> /bankaccounts | create a bank account
176
- <em>TreezorClient::BeneficiariesApi</em> | <a
177
- href="docs/BeneficiariesApi.md#get_beneficiaries">get_beneficiaries</a> |
178
- <strong>GET</strong> /beneficiaries | search beneficiary bank accounts
179
- <em>TreezorClient::BeneficiariesApi</em> | <a
180
- href="docs/BeneficiariesApi.md#get_beneficiary">get_beneficiary</a> |
181
- <strong>GET</strong> /beneficiaries/<a
182
- href="docs/BeneficiariesApi.md#post_beneficiary">id | get a beneficiary
183
- bank account TreezorClient::BeneficiariesApi | |
184
- <strong>POST</strong> /beneficiaries | create a beneficiary
185
- <em>TreezorClient::BeneficiariesApi</em> | <a
186
- href="docs/BeneficiariesApi.md#put_beneficiary">put_beneficiary</a> |
187
- <strong>PUT</strong> /beneficiaries/<a
188
- href="docs/BusinessApi.md#businessinformations_get">id | edit a
189
- beneficiary TreezorClient::BusinessApi | |
190
- <strong>GET</strong> /businessinformations | get business information
191
- <em>TreezorClient::BusinessApi</em> | <a
192
- href="docs/BusinessApi.md#businesssearchs_get">businesssearchs_get</a> |
193
- <strong>GET</strong> /businesssearchs | search businesses
194
- <em>TreezorClient::CardApi</em> | <a
195
- href="docs/CardApi.md#cardimages_get">cardimages_get</a> |
196
- <strong>GET</strong> /cardimages | get a card image
197
- <em>TreezorClient::CardApi</em> | <a
198
- href="docs/CardApi.md#cards_create_virtual_post">cards_create_virtual_post</a>
199
- | <strong>POST</strong> /cards/CreateVirtual | create a virtual card
200
- <em>TreezorClient::CardApi</em> | <a
201
- href="docs/CardApi.md#cards_get">cards_get</a> | <strong>GET</strong>
202
- /cards | search cards <em>TreezorClient::CardApi</em> | <a
203
- href="docs/CardApi.md#cards_id_activate_put">cards_id_activate_put</a> |
204
- <strong>PUT</strong> /cards/<a
205
- href="docs/CardApi.md#cards_id_change_pin_put">id/Activate/ | activate a
206
- card TreezorClient::CardApi | |
207
- <strong>PUT</strong> /cards/<a
208
- href="docs/CardApi.md#cards_id_convert_virtual_put">id/ChangePIN/ | change
209
- card’s PIN TreezorClient::CardApi | |
210
- <strong>PUT</strong> /cards/<a
211
- href="docs/CardApi.md#cards_id_delete">id/ConvertVirtual/ | convert card
212
- to virtual TreezorClient::CardApi | |
213
- <strong>DELETE</strong> /cards/<a href="docs/CardApi.md#cards_id_get">id |
214
- deactivate a card TreezorClient::CardApi | |
215
- <strong>GET</strong> /cards/<a
216
- href="docs/CardApi.md#cards_id_limits_put">id | get a card
217
- TreezorClient::CardApi | | <strong>PUT</strong>
218
- /cards/<a href="docs/CardApi.md#cards_id_lock_unlock_put">id/Limits/ |
219
- update card’s limits TreezorClient::CardApi | | <strong>PUT</strong> /cards/<a
220
- href="docs/CardApi.md#cards_id_options_put">id/LockUnlock/ | update card’s
221
- blocking status TreezorClient::CardApi | |
222
- <strong>PUT</strong> /cards/<a
223
- href="docs/CardApi.md#cards_id_put">id/Options/ | update card’s options
224
- TreezorClient::CardApi | | <strong>PUT</strong> /cards/<a
225
- href="docs/CardApi.md#cards_id_regenerate_put">id | update card
226
- informations TreezorClient::CardApi | |
227
- <strong>PUT</strong> /cards/<a
228
- href="docs/CardApi.md#cards_id_set_pin_put">id/Regenerate/ | regenerate
229
- card TreezorClient::CardApi | |
230
- <strong>PUT</strong> /cards/<a
231
- href="docs/CardApi.md#cards_id_unblock_pin_put">id/setPIN/ | set card’s
232
- PIN TreezorClient::CardApi | |
233
- <strong>PUT</strong> /cards/<a
234
- href="docs/CardApi.md#cards_request_physical_post">id/UnblockPIN/ |
235
- unblock card’s PIN TreezorClient::CardApi |
236
- | <strong>POST</strong>
237
- /cards/RequestPhysical | create a physical card
238
- <em>TreezorClient::CardDigitalizationsApi</em> | <a
239
- href="docs/CardDigitalizationsApi.md#card_digitalizations_id">card_digitalizations_id</a>
240
- | <strong>GET</strong> /cardDigitalizations/<a
241
- href="docs/CardDigitalizationsApi.md#putcard_digitalizations_id">id | Get
242
- a card digitalizations based on its internal id
243
- TreezorClient::CardDigitalizationsApi | |
244
- <strong>PUT</strong> /cardDigitalizations/<a
245
- href="docs/CardDigitalizationsApi.md#readcard_digitalizations">id | Update
246
- the status of a payment Token TreezorClient::CardDigitalizationsApi |
247
- | <strong>GET</strong> /cardDigitalizations |
248
- search for card digitalizations <em>TreezorClient::CardReserveApi</em> | <a
249
- href="docs/CardReserveApi.md#card_reserve_add_to">card_reserve_add_to</a> |
250
- <strong>POST</strong> /cardReserves/AddTo | add an amount to the reserved
251
- amount of a card <em>TreezorClient::CardReserveApi</em> | <a
252
- href="docs/CardReserveApi.md#card_reserve_check">card_reserve_check</a> |
253
- <strong>POST</strong> /cardReserves/Check | check reserved amount
254
- <em>TreezorClient::CardReserveApi</em> | <a
255
- href="docs/CardReserveApi.md#card_reserve_get">card_reserve_get</a> |
256
- <strong>GET</strong> /cardReserves/<a
257
- href="docs/CardtransactionApi.md#get_cardtransaction">id | get the
258
- reserved amount of a card TreezorClient::CardtransactionApi |
259
- | <strong>GET</strong> /cardtransactions/<a
260
- href="docs/CardtransactionApi.md#read_card_transaction">id | get a card
261
- transaction TreezorClient::CardtransactionApi | | <strong>GET</strong> /cardtransactions | search for card transactions
262
- <em>TreezorClient::CountryRestrictionGroupsApi</em> | <a
263
- href="docs/CountryRestrictionGroupsApi.md#delete_country_restriction_groups">delete_country_restriction_groups</a>
264
- | <strong>DELETE</strong> /countryRestrictionGroups/<a
265
- href="docs/CountryRestrictionGroupsApi.md#get_country_restriction_groups">id
266
- | cancel a country group TreezorClient::CountryRestrictionGroupsApi |
267
- | <strong>GET</strong>
268
- /countryRestrictionGroups | search country restriction groups
269
- <em>TreezorClient::CountryRestrictionGroupsApi</em> | <a
270
- href="docs/CountryRestrictionGroupsApi.md#get_country_restriction_groups_id">get_country_restriction_groups_id</a>
271
- | <strong>GET</strong> /countryRestrictionGroups/<a
272
- href="docs/CountryRestrictionGroupsApi.md#post_country_restriction_group">id
273
- | get a country group TreezorClient::CountryRestrictionGroupsApi |
274
- | <strong>POST</strong>
275
- /countryRestrictionGroups | create a countryRestrictionGroup
276
- <em>TreezorClient::CountryRestrictionGroupsApi</em> | <a
277
- href="docs/CountryRestrictionGroupsApi.md#put_country_restriction_groups">put_country_restriction_groups</a>
278
- | <strong>PUT</strong> /countryRestrictionGroups/<a
279
- href="docs/DocumentApi.md#create_documents">id | edit a country
280
- restriction group TreezorClient::DocumentApi | |
281
- <strong>POST</strong> /documents | create a document
282
- <em>TreezorClient::DocumentApi</em> | <a
283
- href="docs/DocumentApi.md#delete_document">delete_document</a> |
284
- <strong>DELETE</strong> /documents/<a
285
- href="docs/DocumentApi.md#get_document">id | delete document
286
- TreezorClient::DocumentApi | | <strong>GET</strong>
287
- /documents/<a href="docs/DocumentApi.md#get_documents">id | get a document
288
- TreezorClient::DocumentApi | | <strong>GET</strong>
289
- /documents | search documents <em>TreezorClient::DocumentApi</em> | <a
290
- href="docs/DocumentApi.md#put_document">put_document</a> |
291
- <strong>PUT</strong> /documents/<a
292
- href="docs/HeartbeatApi.md#get_heartbeat">id | update a document
293
- TreezorClient::HeartbeatApi | | <strong>GET</strong>
294
- /heartbeats | Get the status of the API
295
- <em>TreezorClient::IssuerInitiatedDigitizationDataApi</em> | <a
296
- href="docs/IssuerInitiatedDigitizationDataApi.md#tav_request_post">tav_request_post</a>
297
- | <strong>POST</strong> /issuerInitiatedDigitizationDatas | Request the
298
- issuerInitiatedDigitizationData
299
- <em>TreezorClient::IssuerInitiatedDigitizationDataApi</em> | <a
300
- href="docs/IssuerInitiatedDigitizationDataApi.md#tavrequestget">tavrequestget</a>
301
- | <strong>GET</strong> /issuerInitiatedDigitizationDatas | Search
302
- issuerInitiatedDigitizationData requests <em>TreezorClient::MandateApi</em>
303
- | <a href="docs/MandateApi.md#delete_mandate">delete_mandate</a> |
304
- <strong>DELETE</strong> /mandates/<a
305
- href="docs/MandateApi.md#get_mandate">id | revoke a mandate
306
- TreezorClient::MandateApi | | <strong>GET</strong>
307
- /mandates/<a href="docs/MandateApi.md#get_mandates">id | get mandate
308
- TreezorClient::MandateApi | | <strong>GET</strong>
309
- /mandates | search mandates <em>TreezorClient::MandateApi</em> | <a
310
- href="docs/MandateApi.md#mandates_id_resend_otp_put">mandates_id_resend_otp_put</a>
311
- | <strong>PUT</strong> /mandates/<a
312
- href="docs/MandateApi.md#mandates_id_sign_put">id/ResendOtp/ | send an OTP
313
- TreezorClient::MandateApi | |
314
- <strong>PUT</strong> /mandates/<a
315
- href="docs/MandateApi.md#post_mandates">id/Sign/ | sign a mandate
316
- TreezorClient::MandateApi | | <strong>POST</strong>
317
- /mandates | create a mandate
318
- <em>TreezorClient::MccRestrictionGroupsApi</em> | <a
319
- href="docs/MccRestrictionGroupsApi.md#delete_mcc_restriction_groups">delete_mcc_restriction_groups</a>
320
- | <strong>DELETE</strong> /mccRestrictionGroups/<a
321
- href="docs/MccRestrictionGroupsApi.md#get_mcc_restriction_groups">id |
322
- cancel a mcc group TreezorClient::MccRestrictionGroupsApi |
323
- | <strong>GET</strong>
324
- /mccRestrictionGroups | search mcc restriction groups
325
- <em>TreezorClient::MccRestrictionGroupsApi</em> | <a
326
- href="docs/MccRestrictionGroupsApi.md#get_mcc_restriction_groups_id">get_mcc_restriction_groups_id</a>
327
- | <strong>GET</strong> /mccRestrictionGroups/<a
328
- href="docs/MccRestrictionGroupsApi.md#post_mcc_restriction_group">id | get
329
- a mcc group TreezorClient::MccRestrictionGroupsApi |
330
- | <strong>POST</strong>
331
- /mccRestrictionGroups | create a mccRestrictionGroup
332
- <em>TreezorClient::MccRestrictionGroupsApi</em> | <a
333
- href="docs/MccRestrictionGroupsApi.md#put_mcc_restriction_groups">put_mcc_restriction_groups</a>
334
- | <strong>PUT</strong> /mccRestrictionGroups/<a
335
- href="docs/MerchantIdRestrictionGroupsApi.md#delete_merchant_id_restriction_groups">id
336
- | edit a mcc restriction group
337
- TreezorClient::MerchantIdRestrictionGroupsApi |
338
- | <strong>DELETE</strong>
339
- /merchantIdRestrictionGroups/<a
340
- href="docs/MerchantIdRestrictionGroupsApi.md#get_merchant_id_restriction_group">id
341
- | cancel a merchant id restriction group
342
- TreezorClient::MerchantIdRestrictionGroupsApi |
343
- | <strong>GET</strong>
344
- /merchantIdRestrictionGroups | search merchant id restriction groups
345
- <em>TreezorClient::MerchantIdRestrictionGroupsApi</em> | <a
346
- href="docs/MerchantIdRestrictionGroupsApi.md#get_merchant_id_restriction_groups_id">get_merchant_id_restriction_groups_id</a>
347
- | <strong>GET</strong> /merchantIdRestrictionGroups/<a
348
- href="docs/MerchantIdRestrictionGroupsApi.md#post_merchant_id_restriction_group">id
349
- | get a merchant ID restriction group
350
- TreezorClient::MerchantIdRestrictionGroupsApi |
351
- | <strong>POST</strong>
352
- /merchantIdRestrictionGroups | create a merchantIdRestrictionGroup
353
- <em>TreezorClient::MerchantIdRestrictionGroupsApi</em> | <a
354
- href="docs/MerchantIdRestrictionGroupsApi.md#put_merchant_id_restriction_groups">put_merchant_id_restriction_groups</a>
355
- | <strong>PUT</strong> /merchantIdRestrictionGroups/<a
356
- href="docs/PayinApi.md#delete_payin">id | edit a merchant id restriction
357
- group TreezorClient::PayinApi | | <strong>DELETE</strong>
358
- /payins/<a href="docs/PayinApi.md#get_payin">id | delete a pay in
359
- TreezorClient::PayinApi | | <strong>GET</strong> /payins/<a
360
- href="docs/PayinApi.md#get_payins">id | get a pay in
361
- TreezorClient::PayinApi | | <strong>GET</strong> /payins |
362
- search pay ins <em>TreezorClient::PayinApi</em> | <a
363
- href="docs/PayinApi.md#post_payin">post_payin</a> | <strong>POST</strong>
364
- /payins | create a pay in <em>TreezorClient::PayinrefundApi</em> | <a
365
- href="docs/PayinrefundApi.md#delete_payinrefund">delete_payinrefund</a> |
366
- <strong>DELETE</strong> /payinrefunds/<a
367
- href="docs/PayinrefundApi.md#get_payinrefund">id | cancel a pay in refund
368
- TreezorClient::PayinrefundApi | | <strong>GET</strong>
369
- /payinrefunds/<a href="docs/PayinrefundApi.md#get_payinrefunds">id | get a
370
- pay in refund TreezorClient::PayinrefundApi | |
371
- <strong>GET</strong> /payinrefunds | search pay in refunds
372
- <em>TreezorClient::PayinrefundApi</em> | <a
373
- href="docs/PayinrefundApi.md#post_payinrefunds">post_payinrefunds</a> |
374
- <strong>POST</strong> /payinrefunds | create a pay in refund
375
- <em>TreezorClient::PayoutApi</em> | <a
376
- href="docs/PayoutApi.md#delete_payout">delete_payout</a> |
377
- <strong>DELETE</strong> /payouts/<a href="docs/PayoutApi.md#get_payout">id
378
- | cancel a payout TreezorClient::PayoutApi | |
379
- <strong>GET</strong> /payouts/<a href="docs/PayoutApi.md#get_payouts">id |
380
- get a payout TreezorClient::PayoutApi | |
381
- <strong>GET</strong> /payouts | search pay outs
382
- <em>TreezorClient::PayoutApi</em> | <a
383
- href="docs/PayoutApi.md#post_payout">post_payout</a> |
384
- <strong>POST</strong> /payouts | create a pay out
385
- <em>TreezorClient::TransactionApi</em> | <a
386
- href="docs/TransactionApi.md#get_transaction">get_transaction</a> |
387
- <strong>GET</strong> /transactions/<a
388
- href="docs/TransactionApi.md#get_transactions">id | get a transaction
389
- TreezorClient::TransactionApi | |
390
- <strong>GET</strong> /transactions | search transactions
391
- <em>TreezorClient::TransferApi</em> | <a
392
- href="docs/TransferApi.md#delete_transfer">delete_transfer</a> |
393
- <strong>DELETE</strong> /transfers/<a
394
- href="docs/TransferApi.md#get_transfer">id | cancel a transfer
395
- TreezorClient::TransferApi | | <strong>GET</strong>
396
- /transfers/<a href="docs/TransferApi.md#get_transfers">id | get a transfer
397
- TreezorClient::TransferApi | | <strong>GET</strong>
398
- /transfers | search transfers <em>TreezorClient::TransferApi</em> | <a
399
- href="docs/TransferApi.md#post_transfers">post_transfers</a> |
400
- <strong>POST</strong> /transfers | create a transfer
401
- <em>TreezorClient::TransferrefundApi</em> | <a
402
- href="docs/TransferrefundApi.md#delete_transferrefund">delete_transferrefund</a>
403
- | <strong>DELETE</strong> /transferrefunds/<a
404
- href="docs/TransferrefundApi.md#get_transferrefund">id | cancel a transfer
405
- refund TreezorClient::TransferrefundApi | |
406
- <strong>GET</strong> /transferrefunds/<a
407
- href="docs/TransferrefundApi.md#get_transferrefunds">id | get a transfer
408
- refund TreezorClient::TransferrefundApi | |
409
- <strong>GET</strong> /transferrefunds | search transfer refunds
410
- <em>TreezorClient::TransferrefundApi</em> | <a
411
- href="docs/TransferrefundApi.md#post_transferrefunds">post_transferrefunds</a>
412
- | <strong>POST</strong> /transferrefunds | create a transfer refund
413
- <em>TreezorClient::UserApi</em> | <a
414
- href="docs/UserApi.md#delete_user">delete_user</a> |
415
- <strong>DELETE</strong> /users/<a href="docs/UserApi.md#get_user">id |
416
- delete a user TreezorClient::UserApi | | <strong>GET</strong>
417
- /users/<a href="docs/UserApi.md#get_users">id | get an user
418
- TreezorClient::UserApi | | <strong>GET</strong> /users |
419
- search users <em>TreezorClient::UserApi</em> | <a
420
- href="docs/UserApi.md#put_user">put_user</a> | <strong>PUT</strong>
421
- /users/<a href="docs/UserApi.md#put_users">id | update a user
422
- TreezorClient::UserApi | | <strong>POST</strong> /users |
423
- create user <em>TreezorClient::UserApi</em> | <a
424
- href="docs/UserApi.md#users_id_kycreview_put">users_id_kycreview_put</a> |
425
- <strong>PUT</strong> /users/<a
426
- href="docs/VirtualibansApi.md#getvirtualiban">id/Kycreview/ | review user
427
- information TreezorClient::VirtualibansApi | |
428
- <strong>GET</strong> /virtualibans/<a
429
- href="docs/VirtualibansApi.md#getvirtualibans">id | get a virtualiban by
430
- Id TreezorClient::VirtualibansApi | |
431
- <strong>GET</strong> /virtualibans | search virtualibans
432
- <em>TreezorClient::VirtualibansApi</em> | <a
433
- href="docs/VirtualibansApi.md#post_virtual_iban">post_virtual_iban</a> |
434
- <strong>POST</strong> /virtualibans | create a virtual IBAN
435
- <em>TreezorClient::VirtualibansApi</em> | <a
436
- href="docs/VirtualibansApi.md#put_virtual_iban">put_virtual_iban</a> |
437
- <strong>PUT</strong> /virtualibans/<a
438
- href="docs/WalletApi.md#delete_wallet">id | update a Virtual IBAN
439
- TreezorClient::WalletApi | | <strong>DELETE</strong>
440
- /wallets/<a href="docs/WalletApi.md#get_wallet">id | delete a wallet
441
- TreezorClient::WalletApi | | <strong>GET</strong>
442
- /wallets/<a href="docs/WalletApi.md#get_wallets">id | get a wallet
443
- TreezorClient::WalletApi | | <strong>GET</strong> /wallets
444
- | search wallets <em>TreezorClient::WalletApi</em> | <a
445
- href="docs/WalletApi.md#post_wallets">post_wallets</a> |
446
- <strong>POST</strong> /wallets | create a wallet
447
- <em>TreezorClient::WalletApi</em> | <a
448
- href="docs/WalletApi.md#put_wallet">put_wallet</a> | <strong>PUT</strong>
449
- /wallets/{id | update a wallet</p>
450
-
451
- <h2 id="label-Documentation+for+Models">Documentation for Models</h2>
452
- <ul><li>
453
- <p><a href="docs/Balance.md">TreezorClient::Balance</a></p>
454
- </li><li>
455
- <p><a href="docs/Bankaccount.md">TreezorClient::Bankaccount</a></p>
456
- </li><li>
457
- <p><a
458
- href="docs/BeneficiariesSddB2bWhitelist.md">TreezorClient::BeneficiariesSddB2bWhitelist</a></p>
459
- </li><li>
460
- <p><a href="docs/Beneficiary.md">TreezorClient::Beneficiary</a></p>
461
- </li><li>
462
- <p><a href="docs/Body.md">TreezorClient::Body</a></p>
463
- </li><li>
464
- <p><a href="docs/Body1.md">TreezorClient::Body1</a></p>
465
- </li><li>
466
- <p><a href="docs/Body10.md">TreezorClient::Body10</a></p>
467
- </li><li>
468
- <p><a href="docs/Body2.md">TreezorClient::Body2</a></p>
469
- </li><li>
470
- <p><a href="docs/Body3.md">TreezorClient::Body3</a></p>
471
- </li><li>
472
- <p><a href="docs/Body4.md">TreezorClient::Body4</a></p>
473
- </li><li>
474
- <p><a href="docs/Body5.md">TreezorClient::Body5</a></p>
475
- </li><li>
476
- <p><a href="docs/Body6.md">TreezorClient::Body6</a></p>
477
- </li><li>
478
- <p><a href="docs/Body7.md">TreezorClient::Body7</a></p>
479
- </li><li>
480
- <p><a href="docs/Body8.md">TreezorClient::Body8</a></p>
481
- </li><li>
482
- <p><a href="docs/Body9.md">TreezorClient::Body9</a></p>
483
- </li><li>
484
- <p><a
485
- href="docs/BusinesssearchsBusinessinformations.md">TreezorClient::BusinesssearchsBusinessinformations</a></p>
486
- </li><li>
487
- <p><a href="docs/Card.md">TreezorClient::Card</a></p>
488
- </li><li>
489
- <p><a href="docs/CardDigitalization.md">TreezorClient::CardDigitalization</a></p>
490
- </li><li>
491
- <p><a
492
- href="docs/CardDigitalizationDetailsFromGPS.md">TreezorClient::CardDigitalizationDetailsFromGPS</a></p>
493
- </li><li>
494
- <p><a href="docs/Document.md">TreezorClient::Document</a></p>
495
- </li><li>
496
- <p><a href="docs/Error.md">TreezorClient::Error</a></p>
497
- </li><li>
498
- <p><a href="docs/InlineResponse200.md">TreezorClient::InlineResponse200</a></p>
499
- </li><li>
500
- <p><a href="docs/InlineResponse2001.md">TreezorClient::InlineResponse2001</a></p>
501
- </li><li>
502
- <p><a
503
- href="docs/InlineResponse20010.md">TreezorClient::InlineResponse20010</a></p>
504
- </li><li>
505
- <p><a
506
- href="docs/InlineResponse20010Cardtransactions.md">TreezorClient::InlineResponse20010Cardtransactions</a></p>
507
- </li><li>
508
- <p><a
509
- href="docs/InlineResponse20011.md">TreezorClient::InlineResponse20011</a></p>
510
- </li><li>
511
- <p><a
512
- href="docs/InlineResponse20012.md">TreezorClient::InlineResponse20012</a></p>
513
- </li><li>
514
- <p><a
515
- href="docs/InlineResponse20013.md">TreezorClient::InlineResponse20013</a></p>
516
- </li><li>
517
- <p><a
518
- href="docs/InlineResponse20014.md">TreezorClient::InlineResponse20014</a></p>
519
- </li><li>
520
- <p><a
521
- href="docs/InlineResponse20015.md">TreezorClient::InlineResponse20015</a></p>
522
- </li><li>
523
- <p><a
524
- href="docs/InlineResponse20016.md">TreezorClient::InlineResponse20016</a></p>
525
- </li><li>
526
- <p><a
527
- href="docs/InlineResponse20017.md">TreezorClient::InlineResponse20017</a></p>
528
- </li><li>
529
- <p><a
530
- href="docs/InlineResponse20018.md">TreezorClient::InlineResponse20018</a></p>
531
- </li><li>
532
- <p><a
533
- href="docs/InlineResponse20019.md">TreezorClient::InlineResponse20019</a></p>
534
- </li><li>
535
- <p><a href="docs/InlineResponse2002.md">TreezorClient::InlineResponse2002</a></p>
536
- </li><li>
537
- <p><a
538
- href="docs/InlineResponse20020.md">TreezorClient::InlineResponse20020</a></p>
539
- </li><li>
540
- <p><a
541
- href="docs/InlineResponse20021.md">TreezorClient::InlineResponse20021</a></p>
542
- </li><li>
543
- <p><a
544
- href="docs/InlineResponse20022.md">TreezorClient::InlineResponse20022</a></p>
545
- </li><li>
546
- <p><a
547
- href="docs/InlineResponse20023.md">TreezorClient::InlineResponse20023</a></p>
548
- </li><li>
549
- <p><a
550
- href="docs/InlineResponse20024.md">TreezorClient::InlineResponse20024</a></p>
551
- </li><li>
552
- <p><a
553
- href="docs/InlineResponse20025.md">TreezorClient::InlineResponse20025</a></p>
554
- </li><li>
555
- <p><a href="docs/InlineResponse2003.md">TreezorClient::InlineResponse2003</a></p>
556
- </li><li>
557
- <p><a href="docs/InlineResponse2004.md">TreezorClient::InlineResponse2004</a></p>
558
- </li><li>
559
- <p><a href="docs/InlineResponse2005.md">TreezorClient::InlineResponse2005</a></p>
560
- </li><li>
561
- <p><a
562
- href="docs/InlineResponse2005Businessinformations.md">TreezorClient::InlineResponse2005Businessinformations</a></p>
563
- </li><li>
564
- <p><a
565
- href="docs/InlineResponse2005Users.md">TreezorClient::InlineResponse2005Users</a></p>
566
- </li><li>
567
- <p><a href="docs/InlineResponse2006.md">TreezorClient::InlineResponse2006</a></p>
568
- </li><li>
569
- <p><a href="docs/InlineResponse2007.md">TreezorClient::InlineResponse2007</a></p>
570
- </li><li>
571
- <p><a
572
- href="docs/InlineResponse2007Cardimages.md">TreezorClient::InlineResponse2007Cardimages</a></p>
573
- </li><li>
574
- <p><a href="docs/InlineResponse2008.md">TreezorClient::InlineResponse2008</a></p>
575
- </li><li>
576
- <p><a href="docs/InlineResponse2009.md">TreezorClient::InlineResponse2009</a></p>
577
- </li><li>
578
- <p><a
579
- href="docs/InlineResponseDefault.md">TreezorClient::InlineResponseDefault</a></p>
580
- </li><li>
581
- <p><a
582
- href="docs/IssuerInitiatedDigitizationDatasAdditionnalData.md">TreezorClient::IssuerInitiatedDigitizationDatasAdditionnalData</a></p>
583
- </li><li>
584
- <p><a
585
- href="docs/IssuerInitiatedDigitizationDatasAdditionnalDataECCPublicCertificates.md">TreezorClient::IssuerInitiatedDigitizationDatasAdditionnalDataECCPublicCertificates</a></p>
586
- </li><li>
587
- <p><a href="docs/Mandate.md">TreezorClient::Mandate</a></p>
588
- </li><li>
589
- <p><a
590
- href="docs/MccRestrictionGroup.md">TreezorClient::MccRestrictionGroup</a></p>
591
- </li><li>
592
- <p><a
593
- href="docs/MerchantIdRestrictionGroup.md">TreezorClient::MerchantIdRestrictionGroup</a></p>
594
- </li><li>
595
- <p><a href="docs/Payin.md">TreezorClient::Payin</a></p>
596
- </li><li>
597
- <p><a href="docs/Payinrefund.md">TreezorClient::Payinrefund</a></p>
598
- </li><li>
599
- <p><a href="docs/Payout.md">TreezorClient::Payout</a></p>
600
- </li><li>
601
- <p><a href="docs/Tav.md">TreezorClient::Tav</a></p>
602
- </li><li>
603
- <p><a href="docs/Transaction.md">TreezorClient::Transaction</a></p>
604
- </li><li>
605
- <p><a href="docs/Transfer.md">TreezorClient::Transfer</a></p>
606
- </li><li>
607
- <p><a href="docs/Transferrefund.md">TreezorClient::Transferrefund</a></p>
608
- </li><li>
609
- <p><a href="docs/User.md">TreezorClient::User</a></p>
610
- </li><li>
611
- <p><a href="docs/Virtualiban.md">TreezorClient::Virtualiban</a></p>
612
- </li><li>
613
- <p><a href="docs/Wallet.md">TreezorClient::Wallet</a></p>
614
- </li></ul>
615
-
616
- <h2 id="label-Documentation+for+Authorization">Documentation for Authorization</h2>
617
-
618
- <h3 id="label-api_key">api_key</h3>
619
- <ul><li>
620
- <p><strong>Type</strong>: API key</p>
621
- </li><li>
622
- <p><strong>API key parameter name</strong>: Authorization</p>
623
- </li><li>
624
- <p><strong>Location</strong>: HTTP header</p>
625
- </li></ul>
626
- </div></div>
627
-
628
- <div id="footer">
629
- Generated on Wed Aug 8 17:38:59 2018 by
630
- <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
631
- 0.9.15 (ruby-2.5.1).
632
- </div>
633
-
634
- </div>
635
- </body>
636
- </html>