cybrid_api_bank_ruby 0.113.5 → 0.113.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (206) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +5 -6
  4. data/cybrid_api_bank_ruby.gemspec +1 -1
  5. data/docs/AccountBankModel.md +2 -2
  6. data/docs/AccountsBankApi.md +2 -2
  7. data/docs/AssetBankModel.md +1 -1
  8. data/docs/BankBankModel.md +2 -2
  9. data/docs/CustomerBankModel.md +2 -2
  10. data/docs/DepositAddressBankModel.md +2 -2
  11. data/docs/DepositBankAccountBankModel.md +1 -1
  12. data/docs/DepositBankAccountRoutingDetailsInnerBankModel.md +1 -1
  13. data/docs/ExternalBankAccountBankModel.md +3 -3
  14. data/docs/ExternalWalletBankModel.md +2 -2
  15. data/docs/ExternalWalletsBankApi.md +2 -2
  16. data/docs/IdentityVerificationBankModel.md +5 -5
  17. data/docs/IdentityVerificationWithDetailsAllOfBankModel.md +1 -1
  18. data/docs/IdentityVerificationWithDetailsBankModel.md +6 -6
  19. data/docs/QuoteBankModel.md +2 -2
  20. data/docs/TradeBankModel.md +3 -3
  21. data/docs/TransferBankModel.md +3 -3
  22. data/docs/TransferDestinationAccountBankModel.md +1 -1
  23. data/docs/TransferSourceAccountBankModel.md +1 -1
  24. data/docs/VerificationCheckBankModel.md +2 -2
  25. data/docs/WorkflowBankModel.md +2 -2
  26. data/docs/WorkflowWithDetailsBankModel.md +2 -2
  27. data/lib/cybrid_api_bank_ruby/api/accounts_bank_api.rb +3 -3
  28. data/lib/cybrid_api_bank_ruby/api/assets_bank_api.rb +1 -1
  29. data/lib/cybrid_api_bank_ruby/api/banks_bank_api.rb +1 -1
  30. data/lib/cybrid_api_bank_ruby/api/customers_bank_api.rb +1 -1
  31. data/lib/cybrid_api_bank_ruby/api/deposit_addresses_bank_api.rb +1 -1
  32. data/lib/cybrid_api_bank_ruby/api/deposit_bank_accounts_bank_api.rb +1 -1
  33. data/lib/cybrid_api_bank_ruby/api/external_bank_accounts_bank_api.rb +1 -1
  34. data/lib/cybrid_api_bank_ruby/api/external_wallets_bank_api.rb +3 -3
  35. data/lib/cybrid_api_bank_ruby/api/identity_verifications_bank_api.rb +1 -1
  36. data/lib/cybrid_api_bank_ruby/api/prices_bank_api.rb +1 -1
  37. data/lib/cybrid_api_bank_ruby/api/quotes_bank_api.rb +1 -1
  38. data/lib/cybrid_api_bank_ruby/api/symbols_bank_api.rb +1 -1
  39. data/lib/cybrid_api_bank_ruby/api/trades_bank_api.rb +1 -1
  40. data/lib/cybrid_api_bank_ruby/api/transfers_bank_api.rb +1 -1
  41. data/lib/cybrid_api_bank_ruby/api/workflows_bank_api.rb +1 -1
  42. data/lib/cybrid_api_bank_ruby/api_client.rb +1 -1
  43. data/lib/cybrid_api_bank_ruby/api_error.rb +1 -1
  44. data/lib/cybrid_api_bank_ruby/configuration.rb +1 -1
  45. data/lib/cybrid_api_bank_ruby/models/account_bank_model.rb +3 -49
  46. data/lib/cybrid_api_bank_ruby/models/account_list_bank_model.rb +1 -1
  47. data/lib/cybrid_api_bank_ruby/models/asset_bank_model.rb +2 -36
  48. data/lib/cybrid_api_bank_ruby/models/asset_list_bank_model.rb +1 -1
  49. data/lib/cybrid_api_bank_ruby/models/bank_bank_model.rb +3 -49
  50. data/lib/cybrid_api_bank_ruby/models/bank_list_bank_model.rb +1 -1
  51. data/lib/cybrid_api_bank_ruby/models/customer_address_bank_model.rb +1 -1
  52. data/lib/cybrid_api_bank_ruby/models/customer_bank_model.rb +3 -49
  53. data/lib/cybrid_api_bank_ruby/models/customer_list_bank_model.rb +1 -1
  54. data/lib/cybrid_api_bank_ruby/models/customer_name_bank_model.rb +1 -1
  55. data/lib/cybrid_api_bank_ruby/models/deposit_address_bank_model.rb +3 -49
  56. data/lib/cybrid_api_bank_ruby/models/deposit_address_list_bank_model.rb +1 -1
  57. data/lib/cybrid_api_bank_ruby/models/deposit_bank_account_account_details_inner_bank_model.rb +1 -1
  58. data/lib/cybrid_api_bank_ruby/models/deposit_bank_account_bank_model.rb +2 -36
  59. data/lib/cybrid_api_bank_ruby/models/deposit_bank_account_counterparty_address_bank_model.rb +1 -1
  60. data/lib/cybrid_api_bank_ruby/models/deposit_bank_account_list_bank_model.rb +1 -1
  61. data/lib/cybrid_api_bank_ruby/models/deposit_bank_account_routing_details_inner_bank_model.rb +2 -36
  62. data/lib/cybrid_api_bank_ruby/models/error_response_bank_model.rb +1 -1
  63. data/lib/cybrid_api_bank_ruby/models/external_bank_account_balances_bank_model.rb +1 -1
  64. data/lib/cybrid_api_bank_ruby/models/external_bank_account_bank_model.rb +4 -62
  65. data/lib/cybrid_api_bank_ruby/models/external_bank_account_list_bank_model.rb +1 -1
  66. data/lib/cybrid_api_bank_ruby/models/external_bank_account_pii_inner_addresses_inner_bank_model.rb +1 -1
  67. data/lib/cybrid_api_bank_ruby/models/external_bank_account_pii_inner_bank_model.rb +1 -1
  68. data/lib/cybrid_api_bank_ruby/models/external_wallet_bank_model.rb +3 -49
  69. data/lib/cybrid_api_bank_ruby/models/external_wallet_list_bank_model.rb +1 -1
  70. data/lib/cybrid_api_bank_ruby/models/identity_verification_bank_model.rb +6 -76
  71. data/lib/cybrid_api_bank_ruby/models/identity_verification_list_bank_model.rb +1 -1
  72. data/lib/cybrid_api_bank_ruby/models/identity_verification_with_details_all_of_bank_model.rb +2 -36
  73. data/lib/cybrid_api_bank_ruby/models/identity_verification_with_details_bank_model.rb +7 -89
  74. data/lib/cybrid_api_bank_ruby/models/patch_bank_bank_model.rb +1 -1
  75. data/lib/cybrid_api_bank_ruby/models/patch_customer_bank_model.rb +1 -1
  76. data/lib/cybrid_api_bank_ruby/models/patch_external_bank_account_bank_model.rb +1 -1
  77. data/lib/cybrid_api_bank_ruby/models/post_account_bank_model.rb +1 -1
  78. data/lib/cybrid_api_bank_ruby/models/post_bank_bank_model.rb +1 -1
  79. data/lib/cybrid_api_bank_ruby/models/post_customer_address_bank_model.rb +1 -1
  80. data/lib/cybrid_api_bank_ruby/models/post_customer_bank_model.rb +1 -1
  81. data/lib/cybrid_api_bank_ruby/models/post_customer_name_bank_model.rb +1 -1
  82. data/lib/cybrid_api_bank_ruby/models/post_deposit_address_bank_model.rb +1 -1
  83. data/lib/cybrid_api_bank_ruby/models/post_deposit_bank_account_bank_model.rb +1 -1
  84. data/lib/cybrid_api_bank_ruby/models/post_external_bank_account_bank_model.rb +1 -1
  85. data/lib/cybrid_api_bank_ruby/models/post_external_bank_account_counterparty_address_bank_model.rb +1 -1
  86. data/lib/cybrid_api_bank_ruby/models/post_external_bank_account_counterparty_bank_account_bank_model.rb +1 -1
  87. data/lib/cybrid_api_bank_ruby/models/post_external_bank_account_counterparty_name_bank_model.rb +1 -1
  88. data/lib/cybrid_api_bank_ruby/models/post_external_wallet_bank_model.rb +1 -1
  89. data/lib/cybrid_api_bank_ruby/models/post_identification_number_bank_model.rb +1 -1
  90. data/lib/cybrid_api_bank_ruby/models/post_identity_verification_address_bank_model.rb +1 -1
  91. data/lib/cybrid_api_bank_ruby/models/post_identity_verification_bank_model.rb +3 -3
  92. data/lib/cybrid_api_bank_ruby/models/post_identity_verification_name_bank_model.rb +1 -1
  93. data/lib/cybrid_api_bank_ruby/models/post_quote_bank_model.rb +1 -13
  94. data/lib/cybrid_api_bank_ruby/models/post_trade_bank_model.rb +1 -1
  95. data/lib/cybrid_api_bank_ruby/models/post_transfer_bank_model.rb +1 -1
  96. data/lib/cybrid_api_bank_ruby/models/post_workflow_bank_model.rb +1 -1
  97. data/lib/cybrid_api_bank_ruby/models/quote_bank_model.rb +3 -49
  98. data/lib/cybrid_api_bank_ruby/models/quote_list_bank_model.rb +1 -1
  99. data/lib/cybrid_api_bank_ruby/models/symbol_price_bank_model.rb +1 -1
  100. data/lib/cybrid_api_bank_ruby/models/trade_bank_model.rb +4 -62
  101. data/lib/cybrid_api_bank_ruby/models/trade_list_bank_model.rb +1 -1
  102. data/lib/cybrid_api_bank_ruby/models/transfer_bank_model.rb +4 -62
  103. data/lib/cybrid_api_bank_ruby/models/transfer_destination_account_bank_model.rb +2 -36
  104. data/lib/cybrid_api_bank_ruby/models/transfer_list_bank_model.rb +1 -1
  105. data/lib/cybrid_api_bank_ruby/models/transfer_source_account_bank_model.rb +2 -36
  106. data/lib/cybrid_api_bank_ruby/models/verification_check_bank_model.rb +3 -49
  107. data/lib/cybrid_api_bank_ruby/models/workflow_bank_model.rb +3 -49
  108. data/lib/cybrid_api_bank_ruby/models/workflow_with_details_all_of_bank_model.rb +1 -1
  109. data/lib/cybrid_api_bank_ruby/models/workflow_with_details_bank_model.rb +3 -49
  110. data/lib/cybrid_api_bank_ruby/models/workflows_list_bank_model.rb +1 -1
  111. data/lib/cybrid_api_bank_ruby/version.rb +2 -2
  112. data/lib/cybrid_api_bank_ruby.rb +1 -2
  113. data/spec/api/accounts_bank_api_spec.rb +2 -2
  114. data/spec/api/assets_bank_api_spec.rb +1 -1
  115. data/spec/api/banks_bank_api_spec.rb +1 -1
  116. data/spec/api/customers_bank_api_spec.rb +1 -1
  117. data/spec/api/deposit_addresses_bank_api_spec.rb +1 -1
  118. data/spec/api/deposit_bank_accounts_bank_api_spec.rb +1 -1
  119. data/spec/api/external_bank_accounts_bank_api_spec.rb +1 -1
  120. data/spec/api/external_wallets_bank_api_spec.rb +2 -2
  121. data/spec/api/identity_verifications_bank_api_spec.rb +1 -1
  122. data/spec/api/prices_bank_api_spec.rb +1 -1
  123. data/spec/api/quotes_bank_api_spec.rb +1 -1
  124. data/spec/api/symbols_bank_api_spec.rb +1 -1
  125. data/spec/api/trades_bank_api_spec.rb +1 -1
  126. data/spec/api/transfers_bank_api_spec.rb +1 -1
  127. data/spec/api/workflows_bank_api_spec.rb +1 -1
  128. data/spec/api_client_spec.rb +1 -1
  129. data/spec/configuration_spec.rb +1 -1
  130. data/spec/models/account_bank_model_spec.rb +1 -9
  131. data/spec/models/account_list_bank_model_spec.rb +1 -1
  132. data/spec/models/asset_bank_model_spec.rb +1 -5
  133. data/spec/models/asset_list_bank_model_spec.rb +1 -1
  134. data/spec/models/bank_bank_model_spec.rb +1 -13
  135. data/spec/models/bank_list_bank_model_spec.rb +1 -1
  136. data/spec/models/customer_address_bank_model_spec.rb +1 -1
  137. data/spec/models/customer_bank_model_spec.rb +1 -9
  138. data/spec/models/customer_list_bank_model_spec.rb +1 -1
  139. data/spec/models/customer_name_bank_model_spec.rb +1 -1
  140. data/spec/models/deposit_address_bank_model_spec.rb +1 -9
  141. data/spec/models/deposit_address_list_bank_model_spec.rb +1 -1
  142. data/spec/models/deposit_bank_account_account_details_inner_bank_model_spec.rb +1 -1
  143. data/spec/models/deposit_bank_account_bank_model_spec.rb +1 -5
  144. data/spec/models/deposit_bank_account_counterparty_address_bank_model_spec.rb +1 -1
  145. data/spec/models/deposit_bank_account_list_bank_model_spec.rb +1 -1
  146. data/spec/models/deposit_bank_account_routing_details_inner_bank_model_spec.rb +1 -5
  147. data/spec/models/error_response_bank_model_spec.rb +1 -1
  148. data/spec/models/external_bank_account_balances_bank_model_spec.rb +1 -1
  149. data/spec/models/external_bank_account_bank_model_spec.rb +1 -13
  150. data/spec/models/external_bank_account_list_bank_model_spec.rb +1 -1
  151. data/spec/models/external_bank_account_pii_inner_addresses_inner_bank_model_spec.rb +1 -1
  152. data/spec/models/external_bank_account_pii_inner_bank_model_spec.rb +1 -1
  153. data/spec/models/external_wallet_bank_model_spec.rb +1 -9
  154. data/spec/models/external_wallet_list_bank_model_spec.rb +1 -1
  155. data/spec/models/identity_verification_bank_model_spec.rb +1 -17
  156. data/spec/models/identity_verification_list_bank_model_spec.rb +1 -1
  157. data/spec/models/identity_verification_with_details_all_of_bank_model_spec.rb +1 -5
  158. data/spec/models/identity_verification_with_details_bank_model_spec.rb +1 -21
  159. data/spec/models/patch_bank_bank_model_spec.rb +1 -1
  160. data/spec/models/patch_customer_bank_model_spec.rb +1 -1
  161. data/spec/models/patch_external_bank_account_bank_model_spec.rb +1 -1
  162. data/spec/models/post_account_bank_model_spec.rb +1 -1
  163. data/spec/models/post_bank_bank_model_spec.rb +1 -1
  164. data/spec/models/post_customer_address_bank_model_spec.rb +1 -1
  165. data/spec/models/post_customer_bank_model_spec.rb +1 -1
  166. data/spec/models/post_customer_name_bank_model_spec.rb +1 -1
  167. data/spec/models/post_deposit_address_bank_model_spec.rb +1 -1
  168. data/spec/models/post_deposit_bank_account_bank_model_spec.rb +1 -1
  169. data/spec/models/post_external_bank_account_bank_model_spec.rb +1 -1
  170. data/spec/models/post_external_bank_account_counterparty_address_bank_model_spec.rb +1 -1
  171. data/spec/models/post_external_bank_account_counterparty_bank_account_bank_model_spec.rb +1 -1
  172. data/spec/models/post_external_bank_account_counterparty_name_bank_model_spec.rb +1 -1
  173. data/spec/models/post_external_wallet_bank_model_spec.rb +1 -1
  174. data/spec/models/post_identification_number_bank_model_spec.rb +1 -1
  175. data/spec/models/post_identity_verification_address_bank_model_spec.rb +1 -1
  176. data/spec/models/post_identity_verification_bank_model_spec.rb +2 -2
  177. data/spec/models/post_identity_verification_name_bank_model_spec.rb +1 -1
  178. data/spec/models/post_quote_bank_model_spec.rb +1 -5
  179. data/spec/models/post_trade_bank_model_spec.rb +1 -1
  180. data/spec/models/post_transfer_bank_model_spec.rb +1 -1
  181. data/spec/models/post_workflow_bank_model_spec.rb +1 -1
  182. data/spec/models/quote_bank_model_spec.rb +1 -9
  183. data/spec/models/quote_list_bank_model_spec.rb +1 -1
  184. data/spec/models/symbol_price_bank_model_spec.rb +1 -1
  185. data/spec/models/trade_bank_model_spec.rb +1 -13
  186. data/spec/models/trade_list_bank_model_spec.rb +1 -1
  187. data/spec/models/transfer_bank_model_spec.rb +1 -13
  188. data/spec/models/transfer_destination_account_bank_model_spec.rb +1 -5
  189. data/spec/models/transfer_list_bank_model_spec.rb +1 -1
  190. data/spec/models/transfer_source_account_bank_model_spec.rb +1 -5
  191. data/spec/models/verification_check_bank_model_spec.rb +1 -9
  192. data/spec/models/workflow_bank_model_spec.rb +1 -9
  193. data/spec/models/workflow_with_details_all_of_bank_model_spec.rb +1 -1
  194. data/spec/models/workflow_with_details_bank_model_spec.rb +1 -9
  195. data/spec/models/workflows_list_bank_model_spec.rb +1 -1
  196. data/spec/spec_helper.rb +1 -1
  197. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/byebug-11.1.3/gem_make.out +5 -5
  198. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/ffi-1.16.3/gem_make.out +5 -5
  199. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/jaro_winkler-1.5.6/gem_make.out +5 -5
  200. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/psych-5.1.1.1/gem_make.out +5 -5
  201. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/racc-1.7.3/gem_make.out +5 -5
  202. data/vendor/bundle/ruby/3.2.0/extensions/x86_64-linux/3.2.0/stringio-3.1.0/gem_make.out +5 -5
  203. metadata +2 -6
  204. data/docs/ListRequestOwnerBankModel.md +0 -15
  205. data/lib/cybrid_api_bank_ruby/models/list_request_owner_bank_model.rb +0 -37
  206. data/spec/models/list_request_owner_bank_model_spec.rb +0 -28
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b673213a660834d4176d19cc9f315fa71d0a6a4b9560ee669279bdba5ee9188d
4
- data.tar.gz: 6ff911ab77d1ad21003dee1f1926942143ebfd67f2c3469608b44ed2a92e7d34
3
+ metadata.gz: 066c1b102356910684811692cd173dcebe90cf948bcc3f07011fb167b063754c
4
+ data.tar.gz: cc23e13f704bc743047d7bf17cab69b27bdd363c565eab2386612b9c94664ddd
5
5
  SHA512:
6
- metadata.gz: 62f2c4216632d61c4cfa762a50a2161e3223c66d8c2b0d1dfca2b637e954f7bd30477b36da3e1d113a5af9808fbc4a485813f56e4e9cd6b7a6f201b42841493a
7
- data.tar.gz: ad846028dda3abae0192fef423d859bea20c7f3adb04274e9d146f8e9c8de86ff4b9bbf53d768fcaced5f58d1c3c5afabb10dc7cd9cdfaef43d5b8f71a0b6e82
6
+ metadata.gz: 958572d0d905384a811a2cae8c1be78f794ba6b7c971bd7f5ddff0e519d026eae8d047d7cea84e32e3ba5642f8ae0771284500de98c95f03e7c098dfa9396c31
7
+ data.tar.gz: 566883ba887440a66098d49871afec8819d496ce71c0cc380f59c138a94e14b7c01292fe1feb47b0bd8f308695a3d78ab5220a43a949e94bfc37b06b34b18682
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cybrid_api_bank_ruby (0.113.5)
4
+ cybrid_api_bank_ruby (0.113.8)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -149,8 +149,8 @@ An `Organization` can have multiple `banks`, in either `Sandbox` or `Production`
149
149
 
150
150
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
151
151
 
152
- - API version: v0.113.5
153
- - Package version: 0.113.5
152
+ - API version: v0.113.8
153
+ - Package version: 0.113.8
154
154
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
155
155
 
156
156
  ## Installation
@@ -166,16 +166,16 @@ gem build cybrid_api_bank_ruby.gemspec
166
166
  Then either install the gem locally:
167
167
 
168
168
  ```shell
169
- gem install ./cybrid_api_bank_ruby-0.113.5.gem
169
+ gem install ./cybrid_api_bank_ruby-0.113.8.gem
170
170
  ```
171
171
 
172
- (for development, run `gem install --dev ./cybrid_api_bank_ruby-0.113.5.gem` to install the development dependencies)
172
+ (for development, run `gem install --dev ./cybrid_api_bank_ruby-0.113.8.gem` to install the development dependencies)
173
173
 
174
174
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
175
175
 
176
176
  Finally add this to the Gemfile:
177
177
 
178
- gem 'cybrid_api_bank_ruby', '~> 0.113.5'
178
+ gem 'cybrid_api_bank_ruby', '~> 0.113.8'
179
179
 
180
180
  ### Install from Git
181
181
 
@@ -304,7 +304,6 @@ Class | Method | HTTP request | Description
304
304
  - [CybridApiBank::IdentityVerificationListBankModel](docs/IdentityVerificationListBankModel.md)
305
305
  - [CybridApiBank::IdentityVerificationWithDetailsAllOfBankModel](docs/IdentityVerificationWithDetailsAllOfBankModel.md)
306
306
  - [CybridApiBank::IdentityVerificationWithDetailsBankModel](docs/IdentityVerificationWithDetailsBankModel.md)
307
- - [CybridApiBank::ListRequestOwnerBankModel](docs/ListRequestOwnerBankModel.md)
308
307
  - [CybridApiBank::PatchBankBankModel](docs/PatchBankBankModel.md)
309
308
  - [CybridApiBank::PatchCustomerBankModel](docs/PatchCustomerBankModel.md)
310
309
  - [CybridApiBank::PatchExternalBankAccountBankModel](docs/PatchExternalBankAccountBankModel.md)
@@ -5,7 +5,7 @@
5
5
 
6
6
  ## Cybrid API documentation Welcome to Cybrid, an all-in-one crypto platform that enables you to easily **build** and **launch** white-label crypto products or services. In these documents, you'll find details on how our REST API operates and generally how our platform functions. If you're looking for our UI SDK Widgets for Web or Mobile (iOS/Android), generated API clients, or demo applications, head over to our [Github repo](https://github.com/Cybrid-app). 💡 We recommend bookmarking the [Cybrid LinkTree](https://linktr.ee/cybridtechnologies) which contains many helpful links to platform resources. ## Getting Started This is Cybrid's public interactive API documentation, which allows you to fully test our APIs. If you'd like to use a different tool to exercise our APIs, you can download the [Open API 3.0 yaml](https://bank.sandbox.cybrid.app/api/schema/v1/swagger.yaml) for import. If you're new to our APIs and the Cybrid Platform, follow the below guides to get set up and familiar with the platform: 1. [Understanding the Platform](https://kb.cybrid.xyz/understanding-the-platform) 2. [Getting Started in the Cybrid Sandbox](https://kb.cybrid.xyz/getting-started-guide) 3. [Getting Ready for Trading](https://kb.cybrid.xyz/getting-ready-for-trading) 4. [Running the Web Demo App](https://kb.cybrid.xyz/locally-running-the-web-demo-app) (or, alternatively, [Testing with Hosted Web Demo App](https://kb.cybrid.xyz/testing-with-hosted-web-demo-app)) In [Getting Started in the Cybrid Sandbox](https://kb.cybrid.xyz/getting-started-guide), we walk you through how to use the [Cybrid Sandbox](https://id.sandbox.cybrid.app/) to create a test bank and generate API keys. In [Getting Ready for Trading](https://kb.cybrid.xyz/getting-ready-for-trading), we walk through creating customers, customer identities, accounts, as well as executing quotes and trades. If you've already run through the first two guides, you can follow the [Running the Web Demo App](https://kb.cybrid.xyz/locally-running-the-web-demo-app) guide to test our web SDK with your sandbox `bank` and `customer`. ## Working with the Cybrid Platform There are three primary ways you can interact with the Cybrid platform: 1. Directly via our RESTful API (this documentation) 2. Using our API clients available in a variety of languages ([Angular](https://github.com/Cybrid-app/cybrid-api-bank-angular), [Java](https://github.com/Cybrid-app/cybrid-api-bank-java), [Kotlin](https://github.com/Cybrid-app/cybrid-api-bank-kotlin), [Python](https://github.com/Cybrid-app/cybrid-api-bank-python), [Ruby](https://github.com/Cybrid-app/cybrid-api-bank-ruby), [Swift](https://github.com/Cybrid-app/cybrid-api-bank-swift) or [Typescript](https://github.com/Cybrid-app/cybrid-api-bank-typescript)) 3. Integrating a platform specific SDK ([Web](https://github.com/Cybrid-app/cybrid-sdk-web), [Android](https://github.com/Cybrid-app/cybrid-sdk-android), [iOS](https://github.com/Cybrid-app/cybrid-sdk-ios)) Our complete set of APIs allows you to manage resources across three distinct areas: your `Organization`, your `Banks` and your `Identities`. For most of your testing and interaction you'll be using the `Bank` API, which is where the majority of APIs reside. *The complete set of APIs can be found on the following pages:* | API | Description | |------------------------------------------------------------------|-------------------------------------------------------------| | [Organization API](https://organization.sandbox.cybrid.app/api/schema/swagger-ui) | APIs to manage organizations | | [Bank API](https://bank.sandbox.cybrid.app/api/schema/swagger-ui) | APIs to manage banks (and all downstream customer activity) | | [Identities API](https://id.sandbox.cybrid.app/api/schema/swagger-ui) | APIs to manage organization and bank identities | For questions please contact [Support](mailto:support@cybrid.xyz) at any time for assistance, or contact the [Product Team](mailto:product@cybrid.xyz) for product suggestions. ## Authenticating with the API The Cybrid Platform uses OAuth 2.0 Bearer Tokens to authenticate requests to the platform. Credentials to create `Organization` and `Bank` tokens can be generated via the [Cybrid Sandbox](https://id.sandbox.cybrid.app). Access tokens can be generated for a `Customer` as well via the [Cybrid IdP](https://id.sandbox.cybrid.app) as well. An `Organization` access token applies broadly to the whole Organization and all of its `Banks`, whereas, a `Bank` access token is specific to an individual Bank. `Customer` tokens, similarly, are scoped to a specific customer in a bank. Both `Organization` and `Bank` tokens can be created using the OAuth Client Credential Grant flow. Each Organization and Bank has its own unique `Client ID` and `Secret` that allows for machine-to-machine authentication. A `Bank` can then generate `Customer` access tokens via API using our [Identities API](https://id.sandbox.cybrid.app/api/schema/swagger-ui). <font color=\"orange\">**⚠️ Never share your Client ID or Secret publicly or in your source code repository.**</font> Your `Client ID` and `Secret` can be exchanged for a time-limited `Bearer Token` by interacting with the Cybrid Identity Provider or through interacting with the **Authorize** button in this document. The following curl command can be used to quickly generate a `Bearer Token` for use in testing the API or demo applications. ``` # Example request when using Bank credentials curl -X POST https://id.sandbox.cybrid.app/oauth/token -d '{ \"grant_type\": \"client_credentials\", \"client_id\": \"<Your Client ID>\", \"client_secret\": \"<Your Secret>\", \"scope\": \"banks:read banks:write bank_applications:execute accounts:read accounts:execute customers:read customers:write customers:execute prices:read quotes:execute quotes:read trades:execute trades:read transfers:execute transfers:read external_bank_accounts:read external_bank_accounts:write external_bank_accounts:execute external_wallets:read external_wallets:execute workflows:read workflows:execute deposit_addresses:read deposit_addresses:execute deposit_bank_accounts:read deposit_bank_accounts:execute\" }' -H \"Content-Type: application/json\" # When using Organization credentials set `scope` to 'organizations:read organizations:write organization_applications:execute banks:read banks:write banks:execute bank_applications:execute users:read users:execute customers:read accounts:read prices:read quotes:execute quotes:read trades:execute trades:read transfers:read transfers:execute external_bank_accounts:read external_wallets:read workflows:read deposit_addresses:read deposit_bank_accounts:read' ``` <font color=\"orange\">**⚠️ Note: The above curl will create a bearer token with full scope access. Delete scopes if you'd like to restrict access.**</font> ## Authentication Scopes The Cybrid platform supports the use of scopes to control the level of access a token is limited to. Scopes do not grant access to resources; instead, they provide limits, in support of the least privilege principal. The following scopes are available on the platform and can be requested when generating either an Organization, Bank or Customer token. Generally speaking, the _Read_ scope is required to read and list resources, the _Write_ scope is required to update a resource and the _Execute_ scope is required to create a resource. | Resource | Read scope (Token Type) | Write scope (Token Type) | Execute scope (Token Type) | |-----------------------|------------------------------------------------------------|-----------------------------------------------|--------------------------------------------------| | Account | accounts:read (Organization, Bank, Customer) | | accounts:execute (Bank, Customer) | | Bank | banks:read (Organization, Bank) | banks:write (Organization, Bank) | banks:execute (Organization) | | Customer | customers:read (Organization, Bank, Customer) | customers:write (Bank, Customer) | customers:execute (Bank) | | Deposit Address | deposit_addresses:read (Organization, Bank, Customer) | deposit_addresses:write (Bank, Customer) | deposit_addresses:execute (Bank, Customer) | | External Bank Account | external_bank_accounts:read (Organization, Bank, Customer) | external_bank_accounts:write (Bank, Customer) | external_bank_accounts:execute (Bank, Customer) | | External Wallet | external_wallet:read (Organization, Bank, Customer) | | external_wallet:execute (Bank, Customer) | | Organization | organizations:read (Organization) | organizations:write (Organization) | | | User | users:read (Organization) | | users:execute (Organization) | | Price | prices:read (Bank, Customer) | | | | Quote | quotes:read (Organization, Bank, Customer) | | quotes:execute (Organization, Bank, Customer) | | Trade | trades:read (Organization, Bank, Customer) | | trades:execute (Organization, Bank, Customer) | | Transfer | transfers:read (Organization, Bank, Customer) | | transfers:execute (Organization, Bank, Customer) | | Workflow | workflows:read (Organization, Bank, Customer) | | workflows:execute (Bank, Customer) | ## Available Endpoints The available APIs for the [Identity](https://id.sandbox.cybrid.app/api/schema/swagger-ui), [Organization](https://organization.sandbox.cybrid.app/api/schema/swagger-ui) and [Bank](https://bank.sandbox.cybrid.app/api/schema/swagger-ui) API services are listed below: | API Service | Model | API Endpoint Path | Description | |--------------|----------------------|--------------------------------|---------------------------------------------------------------------------------------------------| | Identity | Bank | /api/bank_applications | Create and list banks | | Identity | CustomerToken | /api/customer_tokens | Create customer JWT access tokens | | Identity | Organization | /api/organization_applications | Create and list organizations | | Identity | Organization | /api/users | Create and list organization users | | Organization | Organization | /api/organizations | APIs to retrieve and update organization name | | Bank | Account | /api/accounts | Create and list accounts, which hold a specific asset for a customers | | Bank | Asset | /api/assets | Get a list of assets supported by the platform (ex: BTC, ETH) | | Bank | Bank | /api/banks | Create, update and list banks, the parent to customers, accounts, etc | | Bank | Customer | /api/customers | Create and list customers | | Bank | DepositAddress | /api/deposit_addresses | Create, get and list deposit addresses | | Bank | ExternalBankAccount | /api/external_bank_accounts | Create, get and list external bank accounts, which connect customer bank accounts to the platform | | Bank | ExternalWallet | /api/external_wallets | Create, get, list and delete external wallets, which connect customer wallets to the platform | | Bank | IdentityVerification | /api/identity_verifications | Create and list identity verifications, which are performed on customers for KYC | | Bank | Price | /api/prices | Get the current prices for assets on the platform | | Bank | Quote | /api/quotes | Create and list quotes, which are required to execute trades | | Bank | Symbol | /api/symbols | Get a list of symbols supported for trade (ex: BTC-USD) | | Bank | Trade | /api/trades | Create and list trades, which buy or sell cryptocurrency | | Bank | Transfer | /api/transfers | Create, get and list transfers (e.g., funding, book) | | Bank | Workflow | /api/workflows | Create, get and list workflows | ## Understanding Object Models & Endpoints **Organizations** An `Organization` is meant to represent the organization partnering with Cybrid to use our platform. An `Organization` typically does not directly interact with `customers`. Instead, an Organization has one or more `banks`, which encompass the financial service offerings of the platform. **Banks** A `Bank` is owned by an `Organization` and can be thought of as an environment or container for `customers` and product offerings. Banks are created in either `Sandbox` or `Production` mode, where `Sandbox` is the environment that you would test, prototype and build in prior to moving to `Production`. An `Organization` can have multiple `banks`, in either `Sandbox` or `Production` environments. A `Sandbox Bank` will be backed by stubbed data and process flows. For instance, funding source transfer processes as well as trades will be simulated rather than performed, however asset prices are representative of real-world values. You have an unlimited amount of simulated fiat currency for testing purposes. **Customers** `Customers` represent your banking users on the platform. At present, we offer support for `Individuals` as Customers. `Customers` must be verified (i.e., KYC'd) in our system before they can play any part on the platform, which means they must have an associated and a passing `Identity Verification`. See the Identity Verifications section for more details on how a customer can be verified. `Customers` must also have an `Account` to be able to transact, in the desired asset class. See the Accounts APIs for more details on setting up accounts for the customer.
7
7
 
8
- The version of the OpenAPI document: v0.113.5
8
+ The version of the OpenAPI document: v0.113.8
9
9
  Contact: support@cybrid.app
10
10
  Generated by: https://openapi-generator.tech
11
11
  OpenAPI Generator version: 6.0.0
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **type** | **String** | The account type. | [optional] |
7
+ | **type** | **String** | The account type; one of trading, fee, fiat, or gas. | [optional] |
8
8
  | **guid** | **String** | Auto-generated unique identifier for the account. | [optional] |
9
9
  | **created_at** | **Time** | ISO8601 datetime the record was created at. | [optional] |
10
10
  | **updated_at** | **Time** | ISO8601 datetime the record was last updated at. | [optional] |
@@ -14,7 +14,7 @@
14
14
  | **customer_guid** | **String** | The customer identifier associated with the account. | [optional] |
15
15
  | **platform_balance** | **Integer** | The amount of funds that are in the account, in base units of the asset. | [optional] |
16
16
  | **platform_available** | **Integer** | The amount of funds that are in the account, in base units of the asset, that are available for use on the platform. | [optional] |
17
- | **state** | **String** | The account&#39;s state. | [optional] |
17
+ | **state** | **String** | The state of the account; one of storing or created. | [optional] |
18
18
  | **labels** | **Array&lt;String&gt;** | The labels associated with the account. | [optional] |
19
19
 
20
20
  ## Example
@@ -179,7 +179,7 @@ api_instance = CybridApiBank::AccountsBankApi.new
179
179
  opts = {
180
180
  page: 56, # Integer | The page index to retrieve.
181
181
  per_page: 56, # Integer | The number of entities per page to return.
182
- owner: CybridApiBank::ListRequestOwnerBankModel::BANK, # ListRequestOwnerBankModel | The owner of the entity.
182
+ owner: 'owner_example', # String | The owner of the entity.
183
183
  guid: 'guid_example', # String | Comma separated account_guids to list accounts for.
184
184
  type: 'type_example', # String | Comma separated account_types to list accounts for.
185
185
  bank_guid: 'bank_guid_example', # String | Comma separated bank_guids to list accounts for.
@@ -220,7 +220,7 @@ end
220
220
  | ---- | ---- | ----------- | ----- |
221
221
  | **page** | **Integer** | The page index to retrieve. | [optional] |
222
222
  | **per_page** | **Integer** | The number of entities per page to return. | [optional] |
223
- | **owner** | [**ListRequestOwnerBankModel**](.md) | The owner of the entity. | [optional] |
223
+ | **owner** | **String** | The owner of the entity. | [optional] |
224
224
  | **guid** | **String** | Comma separated account_guids to list accounts for. | [optional] |
225
225
  | **type** | **String** | Comma separated account_types to list accounts for. | [optional] |
226
226
  | **bank_guid** | **String** | Comma separated bank_guids to list accounts for. | [optional] |
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **type** | **String** | The asset type. | |
7
+ | **type** | **String** | The asset type; one of fiat or crypto. | |
8
8
  | **code** | **String** | The unique code for the asset. | |
9
9
  | **name** | **String** | The name of the asset. | |
10
10
  | **symbol** | **String** | The currency symbol for the asset. | |
@@ -7,12 +7,12 @@
7
7
  | **guid** | **String** | Auto-generated unique identifier for the bank. | |
8
8
  | **organization_guid** | **String** | The organization&#39;s identifier. | |
9
9
  | **name** | **String** | The bank&#39;s name. | |
10
- | **type** | **String** | The bank&#39;s type. | |
10
+ | **type** | **String** | The bank type; one of sandbox or production. | |
11
11
  | **supported_trading_symbols** | **Array&lt;String&gt;** | The bank&#39;s list of supported trading symbols. | [optional] |
12
12
  | **supported_fiat_account_assets** | **Array&lt;String&gt;** | The bank&#39;s list of supported fiat symbols. | [optional] |
13
13
  | **supported_country_codes** | **Array&lt;String&gt;** | The bank&#39;s list of supported country codes. | [optional] |
14
14
  | **features** | **Array&lt;String&gt;** | The bank&#39;s enabled features. | |
15
- | **routable_accounts** | **String** | Configuration for supporting creating routable bank accounts. | [optional] |
15
+ | **routable_accounts** | **String** | Configuration for supporting creating routable bank accounts: one of unsupported, bank, or customer. | [optional] |
16
16
  | **created_at** | **Time** | ISO8601 datetime the record was created at. | |
17
17
  | **updated_at** | **Time** | ISO8601 datetime the record was last updated at. | [optional] |
18
18
 
@@ -6,10 +6,10 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **guid** | **String** | Auto-generated unique identifier for the customer. | [optional] |
8
8
  | **bank_guid** | **String** | Auto-generated unique identifier for the customer&#39;s bank. | [optional] |
9
- | **type** | **String** | The customer&#39;s type. | [optional] |
9
+ | **type** | **String** | The customer type; one of business or individual. | [optional] |
10
10
  | **created_at** | **Time** | ISO8601 datetime the record was created at. | [optional] |
11
11
  | **updated_at** | **Time** | ISO8601 datetime the record was last updated at. | [optional] |
12
- | **state** | **String** | The customer&#39;s state. | [optional] |
12
+ | **state** | **String** | The customer state; one of storing, unverified, verified, rejected, or frozen. | [optional] |
13
13
  | **name** | [**CustomerNameBankModel**](CustomerNameBankModel.md) | | [optional] |
14
14
  | **address** | [**CustomerAddressBankModel**](CustomerAddressBankModel.md) | | [optional] |
15
15
  | **date_of_birth** | **Date** | The customer&#39;s DOB. Only available for GET operations when &#39;include_pii&#39; is set. | [optional] |
@@ -11,9 +11,9 @@
11
11
  | **created_at** | **Time** | ISO8601 datetime the record was created at. | [optional] |
12
12
  | **updated_at** | **Time** | ISO8601 datetime the record was last updated at. | [optional] |
13
13
  | **asset** | **String** | The asset the transfer is related to, e.g., USD. | [optional] |
14
- | **state** | **String** | The state of the address. | [optional] |
14
+ | **state** | **String** | The state of the address; one of storing or created. | [optional] |
15
15
  | **address** | **String** | The blockchain address. | [optional] |
16
- | **format** | **String** | The blockchain address format. | [optional] |
16
+ | **format** | **String** | The blockchain address format; one of standard or legacy. | [optional] |
17
17
  | **tag** | **String** | The blockchain address tag. | [optional] |
18
18
  | **labels** | **Array&lt;String&gt;** | The labels associated with the address. | [optional] |
19
19
 
@@ -11,7 +11,7 @@
11
11
  | **created_at** | **Time** | ISO8601 datetime the record was created at. | [optional] |
12
12
  | **updated_at** | **Time** | ISO8601 datetime the record was last updated at. | [optional] |
13
13
  | **asset** | **String** | The asset the transfer is related to, e.g., USD. | [optional] |
14
- | **state** | **String** | The state of the address. | [optional] |
14
+ | **state** | **String** | The state of the address; one of storing or created. | [optional] |
15
15
  | **unique_memo_id** | **String** | The unique memo identifier for the address. This is used to identify the recipient when sending funds to the account. This value MUST be included in all wire transfers to this account. | [optional] |
16
16
  | **counterparty_name** | **String** | The name of the account holder. | [optional] |
17
17
  | **counterparty_address** | [**DepositBankAccountCounterpartyAddressBankModel**](DepositBankAccountCounterpartyAddressBankModel.md) | | [optional] |
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **routing_number_type** | **String** | The type of routing number. | |
7
+ | **routing_number_type** | **String** | The type of routing number; one of CPA, ABA, or SWIFT. | |
8
8
  | **routing_number** | **String** | The routing number. | |
9
9
 
10
10
  ## Example
@@ -7,8 +7,8 @@
7
7
  | **guid** | **String** | Auto-generated unique identifier for the account. | [optional] |
8
8
  | **name** | **String** | The name of the account. | [optional] |
9
9
  | **asset** | **String** | The asset code. | [optional] |
10
- | **account_kind** | **String** | The type of account. | [optional] |
11
- | **environment** | **String** | The environment that the external bank account is operating in. | [optional] |
10
+ | **account_kind** | **String** | The type of account; one of plaid, plaid_processor_token, or raw_routing_details. | [optional] |
11
+ | **environment** | **String** | The environment that the external bank account is operating in; one of sandbox or production. | [optional] |
12
12
  | **bank_guid** | **String** | The bank identifier. | [optional] |
13
13
  | **customer_guid** | **String** | The customer identifier. | [optional] |
14
14
  | **created_at** | **Time** | ISO8601 datetime the record was created at. | [optional] |
@@ -16,7 +16,7 @@
16
16
  | **plaid_institution_id** | **String** | The Plaid institution ID for the account. | [optional] |
17
17
  | **plaid_account_mask** | **String** | The account number mask for the account. | [optional] |
18
18
  | **plaid_account_name** | **String** | The name for the account. | [optional] |
19
- | **state** | **String** | The state of the external bank account. | [optional] |
19
+ | **state** | **String** | The state of the external bank account; one of storing, completed, failed, refresh_required, unverified, deleting, or deleted. | [optional] |
20
20
  | **failure_code** | **String** | The failure code for failed transfers. | [optional] |
21
21
  | **balance_updated_at** | **Time** | The timestamp that the balance information was last updated at. | [optional] |
22
22
  | **balances** | [**ExternalBankAccountBalancesBankModel**](ExternalBankAccountBalancesBankModel.md) | | [optional] |
@@ -7,14 +7,14 @@
7
7
  | **guid** | **String** | Auto-generated unique identifier for the wallet. | [optional] |
8
8
  | **name** | **String** | The name of the wallet. | [optional] |
9
9
  | **asset** | **String** | The asset code. | [optional] |
10
- | **environment** | **String** | The environment that the wallet is configured for. | [optional] |
10
+ | **environment** | **String** | The environment that the wallet is configured for; one of sandbox or production. | [optional] |
11
11
  | **bank_guid** | **String** | The bank identifier. | [optional] |
12
12
  | **customer_guid** | **String** | The customer identifier. | [optional] |
13
13
  | **address** | **String** | The blockchain wallet address for the wallet. | [optional] |
14
14
  | **tag** | **String** | The blockchain tag to use when transferring crypto to the wallet. | [optional] |
15
15
  | **created_at** | **Time** | ISO8601 datetime the record was created at. | [optional] |
16
16
  | **updated_at** | **Time** | ISO8601 datetime the record was last updated at. | [optional] |
17
- | **state** | **String** | The state of an external wallet | [optional] |
17
+ | **state** | **String** | The state of the external wallet; one of storing, pending, failed, completed, deleting, or deleted. | [optional] |
18
18
  | **failure_code** | **String** | The failure code of an external wallet (if any) | [optional] |
19
19
 
20
20
  ## Example
@@ -252,7 +252,7 @@ api_instance = CybridApiBank::ExternalWalletsBankApi.new
252
252
  opts = {
253
253
  page: 56, # Integer | The page index to retrieve.
254
254
  per_page: 56, # Integer | The number of entities per page to return.
255
- owner: CybridApiBank::ListRequestOwnerBankModel::BANK, # ListRequestOwnerBankModel | The owner of the entity.
255
+ owner: 'owner_example', # String | The owner of the entity.
256
256
  guid: 'guid_example', # String | Comma separated external_wallet_guids to list external_wallets for.
257
257
  bank_guid: 'bank_guid_example', # String | Comma separated bank_guids to list external_wallets for.
258
258
  customer_guid: 'customer_guid_example', # String | Comma separated customer_guids to list external_wallets for.
@@ -292,7 +292,7 @@ end
292
292
  | ---- | ---- | ----------- | ----- |
293
293
  | **page** | **Integer** | The page index to retrieve. | [optional] |
294
294
  | **per_page** | **Integer** | The number of entities per page to return. | [optional] |
295
- | **owner** | [**ListRequestOwnerBankModel**](.md) | The owner of the entity. | [optional] |
295
+ | **owner** | **String** | The owner of the entity. | [optional] |
296
296
  | **guid** | **String** | Comma separated external_wallet_guids to list external_wallets for. | [optional] |
297
297
  | **bank_guid** | **String** | Comma separated bank_guids to list external_wallets for. | [optional] |
298
298
  | **customer_guid** | **String** | Comma separated customer_guids to list external_wallets for. | [optional] |
@@ -5,13 +5,13 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **guid** | **String** | Auto-generated unique identifier for the identity verification. | [optional] |
8
- | **customer_guid** | **String** | The customer&#39;s identifier. | [optional] |
9
- | **type** | **String** | The type of identity verification. | [optional] |
10
- | **method** | **String** | The identity verification method. | [optional] |
8
+ | **customer_guid** | **String** | The identity verification&#39;s identifier. | [optional] |
9
+ | **type** | **String** | The identity verification type; one of kyc or bank_account. | [optional] |
10
+ | **method** | **String** | The identity verification method; one of business_registration, id_and_selfie, attested, plaid_identity_match, or document_submission. | [optional] |
11
11
  | **created_at** | **Time** | ISO8601 datetime the record was created at. | [optional] |
12
12
  | **updated_at** | **Time** | ISO8601 datetime the record was last updated at. | [optional] |
13
- | **state** | **String** | The state of the verification process. | [optional] |
14
- | **outcome** | **String** | The outcome of the verification process. | [optional] |
13
+ | **state** | **String** | The identity verification state; one of storing, waiting, expired, or completed. | [optional] |
14
+ | **outcome** | **String** | The identity verification outcome; one of passed or failed. | [optional] |
15
15
  | **failure_codes** | **Array&lt;String&gt;** | The reason codes explaining the outcome. | [optional] |
16
16
 
17
17
  ## Example
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **persona_inquiry_id** | **String** | The Persona identifier of the backing inquiry. | [optional] |
8
- | **persona_state** | **String** | The Persona state of the backing inquiry. | [optional] |
8
+ | **persona_state** | **String** | The Persona state of the backing inquiry; one of waiting, pending, reviewing, processing, expired, completed, or unknown. | [optional] |
9
9
  | **external_bank_account_guid** | **String** | The external bank account&#39;s identifier. | [optional] |
10
10
 
11
11
  ## Example
@@ -5,16 +5,16 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **guid** | **String** | Auto-generated unique identifier for the identity verification. | [optional] |
8
- | **customer_guid** | **String** | The customer&#39;s identifier. | [optional] |
9
- | **type** | **String** | The type of identity verification. | [optional] |
10
- | **method** | **String** | The identity verification method. | [optional] |
8
+ | **customer_guid** | **String** | The identity verification&#39;s identifier. | [optional] |
9
+ | **type** | **String** | The identity verification type; one of kyc or bank_account. | [optional] |
10
+ | **method** | **String** | The identity verification method; one of business_registration, id_and_selfie, attested, plaid_identity_match, or document_submission. | [optional] |
11
11
  | **created_at** | **Time** | ISO8601 datetime the record was created at. | [optional] |
12
12
  | **updated_at** | **Time** | ISO8601 datetime the record was last updated at. | [optional] |
13
- | **state** | **String** | The state of the verification process. | [optional] |
14
- | **outcome** | **String** | The outcome of the verification process. | [optional] |
13
+ | **state** | **String** | The identity verification state; one of storing, waiting, expired, or completed. | [optional] |
14
+ | **outcome** | **String** | The identity verification outcome; one of passed or failed. | [optional] |
15
15
  | **failure_codes** | **Array&lt;String&gt;** | The reason codes explaining the outcome. | [optional] |
16
16
  | **persona_inquiry_id** | **String** | The Persona identifier of the backing inquiry. | [optional] |
17
- | **persona_state** | **String** | The Persona state of the backing inquiry. | [optional] |
17
+ | **persona_state** | **String** | The Persona state of the backing inquiry; one of waiting, pending, reviewing, processing, expired, completed, or unknown. | [optional] |
18
18
  | **external_bank_account_guid** | **String** | The external bank account&#39;s identifier. | [optional] |
19
19
 
20
20
  ## Example
@@ -5,11 +5,11 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **guid** | **String** | Auto-generated unique identifier for the quote. | [optional] |
8
- | **product_type** | **String** | The type of product the quote is for. | [optional] |
8
+ | **product_type** | **String** | The type of product the quote is for; one of trading, funding, book_transfer, or crypto_transfer. | [optional] |
9
9
  | **bank_guid** | **String** | The unique identifier for the bank. | [optional] |
10
10
  | **customer_guid** | **String** | The unique identifier for the customer. | [optional] |
11
11
  | **symbol** | **String** | Symbol the quote was requested for. Format is \&quot;asset-counter_asset\&quot; in uppercase. Populated for trade quotes. | [optional] |
12
- | **side** | **String** | The direction of the quote: either &#39;buy&#39; or &#39;sell&#39; for trade quotes. | [optional] |
12
+ | **side** | **String** | The direction of the quote; one of buy, sell, deposit, or withdrawal. | [optional] |
13
13
  | **receive_amount** | **Integer** | The amount to be received in base units of the currency: currency is \&quot;asset\&quot; for buy and \&quot;counter_asset\&quot; for sell for trade quotes. | [optional] |
14
14
  | **deliver_amount** | **Integer** | The amount to be delivered in base units of the currency: currency is \&quot;counter_asset\&quot; for buy and \&quot;asset\&quot; for sell for trade quotes. | [optional] |
15
15
  | **fee** | **Integer** | The fee associated with the trade. Denominated in \&quot;counter_asset\&quot; base units for trade quotes. | [optional] |
@@ -5,12 +5,12 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **guid** | **String** | Auto-generated unique identifier for the trade. | [optional] |
8
- | **trade_type** | **String** | The type of trade. | [optional] |
8
+ | **trade_type** | **String** | The type of trade; one of platform or liquidation. | [optional] |
9
9
  | **customer_guid** | **String** | The associated customer&#39;s identifier. | [optional] |
10
10
  | **quote_guid** | **String** | The associated quote&#39;s identifier. | [optional] |
11
11
  | **symbol** | **String** | The trade symbol the pricing is related to. Format is asset-counter_asset, e.g., BTC-USD. | [optional] |
12
- | **side** | **String** | The direction of the quote: either &#39;buy&#39; or &#39;sell&#39;. | [optional] |
13
- | **state** | **String** | The trade&#39;s state | [optional] |
12
+ | **side** | **String** | The direction of the trade; one of buy or sell. | [optional] |
13
+ | **state** | **String** | The state of the trade; one of storing, pending, cancelled, completed, settling, or failed. | [optional] |
14
14
  | **failure_code** | **String** | The failure code for failed trades. | [optional] |
15
15
  | **receive_amount** | **Integer** | The amount to be received in base units of the currency: currency is \&quot;asset\&quot; for buy and \&quot;counter_asset\&quot; for sell. | [optional] |
16
16
  | **deliver_amount** | **Integer** | The amount to be delivered in base units of the currency: currency is \&quot;counter_asset\&quot; for buy and \&quot;asset\&quot; for sell. | [optional] |
@@ -5,14 +5,14 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **guid** | **String** | Auto-generated unique identifier for the transfer. | [optional] |
8
- | **transfer_type** | **String** | The type of transfer. | [optional] |
8
+ | **transfer_type** | **String** | The type of transfer; one of funding, book, crypto, instant_funding, funding_return, or crypto_return. | [optional] |
9
9
  | **bank_guid** | **String** | The associated bank&#39;s identifier. | [optional] |
10
10
  | **customer_guid** | **String** | The associated customer&#39;s identifier. | [optional] |
11
11
  | **quote_guid** | **String** | The associated quote&#39;s identifier. | [optional] |
12
12
  | **external_bank_account_guid** | **String** | The associated external bank account&#39;s identifier. | [optional] |
13
13
  | **asset** | **String** | The asset the transfer is related to, e.g., USD. | [optional] |
14
- | **side** | **String** | The direction of the quote: &#39;deposit&#39; or &#39;withdrawal&#39;. | [optional] |
15
- | **state** | **String** | The transfer&#39;s state | [optional] |
14
+ | **side** | **String** | The direction of the quote; one of deposit or withdrawal. | [optional] |
15
+ | **state** | **String** | The state of the transfer; one of storing, pending, reviewing, completed, or failed. | [optional] |
16
16
  | **failure_code** | **String** | The failure code for failed transfers. | [optional] |
17
17
  | **amount** | **Integer** | The actual amount in base units of the asset. | [optional] |
18
18
  | **estimated_amount** | **Integer** | The estimated amount in base units of the asset. | [optional] |
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **guid** | **String** | Auto-generated unique identifier for the transfer account. | [optional] |
8
- | **type** | **String** | The type of transfer account. | [optional] |
8
+ | **type** | **String** | The type of transfer account; one of trading, fiat, external_bank_account, external_wallet, or one_time_address. | [optional] |
9
9
 
10
10
  ## Example
11
11
 
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **guid** | **String** | Auto-generated unique identifier for the transfer account. | [optional] |
8
- | **type** | **String** | The type of transfer account. | [optional] |
8
+ | **type** | **String** | The type of transfer account; one of trading, fiat, external_bank_account, external_wallet, or one_time_address. | [optional] |
9
9
 
10
10
  ## Example
11
11
 
@@ -4,8 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **type** | **String** | The type of verification check. | |
8
- | **state** | **String** | The state of the verification check. | |
7
+ | **type** | **String** | The type of verification check; one of business_watchlists, business_verification, business_tax_id_verification, person_attested, person_tax_id_attested, person_watchlists, person_verification, person_authentication, person_gov_id_verification, or person_tax_id_verification. | |
8
+ | **state** | **String** | The state of the verification check; one of passed, failed, expired, or invalidated. | |
9
9
  | **failure_codes** | **Array&lt;String&gt;** | The reason codes explaining the outcome. | [optional] |
10
10
 
11
11
  ## Example
@@ -6,8 +6,8 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **guid** | **String** | Auto-generated unique identifier for the workflow. | [optional] |
8
8
  | **customer_guid** | **String** | The associated customer&#39;s identifier. | [optional] |
9
- | **type** | **String** | The type of workflow. | [optional] |
10
- | **state** | **String** | The state of the workflow. | [optional] |
9
+ | **type** | **String** | The type of workflow; one of plaid. | [optional] |
10
+ | **state** | **String** | The state of the workflow; one of storing, completed, or failed. | [optional] |
11
11
  | **failure_code** | **String** | The failure code for failed workflows. | [optional] |
12
12
  | **created_at** | **Time** | ISO8601 datetime the record was created at. | [optional] |
13
13
  | **updated_at** | **Time** | ISO8601 datetime the record was last updated at. | [optional] |
@@ -6,8 +6,8 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **guid** | **String** | Auto-generated unique identifier for the workflow. | [optional] |
8
8
  | **customer_guid** | **String** | The associated customer&#39;s identifier. | [optional] |
9
- | **type** | **String** | The type of workflow. | [optional] |
10
- | **state** | **String** | The state of the workflow. | [optional] |
9
+ | **type** | **String** | The type of workflow; one of plaid. | [optional] |
10
+ | **state** | **String** | The state of the workflow; one of storing, completed, or failed. | [optional] |
11
11
  | **failure_code** | **String** | The failure code for failed workflows. | [optional] |
12
12
  | **created_at** | **Time** | ISO8601 datetime the record was created at. | [optional] |
13
13
  | **updated_at** | **Time** | ISO8601 datetime the record was last updated at. | [optional] |
@@ -3,7 +3,7 @@
3
3
 
4
4
  ## Cybrid API documentation Welcome to Cybrid, an all-in-one crypto platform that enables you to easily **build** and **launch** white-label crypto products or services. In these documents, you'll find details on how our REST API operates and generally how our platform functions. If you're looking for our UI SDK Widgets for Web or Mobile (iOS/Android), generated API clients, or demo applications, head over to our [Github repo](https://github.com/Cybrid-app). 💡 We recommend bookmarking the [Cybrid LinkTree](https://linktr.ee/cybridtechnologies) which contains many helpful links to platform resources. ## Getting Started This is Cybrid's public interactive API documentation, which allows you to fully test our APIs. If you'd like to use a different tool to exercise our APIs, you can download the [Open API 3.0 yaml](https://bank.sandbox.cybrid.app/api/schema/v1/swagger.yaml) for import. If you're new to our APIs and the Cybrid Platform, follow the below guides to get set up and familiar with the platform: 1. [Understanding the Platform](https://kb.cybrid.xyz/understanding-the-platform) 2. [Getting Started in the Cybrid Sandbox](https://kb.cybrid.xyz/getting-started-guide) 3. [Getting Ready for Trading](https://kb.cybrid.xyz/getting-ready-for-trading) 4. [Running the Web Demo App](https://kb.cybrid.xyz/locally-running-the-web-demo-app) (or, alternatively, [Testing with Hosted Web Demo App](https://kb.cybrid.xyz/testing-with-hosted-web-demo-app)) In [Getting Started in the Cybrid Sandbox](https://kb.cybrid.xyz/getting-started-guide), we walk you through how to use the [Cybrid Sandbox](https://id.sandbox.cybrid.app/) to create a test bank and generate API keys. In [Getting Ready for Trading](https://kb.cybrid.xyz/getting-ready-for-trading), we walk through creating customers, customer identities, accounts, as well as executing quotes and trades. If you've already run through the first two guides, you can follow the [Running the Web Demo App](https://kb.cybrid.xyz/locally-running-the-web-demo-app) guide to test our web SDK with your sandbox `bank` and `customer`. ## Working with the Cybrid Platform There are three primary ways you can interact with the Cybrid platform: 1. Directly via our RESTful API (this documentation) 2. Using our API clients available in a variety of languages ([Angular](https://github.com/Cybrid-app/cybrid-api-bank-angular), [Java](https://github.com/Cybrid-app/cybrid-api-bank-java), [Kotlin](https://github.com/Cybrid-app/cybrid-api-bank-kotlin), [Python](https://github.com/Cybrid-app/cybrid-api-bank-python), [Ruby](https://github.com/Cybrid-app/cybrid-api-bank-ruby), [Swift](https://github.com/Cybrid-app/cybrid-api-bank-swift) or [Typescript](https://github.com/Cybrid-app/cybrid-api-bank-typescript)) 3. Integrating a platform specific SDK ([Web](https://github.com/Cybrid-app/cybrid-sdk-web), [Android](https://github.com/Cybrid-app/cybrid-sdk-android), [iOS](https://github.com/Cybrid-app/cybrid-sdk-ios)) Our complete set of APIs allows you to manage resources across three distinct areas: your `Organization`, your `Banks` and your `Identities`. For most of your testing and interaction you'll be using the `Bank` API, which is where the majority of APIs reside. *The complete set of APIs can be found on the following pages:* | API | Description | |------------------------------------------------------------------|-------------------------------------------------------------| | [Organization API](https://organization.sandbox.cybrid.app/api/schema/swagger-ui) | APIs to manage organizations | | [Bank API](https://bank.sandbox.cybrid.app/api/schema/swagger-ui) | APIs to manage banks (and all downstream customer activity) | | [Identities API](https://id.sandbox.cybrid.app/api/schema/swagger-ui) | APIs to manage organization and bank identities | For questions please contact [Support](mailto:support@cybrid.xyz) at any time for assistance, or contact the [Product Team](mailto:product@cybrid.xyz) for product suggestions. ## Authenticating with the API The Cybrid Platform uses OAuth 2.0 Bearer Tokens to authenticate requests to the platform. Credentials to create `Organization` and `Bank` tokens can be generated via the [Cybrid Sandbox](https://id.sandbox.cybrid.app). Access tokens can be generated for a `Customer` as well via the [Cybrid IdP](https://id.sandbox.cybrid.app) as well. An `Organization` access token applies broadly to the whole Organization and all of its `Banks`, whereas, a `Bank` access token is specific to an individual Bank. `Customer` tokens, similarly, are scoped to a specific customer in a bank. Both `Organization` and `Bank` tokens can be created using the OAuth Client Credential Grant flow. Each Organization and Bank has its own unique `Client ID` and `Secret` that allows for machine-to-machine authentication. A `Bank` can then generate `Customer` access tokens via API using our [Identities API](https://id.sandbox.cybrid.app/api/schema/swagger-ui). <font color=\"orange\">**⚠️ Never share your Client ID or Secret publicly or in your source code repository.**</font> Your `Client ID` and `Secret` can be exchanged for a time-limited `Bearer Token` by interacting with the Cybrid Identity Provider or through interacting with the **Authorize** button in this document. The following curl command can be used to quickly generate a `Bearer Token` for use in testing the API or demo applications. ``` # Example request when using Bank credentials curl -X POST https://id.sandbox.cybrid.app/oauth/token -d '{ \"grant_type\": \"client_credentials\", \"client_id\": \"<Your Client ID>\", \"client_secret\": \"<Your Secret>\", \"scope\": \"banks:read banks:write bank_applications:execute accounts:read accounts:execute customers:read customers:write customers:execute prices:read quotes:execute quotes:read trades:execute trades:read transfers:execute transfers:read external_bank_accounts:read external_bank_accounts:write external_bank_accounts:execute external_wallets:read external_wallets:execute workflows:read workflows:execute deposit_addresses:read deposit_addresses:execute deposit_bank_accounts:read deposit_bank_accounts:execute\" }' -H \"Content-Type: application/json\" # When using Organization credentials set `scope` to 'organizations:read organizations:write organization_applications:execute banks:read banks:write banks:execute bank_applications:execute users:read users:execute customers:read accounts:read prices:read quotes:execute quotes:read trades:execute trades:read transfers:read transfers:execute external_bank_accounts:read external_wallets:read workflows:read deposit_addresses:read deposit_bank_accounts:read' ``` <font color=\"orange\">**⚠️ Note: The above curl will create a bearer token with full scope access. Delete scopes if you'd like to restrict access.**</font> ## Authentication Scopes The Cybrid platform supports the use of scopes to control the level of access a token is limited to. Scopes do not grant access to resources; instead, they provide limits, in support of the least privilege principal. The following scopes are available on the platform and can be requested when generating either an Organization, Bank or Customer token. Generally speaking, the _Read_ scope is required to read and list resources, the _Write_ scope is required to update a resource and the _Execute_ scope is required to create a resource. | Resource | Read scope (Token Type) | Write scope (Token Type) | Execute scope (Token Type) | |-----------------------|------------------------------------------------------------|-----------------------------------------------|--------------------------------------------------| | Account | accounts:read (Organization, Bank, Customer) | | accounts:execute (Bank, Customer) | | Bank | banks:read (Organization, Bank) | banks:write (Organization, Bank) | banks:execute (Organization) | | Customer | customers:read (Organization, Bank, Customer) | customers:write (Bank, Customer) | customers:execute (Bank) | | Deposit Address | deposit_addresses:read (Organization, Bank, Customer) | deposit_addresses:write (Bank, Customer) | deposit_addresses:execute (Bank, Customer) | | External Bank Account | external_bank_accounts:read (Organization, Bank, Customer) | external_bank_accounts:write (Bank, Customer) | external_bank_accounts:execute (Bank, Customer) | | External Wallet | external_wallet:read (Organization, Bank, Customer) | | external_wallet:execute (Bank, Customer) | | Organization | organizations:read (Organization) | organizations:write (Organization) | | | User | users:read (Organization) | | users:execute (Organization) | | Price | prices:read (Bank, Customer) | | | | Quote | quotes:read (Organization, Bank, Customer) | | quotes:execute (Organization, Bank, Customer) | | Trade | trades:read (Organization, Bank, Customer) | | trades:execute (Organization, Bank, Customer) | | Transfer | transfers:read (Organization, Bank, Customer) | | transfers:execute (Organization, Bank, Customer) | | Workflow | workflows:read (Organization, Bank, Customer) | | workflows:execute (Bank, Customer) | ## Available Endpoints The available APIs for the [Identity](https://id.sandbox.cybrid.app/api/schema/swagger-ui), [Organization](https://organization.sandbox.cybrid.app/api/schema/swagger-ui) and [Bank](https://bank.sandbox.cybrid.app/api/schema/swagger-ui) API services are listed below: | API Service | Model | API Endpoint Path | Description | |--------------|----------------------|--------------------------------|---------------------------------------------------------------------------------------------------| | Identity | Bank | /api/bank_applications | Create and list banks | | Identity | CustomerToken | /api/customer_tokens | Create customer JWT access tokens | | Identity | Organization | /api/organization_applications | Create and list organizations | | Identity | Organization | /api/users | Create and list organization users | | Organization | Organization | /api/organizations | APIs to retrieve and update organization name | | Bank | Account | /api/accounts | Create and list accounts, which hold a specific asset for a customers | | Bank | Asset | /api/assets | Get a list of assets supported by the platform (ex: BTC, ETH) | | Bank | Bank | /api/banks | Create, update and list banks, the parent to customers, accounts, etc | | Bank | Customer | /api/customers | Create and list customers | | Bank | DepositAddress | /api/deposit_addresses | Create, get and list deposit addresses | | Bank | ExternalBankAccount | /api/external_bank_accounts | Create, get and list external bank accounts, which connect customer bank accounts to the platform | | Bank | ExternalWallet | /api/external_wallets | Create, get, list and delete external wallets, which connect customer wallets to the platform | | Bank | IdentityVerification | /api/identity_verifications | Create and list identity verifications, which are performed on customers for KYC | | Bank | Price | /api/prices | Get the current prices for assets on the platform | | Bank | Quote | /api/quotes | Create and list quotes, which are required to execute trades | | Bank | Symbol | /api/symbols | Get a list of symbols supported for trade (ex: BTC-USD) | | Bank | Trade | /api/trades | Create and list trades, which buy or sell cryptocurrency | | Bank | Transfer | /api/transfers | Create, get and list transfers (e.g., funding, book) | | Bank | Workflow | /api/workflows | Create, get and list workflows | ## Understanding Object Models & Endpoints **Organizations** An `Organization` is meant to represent the organization partnering with Cybrid to use our platform. An `Organization` typically does not directly interact with `customers`. Instead, an Organization has one or more `banks`, which encompass the financial service offerings of the platform. **Banks** A `Bank` is owned by an `Organization` and can be thought of as an environment or container for `customers` and product offerings. Banks are created in either `Sandbox` or `Production` mode, where `Sandbox` is the environment that you would test, prototype and build in prior to moving to `Production`. An `Organization` can have multiple `banks`, in either `Sandbox` or `Production` environments. A `Sandbox Bank` will be backed by stubbed data and process flows. For instance, funding source transfer processes as well as trades will be simulated rather than performed, however asset prices are representative of real-world values. You have an unlimited amount of simulated fiat currency for testing purposes. **Customers** `Customers` represent your banking users on the platform. At present, we offer support for `Individuals` as Customers. `Customers` must be verified (i.e., KYC'd) in our system before they can play any part on the platform, which means they must have an associated and a passing `Identity Verification`. See the Identity Verifications section for more details on how a customer can be verified. `Customers` must also have an `Account` to be able to transact, in the desired asset class. See the Accounts APIs for more details on setting up accounts for the customer.
5
5
 
6
- The version of the OpenAPI document: v0.113.5
6
+ The version of the OpenAPI document: v0.113.8
7
7
  Contact: support@cybrid.app
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.0
@@ -155,7 +155,7 @@ module CybridApiBank
155
155
  # @param [Hash] opts the optional parameters
156
156
  # @option opts [Integer] :page The page index to retrieve.
157
157
  # @option opts [Integer] :per_page The number of entities per page to return.
158
- # @option opts [ListRequestOwnerBankModel] :owner The owner of the entity.
158
+ # @option opts [String] :owner The owner of the entity.
159
159
  # @option opts [String] :guid Comma separated account_guids to list accounts for.
160
160
  # @option opts [String] :type Comma separated account_types to list accounts for.
161
161
  # @option opts [String] :bank_guid Comma separated bank_guids to list accounts for.
@@ -172,7 +172,7 @@ module CybridApiBank
172
172
  # @param [Hash] opts the optional parameters
173
173
  # @option opts [Integer] :page The page index to retrieve.
174
174
  # @option opts [Integer] :per_page The number of entities per page to return.
175
- # @option opts [ListRequestOwnerBankModel] :owner The owner of the entity.
175
+ # @option opts [String] :owner The owner of the entity.
176
176
  # @option opts [String] :guid Comma separated account_guids to list accounts for.
177
177
  # @option opts [String] :type Comma separated account_types to list accounts for.
178
178
  # @option opts [String] :bank_guid Comma separated bank_guids to list accounts for.
@@ -3,7 +3,7 @@
3
3
 
4
4
  ## Cybrid API documentation Welcome to Cybrid, an all-in-one crypto platform that enables you to easily **build** and **launch** white-label crypto products or services. In these documents, you'll find details on how our REST API operates and generally how our platform functions. If you're looking for our UI SDK Widgets for Web or Mobile (iOS/Android), generated API clients, or demo applications, head over to our [Github repo](https://github.com/Cybrid-app). 💡 We recommend bookmarking the [Cybrid LinkTree](https://linktr.ee/cybridtechnologies) which contains many helpful links to platform resources. ## Getting Started This is Cybrid's public interactive API documentation, which allows you to fully test our APIs. If you'd like to use a different tool to exercise our APIs, you can download the [Open API 3.0 yaml](https://bank.sandbox.cybrid.app/api/schema/v1/swagger.yaml) for import. If you're new to our APIs and the Cybrid Platform, follow the below guides to get set up and familiar with the platform: 1. [Understanding the Platform](https://kb.cybrid.xyz/understanding-the-platform) 2. [Getting Started in the Cybrid Sandbox](https://kb.cybrid.xyz/getting-started-guide) 3. [Getting Ready for Trading](https://kb.cybrid.xyz/getting-ready-for-trading) 4. [Running the Web Demo App](https://kb.cybrid.xyz/locally-running-the-web-demo-app) (or, alternatively, [Testing with Hosted Web Demo App](https://kb.cybrid.xyz/testing-with-hosted-web-demo-app)) In [Getting Started in the Cybrid Sandbox](https://kb.cybrid.xyz/getting-started-guide), we walk you through how to use the [Cybrid Sandbox](https://id.sandbox.cybrid.app/) to create a test bank and generate API keys. In [Getting Ready for Trading](https://kb.cybrid.xyz/getting-ready-for-trading), we walk through creating customers, customer identities, accounts, as well as executing quotes and trades. If you've already run through the first two guides, you can follow the [Running the Web Demo App](https://kb.cybrid.xyz/locally-running-the-web-demo-app) guide to test our web SDK with your sandbox `bank` and `customer`. ## Working with the Cybrid Platform There are three primary ways you can interact with the Cybrid platform: 1. Directly via our RESTful API (this documentation) 2. Using our API clients available in a variety of languages ([Angular](https://github.com/Cybrid-app/cybrid-api-bank-angular), [Java](https://github.com/Cybrid-app/cybrid-api-bank-java), [Kotlin](https://github.com/Cybrid-app/cybrid-api-bank-kotlin), [Python](https://github.com/Cybrid-app/cybrid-api-bank-python), [Ruby](https://github.com/Cybrid-app/cybrid-api-bank-ruby), [Swift](https://github.com/Cybrid-app/cybrid-api-bank-swift) or [Typescript](https://github.com/Cybrid-app/cybrid-api-bank-typescript)) 3. Integrating a platform specific SDK ([Web](https://github.com/Cybrid-app/cybrid-sdk-web), [Android](https://github.com/Cybrid-app/cybrid-sdk-android), [iOS](https://github.com/Cybrid-app/cybrid-sdk-ios)) Our complete set of APIs allows you to manage resources across three distinct areas: your `Organization`, your `Banks` and your `Identities`. For most of your testing and interaction you'll be using the `Bank` API, which is where the majority of APIs reside. *The complete set of APIs can be found on the following pages:* | API | Description | |------------------------------------------------------------------|-------------------------------------------------------------| | [Organization API](https://organization.sandbox.cybrid.app/api/schema/swagger-ui) | APIs to manage organizations | | [Bank API](https://bank.sandbox.cybrid.app/api/schema/swagger-ui) | APIs to manage banks (and all downstream customer activity) | | [Identities API](https://id.sandbox.cybrid.app/api/schema/swagger-ui) | APIs to manage organization and bank identities | For questions please contact [Support](mailto:support@cybrid.xyz) at any time for assistance, or contact the [Product Team](mailto:product@cybrid.xyz) for product suggestions. ## Authenticating with the API The Cybrid Platform uses OAuth 2.0 Bearer Tokens to authenticate requests to the platform. Credentials to create `Organization` and `Bank` tokens can be generated via the [Cybrid Sandbox](https://id.sandbox.cybrid.app). Access tokens can be generated for a `Customer` as well via the [Cybrid IdP](https://id.sandbox.cybrid.app) as well. An `Organization` access token applies broadly to the whole Organization and all of its `Banks`, whereas, a `Bank` access token is specific to an individual Bank. `Customer` tokens, similarly, are scoped to a specific customer in a bank. Both `Organization` and `Bank` tokens can be created using the OAuth Client Credential Grant flow. Each Organization and Bank has its own unique `Client ID` and `Secret` that allows for machine-to-machine authentication. A `Bank` can then generate `Customer` access tokens via API using our [Identities API](https://id.sandbox.cybrid.app/api/schema/swagger-ui). <font color=\"orange\">**⚠️ Never share your Client ID or Secret publicly or in your source code repository.**</font> Your `Client ID` and `Secret` can be exchanged for a time-limited `Bearer Token` by interacting with the Cybrid Identity Provider or through interacting with the **Authorize** button in this document. The following curl command can be used to quickly generate a `Bearer Token` for use in testing the API or demo applications. ``` # Example request when using Bank credentials curl -X POST https://id.sandbox.cybrid.app/oauth/token -d '{ \"grant_type\": \"client_credentials\", \"client_id\": \"<Your Client ID>\", \"client_secret\": \"<Your Secret>\", \"scope\": \"banks:read banks:write bank_applications:execute accounts:read accounts:execute customers:read customers:write customers:execute prices:read quotes:execute quotes:read trades:execute trades:read transfers:execute transfers:read external_bank_accounts:read external_bank_accounts:write external_bank_accounts:execute external_wallets:read external_wallets:execute workflows:read workflows:execute deposit_addresses:read deposit_addresses:execute deposit_bank_accounts:read deposit_bank_accounts:execute\" }' -H \"Content-Type: application/json\" # When using Organization credentials set `scope` to 'organizations:read organizations:write organization_applications:execute banks:read banks:write banks:execute bank_applications:execute users:read users:execute customers:read accounts:read prices:read quotes:execute quotes:read trades:execute trades:read transfers:read transfers:execute external_bank_accounts:read external_wallets:read workflows:read deposit_addresses:read deposit_bank_accounts:read' ``` <font color=\"orange\">**⚠️ Note: The above curl will create a bearer token with full scope access. Delete scopes if you'd like to restrict access.**</font> ## Authentication Scopes The Cybrid platform supports the use of scopes to control the level of access a token is limited to. Scopes do not grant access to resources; instead, they provide limits, in support of the least privilege principal. The following scopes are available on the platform and can be requested when generating either an Organization, Bank or Customer token. Generally speaking, the _Read_ scope is required to read and list resources, the _Write_ scope is required to update a resource and the _Execute_ scope is required to create a resource. | Resource | Read scope (Token Type) | Write scope (Token Type) | Execute scope (Token Type) | |-----------------------|------------------------------------------------------------|-----------------------------------------------|--------------------------------------------------| | Account | accounts:read (Organization, Bank, Customer) | | accounts:execute (Bank, Customer) | | Bank | banks:read (Organization, Bank) | banks:write (Organization, Bank) | banks:execute (Organization) | | Customer | customers:read (Organization, Bank, Customer) | customers:write (Bank, Customer) | customers:execute (Bank) | | Deposit Address | deposit_addresses:read (Organization, Bank, Customer) | deposit_addresses:write (Bank, Customer) | deposit_addresses:execute (Bank, Customer) | | External Bank Account | external_bank_accounts:read (Organization, Bank, Customer) | external_bank_accounts:write (Bank, Customer) | external_bank_accounts:execute (Bank, Customer) | | External Wallet | external_wallet:read (Organization, Bank, Customer) | | external_wallet:execute (Bank, Customer) | | Organization | organizations:read (Organization) | organizations:write (Organization) | | | User | users:read (Organization) | | users:execute (Organization) | | Price | prices:read (Bank, Customer) | | | | Quote | quotes:read (Organization, Bank, Customer) | | quotes:execute (Organization, Bank, Customer) | | Trade | trades:read (Organization, Bank, Customer) | | trades:execute (Organization, Bank, Customer) | | Transfer | transfers:read (Organization, Bank, Customer) | | transfers:execute (Organization, Bank, Customer) | | Workflow | workflows:read (Organization, Bank, Customer) | | workflows:execute (Bank, Customer) | ## Available Endpoints The available APIs for the [Identity](https://id.sandbox.cybrid.app/api/schema/swagger-ui), [Organization](https://organization.sandbox.cybrid.app/api/schema/swagger-ui) and [Bank](https://bank.sandbox.cybrid.app/api/schema/swagger-ui) API services are listed below: | API Service | Model | API Endpoint Path | Description | |--------------|----------------------|--------------------------------|---------------------------------------------------------------------------------------------------| | Identity | Bank | /api/bank_applications | Create and list banks | | Identity | CustomerToken | /api/customer_tokens | Create customer JWT access tokens | | Identity | Organization | /api/organization_applications | Create and list organizations | | Identity | Organization | /api/users | Create and list organization users | | Organization | Organization | /api/organizations | APIs to retrieve and update organization name | | Bank | Account | /api/accounts | Create and list accounts, which hold a specific asset for a customers | | Bank | Asset | /api/assets | Get a list of assets supported by the platform (ex: BTC, ETH) | | Bank | Bank | /api/banks | Create, update and list banks, the parent to customers, accounts, etc | | Bank | Customer | /api/customers | Create and list customers | | Bank | DepositAddress | /api/deposit_addresses | Create, get and list deposit addresses | | Bank | ExternalBankAccount | /api/external_bank_accounts | Create, get and list external bank accounts, which connect customer bank accounts to the platform | | Bank | ExternalWallet | /api/external_wallets | Create, get, list and delete external wallets, which connect customer wallets to the platform | | Bank | IdentityVerification | /api/identity_verifications | Create and list identity verifications, which are performed on customers for KYC | | Bank | Price | /api/prices | Get the current prices for assets on the platform | | Bank | Quote | /api/quotes | Create and list quotes, which are required to execute trades | | Bank | Symbol | /api/symbols | Get a list of symbols supported for trade (ex: BTC-USD) | | Bank | Trade | /api/trades | Create and list trades, which buy or sell cryptocurrency | | Bank | Transfer | /api/transfers | Create, get and list transfers (e.g., funding, book) | | Bank | Workflow | /api/workflows | Create, get and list workflows | ## Understanding Object Models & Endpoints **Organizations** An `Organization` is meant to represent the organization partnering with Cybrid to use our platform. An `Organization` typically does not directly interact with `customers`. Instead, an Organization has one or more `banks`, which encompass the financial service offerings of the platform. **Banks** A `Bank` is owned by an `Organization` and can be thought of as an environment or container for `customers` and product offerings. Banks are created in either `Sandbox` or `Production` mode, where `Sandbox` is the environment that you would test, prototype and build in prior to moving to `Production`. An `Organization` can have multiple `banks`, in either `Sandbox` or `Production` environments. A `Sandbox Bank` will be backed by stubbed data and process flows. For instance, funding source transfer processes as well as trades will be simulated rather than performed, however asset prices are representative of real-world values. You have an unlimited amount of simulated fiat currency for testing purposes. **Customers** `Customers` represent your banking users on the platform. At present, we offer support for `Individuals` as Customers. `Customers` must be verified (i.e., KYC'd) in our system before they can play any part on the platform, which means they must have an associated and a passing `Identity Verification`. See the Identity Verifications section for more details on how a customer can be verified. `Customers` must also have an `Account` to be able to transact, in the desired asset class. See the Accounts APIs for more details on setting up accounts for the customer.
5
5
 
6
- The version of the OpenAPI document: v0.113.5
6
+ The version of the OpenAPI document: v0.113.8
7
7
  Contact: support@cybrid.app
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 6.0.0