cybrid_api_bank_ruby 0.47.7 → 0.48.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (131) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +48 -38
  4. data/cybrid_api_bank_ruby.gemspec +2 -2
  5. data/docs/ExternalBankAccountBankModel.md +34 -0
  6. data/docs/ExternalBankAccountListBankModel.md +24 -0
  7. data/docs/ExternalBankAccountsBankApi.md +236 -0
  8. data/docs/PostExternalBankAccountBankModel.md +28 -0
  9. data/lib/cybrid_api_bank_ruby/api/accounts_bank_api.rb +2 -2
  10. data/lib/cybrid_api_bank_ruby/api/assets_bank_api.rb +2 -2
  11. data/lib/cybrid_api_bank_ruby/api/banks_bank_api.rb +2 -2
  12. data/lib/cybrid_api_bank_ruby/api/customers_bank_api.rb +2 -2
  13. data/lib/cybrid_api_bank_ruby/api/external_bank_accounts_bank_api.rb +237 -0
  14. data/lib/cybrid_api_bank_ruby/api/fee_configurations_bank_api.rb +2 -2
  15. data/lib/cybrid_api_bank_ruby/api/identity_records_bank_api.rb +2 -2
  16. data/lib/cybrid_api_bank_ruby/api/prices_bank_api.rb +2 -2
  17. data/lib/cybrid_api_bank_ruby/api/quotes_bank_api.rb +2 -2
  18. data/lib/cybrid_api_bank_ruby/api/rewards_bank_api.rb +2 -2
  19. data/lib/cybrid_api_bank_ruby/api/symbols_bank_api.rb +2 -2
  20. data/lib/cybrid_api_bank_ruby/api/trades_bank_api.rb +2 -2
  21. data/lib/cybrid_api_bank_ruby/api/verification_keys_bank_api.rb +2 -2
  22. data/lib/cybrid_api_bank_ruby/api_client.rb +2 -2
  23. data/lib/cybrid_api_bank_ruby/api_error.rb +2 -2
  24. data/lib/cybrid_api_bank_ruby/configuration.rb +2 -2
  25. data/lib/cybrid_api_bank_ruby/models/account_bank_model.rb +2 -2
  26. data/lib/cybrid_api_bank_ruby/models/account_list_bank_model.rb +2 -2
  27. data/lib/cybrid_api_bank_ruby/models/asset_bank_model.rb +2 -2
  28. data/lib/cybrid_api_bank_ruby/models/asset_list_bank_model.rb +2 -2
  29. data/lib/cybrid_api_bank_ruby/models/attestation_details_bank_model.rb +2 -2
  30. data/lib/cybrid_api_bank_ruby/models/bank_bank_model.rb +2 -2
  31. data/lib/cybrid_api_bank_ruby/models/bank_list_bank_model.rb +2 -2
  32. data/lib/cybrid_api_bank_ruby/models/customer_bank_model.rb +2 -2
  33. data/lib/cybrid_api_bank_ruby/models/customer_list_bank_model.rb +2 -2
  34. data/lib/cybrid_api_bank_ruby/models/error_response_bank_model.rb +2 -2
  35. data/lib/cybrid_api_bank_ruby/models/external_bank_account_bank_model.rb +493 -0
  36. data/lib/cybrid_api_bank_ruby/models/external_bank_account_list_bank_model.rb +329 -0
  37. data/lib/cybrid_api_bank_ruby/models/fee_bank_model.rb +2 -2
  38. data/lib/cybrid_api_bank_ruby/models/fee_configuration_bank_model.rb +2 -2
  39. data/lib/cybrid_api_bank_ruby/models/fee_configuration_list_bank_model.rb +2 -2
  40. data/lib/cybrid_api_bank_ruby/models/identity_record_bank_model.rb +2 -2
  41. data/lib/cybrid_api_bank_ruby/models/identity_record_list_bank_model.rb +2 -2
  42. data/lib/cybrid_api_bank_ruby/models/patch_bank_bank_model.rb +2 -2
  43. data/lib/cybrid_api_bank_ruby/models/post_account_bank_model.rb +2 -2
  44. data/lib/cybrid_api_bank_ruby/models/post_bank_bank_model.rb +2 -2
  45. data/lib/cybrid_api_bank_ruby/models/post_customer_bank_model.rb +2 -2
  46. data/lib/cybrid_api_bank_ruby/models/post_external_bank_account_bank_model.rb +450 -0
  47. data/lib/cybrid_api_bank_ruby/models/post_fee_bank_model.rb +2 -2
  48. data/lib/cybrid_api_bank_ruby/models/post_fee_configuration_bank_model.rb +2 -2
  49. data/lib/cybrid_api_bank_ruby/models/post_identity_record_attestation_details_bank_model.rb +2 -2
  50. data/lib/cybrid_api_bank_ruby/models/post_identity_record_bank_model.rb +2 -2
  51. data/lib/cybrid_api_bank_ruby/models/post_quote_bank_model.rb +2 -2
  52. data/lib/cybrid_api_bank_ruby/models/post_reward_bank_model.rb +2 -2
  53. data/lib/cybrid_api_bank_ruby/models/post_trade_bank_model.rb +2 -2
  54. data/lib/cybrid_api_bank_ruby/models/post_verification_key_bank_model.rb +2 -2
  55. data/lib/cybrid_api_bank_ruby/models/quote_bank_model.rb +2 -2
  56. data/lib/cybrid_api_bank_ruby/models/quote_list_bank_model.rb +2 -2
  57. data/lib/cybrid_api_bank_ruby/models/reward_bank_model.rb +2 -2
  58. data/lib/cybrid_api_bank_ruby/models/reward_list_bank_model.rb +2 -2
  59. data/lib/cybrid_api_bank_ruby/models/symbol_price_bank_model.rb +2 -2
  60. data/lib/cybrid_api_bank_ruby/models/trade_bank_model.rb +2 -2
  61. data/lib/cybrid_api_bank_ruby/models/trade_list_bank_model.rb +2 -2
  62. data/lib/cybrid_api_bank_ruby/models/verification_key_bank_model.rb +2 -2
  63. data/lib/cybrid_api_bank_ruby/models/verification_key_list_bank_model.rb +2 -2
  64. data/lib/cybrid_api_bank_ruby/version.rb +3 -3
  65. data/lib/cybrid_api_bank_ruby.rb +6 -2
  66. data/spec/api/accounts_bank_api_spec.rb +2 -2
  67. data/spec/api/assets_bank_api_spec.rb +2 -2
  68. data/spec/api/banks_bank_api_spec.rb +2 -2
  69. data/spec/api/customers_bank_api_spec.rb +2 -2
  70. data/spec/api/external_bank_accounts_bank_api_spec.rb +75 -0
  71. data/spec/api/fee_configurations_bank_api_spec.rb +2 -2
  72. data/spec/api/identity_records_bank_api_spec.rb +2 -2
  73. data/spec/api/prices_bank_api_spec.rb +2 -2
  74. data/spec/api/quotes_bank_api_spec.rb +2 -2
  75. data/spec/api/rewards_bank_api_spec.rb +2 -2
  76. data/spec/api/symbols_bank_api_spec.rb +2 -2
  77. data/spec/api/trades_bank_api_spec.rb +2 -2
  78. data/spec/api/verification_keys_bank_api_spec.rb +2 -2
  79. data/spec/api_client_spec.rb +2 -2
  80. data/spec/configuration_spec.rb +2 -2
  81. data/spec/models/account_bank_model_spec.rb +2 -2
  82. data/spec/models/account_list_bank_model_spec.rb +2 -2
  83. data/spec/models/asset_bank_model_spec.rb +2 -2
  84. data/spec/models/asset_list_bank_model_spec.rb +2 -2
  85. data/spec/models/attestation_details_bank_model_spec.rb +2 -2
  86. data/spec/models/bank_bank_model_spec.rb +2 -2
  87. data/spec/models/bank_list_bank_model_spec.rb +2 -2
  88. data/spec/models/customer_bank_model_spec.rb +2 -2
  89. data/spec/models/customer_list_bank_model_spec.rb +2 -2
  90. data/spec/models/error_response_bank_model_spec.rb +2 -2
  91. data/spec/models/external_bank_account_bank_model_spec.rb +90 -0
  92. data/spec/models/external_bank_account_list_bank_model_spec.rb +52 -0
  93. data/spec/models/fee_bank_model_spec.rb +2 -2
  94. data/spec/models/fee_configuration_bank_model_spec.rb +2 -2
  95. data/spec/models/fee_configuration_list_bank_model_spec.rb +2 -2
  96. data/spec/models/identity_record_bank_model_spec.rb +2 -2
  97. data/spec/models/identity_record_list_bank_model_spec.rb +2 -2
  98. data/spec/models/patch_bank_bank_model_spec.rb +2 -2
  99. data/spec/models/post_account_bank_model_spec.rb +2 -2
  100. data/spec/models/post_bank_bank_model_spec.rb +2 -2
  101. data/spec/models/post_customer_bank_model_spec.rb +2 -2
  102. data/spec/models/post_external_bank_account_bank_model_spec.rb +68 -0
  103. data/spec/models/post_fee_bank_model_spec.rb +2 -2
  104. data/spec/models/post_fee_configuration_bank_model_spec.rb +2 -2
  105. data/spec/models/post_identity_record_attestation_details_bank_model_spec.rb +2 -2
  106. data/spec/models/post_identity_record_bank_model_spec.rb +2 -2
  107. data/spec/models/post_quote_bank_model_spec.rb +2 -2
  108. data/spec/models/post_reward_bank_model_spec.rb +2 -2
  109. data/spec/models/post_trade_bank_model_spec.rb +2 -2
  110. data/spec/models/post_verification_key_bank_model_spec.rb +2 -2
  111. data/spec/models/quote_bank_model_spec.rb +2 -2
  112. data/spec/models/quote_list_bank_model_spec.rb +2 -2
  113. data/spec/models/reward_bank_model_spec.rb +2 -2
  114. data/spec/models/reward_list_bank_model_spec.rb +2 -2
  115. data/spec/models/symbol_price_bank_model_spec.rb +2 -2
  116. data/spec/models/trade_bank_model_spec.rb +2 -2
  117. data/spec/models/trade_list_bank_model_spec.rb +2 -2
  118. data/spec/models/verification_key_bank_model_spec.rb +2 -2
  119. data/spec/models/verification_key_list_bank_model_spec.rb +2 -2
  120. data/spec/spec_helper.rb +2 -2
  121. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/byebug-11.1.3/gem_make.out +2 -2
  122. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/ffi-1.15.5/gem_make.out +2 -2
  123. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/jaro_winkler-1.5.4/gem_make.out +2 -2
  124. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/psych-4.0.6/gem_make.out +2 -2
  125. data/vendor/bundle/ruby/3.1.0/extensions/x86_64-linux/3.1.0-static/stringio-3.0.2/gem_make.out +2 -2
  126. data/vendor/bundle/ruby/3.1.0/gems/byebug-11.1.3/ext/byebug/Makefile +2 -2
  127. data/vendor/bundle/ruby/3.1.0/gems/ffi-1.15.5/ext/ffi_c/Makefile +2 -2
  128. data/vendor/bundle/ruby/3.1.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +2 -2
  129. data/vendor/bundle/ruby/3.1.0/gems/psych-4.0.6/ext/psych/Makefile +2 -2
  130. data/vendor/bundle/ruby/3.1.0/gems/stringio-3.0.2/ext/stringio/Makefile +2 -2
  131. metadata +18 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ee759b0aa66db7fde636e58e0e4dbf4623cb31182fb041c91e63f6e4d98babeb
4
- data.tar.gz: b3c7d4ebec8c3109ae30c457e185fa3bbeaaf05ada1981edd8f22a96b8e1e5a8
3
+ metadata.gz: a84f1891959cb88149a5569742c343cdc1e7ccc9122ac103ccb87e4885ca4fa8
4
+ data.tar.gz: 90a28cc3af7b9f90dca7b639aab8a04e81fbbc19c59acea2475bd82e411fbad8
5
5
  SHA512:
6
- metadata.gz: '09309135ff0b6841da20e258adfdfd839a1cc64c475141293ac5605067297c2c237602daf4c2c773b64b564cebcddc95cdcf1c6d69b0fc7c27a35945b3d148a3'
7
- data.tar.gz: '086a4e5f54e4d644bf757bd3fe820f374f599fb0ec1a1073d19ec468fcc4961155b2cf2946cc434b04728efe56d6990a3ef5adff85addeb59b8d3c39c6d97908'
6
+ metadata.gz: 77ea73dbf2119e5ed8ed452d3ca0cabd9f634c89791c78c711c10693056583b0b3b79240ef025aa644b949008dd127cb2886016377cb0377dc14b1878944c36f
7
+ data.tar.gz: 530d14c1a1755696d3e50f856379f0407b8aafca56b9de03d23e4a345d74fb86ffb0cf7dfa4e5e92ebbe7f4ecbdc490c638476c00a56bc49ba75f23ecff99351
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cybrid_api_bank_ruby (0.47.7)
4
+ cybrid_api_bank_ruby (0.48.0)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -38,11 +38,11 @@ Our complete set of APIs allows you to manage resources across three distinct ar
38
38
 
39
39
  *The complete set of APIs can be found on the following pages:*
40
40
 
41
- | API | Description |
42
- |----------------------------------------------------------------|------------------------------|
43
- | [Organization API](https://organization.demo.cybrid.app/api/schema/swagger-ui) | APIs to manage organizations |
44
- | [Bank API](https://bank.demo.cybrid.app/api/schema/swagger-ui) | APIs to manage banks (and all downstream customer activity) |
45
- | [Identities API](https://id.demo.cybrid.app/api/schema/swagger-ui) | APIs to manage organization and bank identities |
41
+ | API | Description |
42
+ |------------------------------------------------------------------|-------------------------------------------------------------|
43
+ | [Organization API](https://organization.demo.cybrid.app/api/schema/swagger-ui) | APIs to manage organizations |
44
+ | [Bank API](https://bank.demo.cybrid.app/api/schema/swagger-ui) | APIs to manage banks (and all downstream customer activity) |
45
+ | [Identities API](https://id.demo.cybrid.app/api/schema/swagger-ui) | APIs to manage organization and bank identities |
46
46
 
47
47
  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.
48
48
 
@@ -78,39 +78,41 @@ The Cybrid platform supports the use of scopes to control the level of access a
78
78
 
79
79
  The following scopes are available on the platform and can be requested when generating either an Organization or a Bank 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.
80
80
 
81
- | Resource | Read scope (Token Type) | Write scope (Token Type) | Execute scope (Token Type) |
82
- |---------------|-----------------------------------------------|------------------------------------|-----------------------------------|
83
- | Organizations | organizations:read (Organization) | organizations:write (Organization) | |
84
- | Banks | banks:read (Organization, Bank) | banks:write (Organization, Bank) | banks:execute (Organization) |
85
- | Customers | customers:read (Organization, Bank, Customer) | customers:write (Bank) | customers:execute (Bank) |
86
- | Accounts | accounts:read (Organization, Bank, Customer) | | accounts:execute (Bank, Customer) |
87
- | Prices | prices:read (Bank, Customer) | | |
88
- | Quotes | quotes:read (Organization, Bank, Customer) | | quotes:execute (Bank, Customer) |
89
- | Trades | trades:read (Organization, Bank, Customer) | | trades:execute (Bank |
90
- | Rewards | rewards:read (Bank, Bank) | | rewards:execute (Bank |
81
+ | Resource | Read scope (Token Type) | Write scope (Token Type) | Execute scope (Token Type) |
82
+ |------------------------|------------------------------------------------------------|------------------------------------|-------------------------------------------------|
83
+ | Organizations | organizations:read (Organization) | organizations:write (Organization) | |
84
+ | Banks | banks:read (Organization, Bank) | banks:write (Organization, Bank) | banks:execute (Organization) |
85
+ | Customers | customers:read (Organization, Bank, Customer) | customers:write (Bank) | customers:execute (Bank) |
86
+ | Accounts | accounts:read (Organization, Bank, Customer) | | accounts:execute (Bank, Customer) |
87
+ | Prices | prices:read (Bank, Customer) | | |
88
+ | Quotes | quotes:read (Organization, Bank, Customer) | | quotes:execute (Bank, Customer) |
89
+ | Trades | trades:read (Organization, Bank, Customer) | | trades:execute (Bank) |
90
+ | Rewards | rewards:read (Bank) | | rewards:execute (Bank) |
91
+ | External bank accounts | external_bank_accounts:read (Organization, Bank, Customer) | | external_bank_accounts:execute (Bank, Customer) |
91
92
 
92
93
  ## Available Endpoints
93
94
 
94
95
  The available APIs for the [Identity](https://id.demo.cybrid.app/api/schema/swagger-ui), [Organization](https://organization.demo.cybrid.app/api/schema/swagger-ui) and [Bank](https://bank.demo.cybrid.app/api/schema/swagger-ui) API services are listed below:
95
96
 
96
- | API Service | Model | API Endpoint Path | Description |
97
- |--------------|------------------|--------------------------------|---------------------------------------------------------------------------|
98
- | Identity | Bank | /api/bank_applications | Create and list banks |
99
- | Identity | Organization | /api/organization_applications | Create and list organizations |
100
- | Identity | CustomerToken | /api/customer_tokens | Create customer JWT access tokens |
101
- | Organization | Organization | /api/organizations | APIs to retrieve and update organization name |
102
- | Bank | Asset | /api/assets | Get a list of assets supported by the platform (ex: BTC, ETH) |
103
- | Bank | VerificationKey | /api/bank_verification_keys | Create, list and retrive verification keys, used for signing identities |
104
- | Bank | Banks | /api/banks | Create, update and list banks, the parent to customers, accounts, etc |
105
- | Bank | FeeConfiguration | /api/fee_configurations | Create and list bank fees (spread or fixed) |
106
- | Bank | Customers | /api/customers | Create and list customers |
107
- | Bank | IdentityRecord | /api/identity_records | Create and list identity records, which are attached to customers for KYC |
108
- | Bank | Accounts | /api/accounts | Create and list accounts, which hold a specific asset for a customers |
109
- | Bank | Symbols | /api/symbols | Get a list of symbols supported for trade (ex: BTC-USD) |
110
- | Bank | Prices | /api/prices | Get the current prices for assets on the platform |
111
- | Bank | Quotes | /api/quotes | Create and list quotes, which are required to execute trades |
112
- | Bank | Trades | /api/trades | Create and list trades, which buy or sell cryptocurrency |
113
- | Bank | Rewards | /api/rewards | Create a new reward (automates quote/trade for simplicity) |
97
+ | API Service | Model | API Endpoint Path | Description |
98
+ |--------------|---------------------|--------------------------------|---------------------------------------------------------------------------------------------------|
99
+ | Identity | Bank | /api/bank_applications | Create and list banks |
100
+ | Identity | Organization | /api/organization_applications | Create and list organizations |
101
+ | Identity | CustomerToken | /api/customer_tokens | Create customer JWT access tokens |
102
+ | Organization | Organization | /api/organizations | APIs to retrieve and update organization name |
103
+ | Bank | Asset | /api/assets | Get a list of assets supported by the platform (ex: BTC, ETH) |
104
+ | Bank | VerificationKey | /api/bank_verification_keys | Create, list and retrive verification keys, used for signing identities |
105
+ | Bank | Banks | /api/banks | Create, update and list banks, the parent to customers, accounts, etc |
106
+ | Bank | FeeConfiguration | /api/fee_configurations | Create and list bank fees (spread or fixed) |
107
+ | Bank | Customers | /api/customers | Create and list customers |
108
+ | Bank | IdentityRecord | /api/identity_records | Create and list identity records, which are attached to customers for KYC |
109
+ | Bank | Accounts | /api/accounts | Create and list accounts, which hold a specific asset for a customers |
110
+ | Bank | Symbols | /api/symbols | Get a list of symbols supported for trade (ex: BTC-USD) |
111
+ | Bank | Prices | /api/prices | Get the current prices for assets on the platform |
112
+ | Bank | Quotes | /api/quotes | Create and list quotes, which are required to execute trades |
113
+ | Bank | Trades | /api/trades | Create and list trades, which buy or sell cryptocurrency |
114
+ | Bank | Rewards | /api/rewards | Create a new reward (automates quote/trade for simplicity) |
115
+ | Bank | ExternalBankAccount | /api/external_bank_account | Create, get and list external bank accounts, which connect customer bank accounts to the platform |
114
116
 
115
117
  ## Understanding Object Models & Endpoints
116
118
 
@@ -137,8 +139,8 @@ An `Organization` can have multiple `banks`, in either sandbox or production env
137
139
 
138
140
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
139
141
 
140
- - API version: v0.47.7
141
- - Package version: 0.47.7
142
+ - API version: v0.48.0
143
+ - Package version: 0.48.0
142
144
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
143
145
 
144
146
  ## Installation
@@ -154,16 +156,16 @@ gem build cybrid_api_bank_ruby.gemspec
154
156
  Then either install the gem locally:
155
157
 
156
158
  ```shell
157
- gem install ./cybrid_api_bank_ruby-0.47.7.gem
159
+ gem install ./cybrid_api_bank_ruby-0.48.0.gem
158
160
  ```
159
161
 
160
- (for development, run `gem install --dev ./cybrid_api_bank_ruby-0.47.7.gem` to install the development dependencies)
162
+ (for development, run `gem install --dev ./cybrid_api_bank_ruby-0.48.0.gem` to install the development dependencies)
161
163
 
162
164
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
163
165
 
164
166
  Finally add this to the Gemfile:
165
167
 
166
- gem 'cybrid_api_bank_ruby', '~> 0.47.7'
168
+ gem 'cybrid_api_bank_ruby', '~> 0.48.0'
167
169
 
168
170
  ### Install from Git
169
171
 
@@ -226,6 +228,9 @@ Class | Method | HTTP request | Description
226
228
  *CybridApiBank::CustomersBankApi* | [**create_customer**](docs/CustomersBankApi.md#create_customer) | **POST** /api/customers | Create Customer
227
229
  *CybridApiBank::CustomersBankApi* | [**get_customer**](docs/CustomersBankApi.md#get_customer) | **GET** /api/customers/{customer_guid} | Get Customer
228
230
  *CybridApiBank::CustomersBankApi* | [**list_customers**](docs/CustomersBankApi.md#list_customers) | **GET** /api/customers | Get customers list
231
+ *CybridApiBank::ExternalBankAccountsBankApi* | [**create_external_bank_account**](docs/ExternalBankAccountsBankApi.md#create_external_bank_account) | **POST** /api/external_bank_accounts | Create ExternalBankAccount
232
+ *CybridApiBank::ExternalBankAccountsBankApi* | [**get_external_bank_account**](docs/ExternalBankAccountsBankApi.md#get_external_bank_account) | **GET** /api/external_bank_accounts/{external_bank_account_guid} | Get External Bank Account
233
+ *CybridApiBank::ExternalBankAccountsBankApi* | [**list_external_bank_accounts**](docs/ExternalBankAccountsBankApi.md#list_external_bank_accounts) | **GET** /api/external_bank_accounts | Get external bank accounts list
229
234
  *CybridApiBank::FeeConfigurationsBankApi* | [**create_fee_configuration**](docs/FeeConfigurationsBankApi.md#create_fee_configuration) | **POST** /api/fee_configurations | Create Fee Configuration
230
235
  *CybridApiBank::FeeConfigurationsBankApi* | [**get_fee_configuration**](docs/FeeConfigurationsBankApi.md#get_fee_configuration) | **GET** /api/fee_configurations/{fee_configuration_guid} | Get Fee Configuration
231
236
  *CybridApiBank::FeeConfigurationsBankApi* | [**list_fee_configurations**](docs/FeeConfigurationsBankApi.md#list_fee_configurations) | **GET** /api/fee_configurations | List Fee Configurations
@@ -260,6 +265,8 @@ Class | Method | HTTP request | Description
260
265
  - [CybridApiBank::CustomerBankModel](docs/CustomerBankModel.md)
261
266
  - [CybridApiBank::CustomerListBankModel](docs/CustomerListBankModel.md)
262
267
  - [CybridApiBank::ErrorResponseBankModel](docs/ErrorResponseBankModel.md)
268
+ - [CybridApiBank::ExternalBankAccountBankModel](docs/ExternalBankAccountBankModel.md)
269
+ - [CybridApiBank::ExternalBankAccountListBankModel](docs/ExternalBankAccountListBankModel.md)
263
270
  - [CybridApiBank::FeeBankModel](docs/FeeBankModel.md)
264
271
  - [CybridApiBank::FeeConfigurationBankModel](docs/FeeConfigurationBankModel.md)
265
272
  - [CybridApiBank::FeeConfigurationListBankModel](docs/FeeConfigurationListBankModel.md)
@@ -269,6 +276,7 @@ Class | Method | HTTP request | Description
269
276
  - [CybridApiBank::PostAccountBankModel](docs/PostAccountBankModel.md)
270
277
  - [CybridApiBank::PostBankBankModel](docs/PostBankBankModel.md)
271
278
  - [CybridApiBank::PostCustomerBankModel](docs/PostCustomerBankModel.md)
279
+ - [CybridApiBank::PostExternalBankAccountBankModel](docs/PostExternalBankAccountBankModel.md)
272
280
  - [CybridApiBank::PostFeeBankModel](docs/PostFeeBankModel.md)
273
281
  - [CybridApiBank::PostFeeConfigurationBankModel](docs/PostFeeConfigurationBankModel.md)
274
282
  - [CybridApiBank::PostIdentityRecordAttestationDetailsBankModel](docs/PostIdentityRecordAttestationDetailsBankModel.md)
@@ -316,4 +324,6 @@ Class | Method | HTTP request | Description
316
324
  - trades:read: trades read
317
325
  - rewards:execute: rewards execute
318
326
  - rewards:read: rewards read
327
+ - external_bank_accounts:read: external_bank_accounts read
328
+ - external_bank_accounts:execute: external_bank_accounts execute
319
329
 
@@ -3,9 +3,9 @@
3
3
  =begin
4
4
  #Cybrid Bank API
5
5
 
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.demo.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. [Getting Started in the Cybrid Sandbox](https://www.cybrid.xyz/guides/getting-started) 2. [Getting Ready for Trading](https://www.cybrid.xyz/guides/getting-ready-for-trading) 3. [Running the Web Demo App](https://www.cybrid.xyz/guides/running-the-cybrid-web-demo-crypto-app) (or, alternatively, [Testing with Hosted Web Demo App](https://www.cybrid.xyz/guides/testing-with-the-web-demo-crypo-app)) In [Getting Started in the Cybrid Sandbox](https://www.cybrid.xyz/guides/getting-started), we walk you through how to use the [Cybrid Sandbox](https://id.demo.cybrid.app/) to create a test bank, generate API keys, and set banks fees. In [Getting Ready for Trading](https://www.cybrid.xyz/guides/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://www.cybrid.xyz/guides/running-the-cybrid-web-demo-crypto-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), Apple-coming soon) 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.demo.cybrid.app/api/schema/swagger-ui) | APIs to manage organizations | | [Bank API](https://bank.demo.cybrid.app/api/schema/swagger-ui) | APIs to manage banks (and all downstream customer activity) | | [Identities API](https://id.demo.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.demo.cybrid.app). Access tokens can be generated for a `Customer` as well via the [Cybrid IdP](https://id.demo.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. <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. ``` curl -X POST https://id.demo.cybrid.app/oauth/token -d '{ \"grant_type\": \"client_credentials\", \"client_id\": \"<Your Client ID>\", \"client_secret\": \"<Your Secret>\", \"scope\": \"banks:read banks:write accounts:read accounts:execute customers:read customers:write customers:execute prices:read quotes:execute trades:execute trades:read\" }' -H \"Content-Type: application/json\" ``` <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 or a Bank 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) | |---------------|-----------------------------------------------|------------------------------------|-----------------------------------| | Organizations | organizations:read (Organization) | organizations:write (Organization) | | | Banks | banks:read (Organization, Bank) | banks:write (Organization, Bank) | banks:execute (Organization) | | Customers | customers:read (Organization, Bank, Customer) | customers:write (Bank) | customers:execute (Bank) | | Accounts | accounts:read (Organization, Bank, Customer) | | accounts:execute (Bank, Customer) | | Prices | prices:read (Bank, Customer) | | | | Quotes | quotes:read (Organization, Bank, Customer) | | quotes:execute (Bank, Customer) | | Trades | trades:read (Organization, Bank, Customer) | | trades:execute (Bank | | Rewards | rewards:read (Bank, Bank) | | rewards:execute (Bank | ## Available Endpoints The available APIs for the [Identity](https://id.demo.cybrid.app/api/schema/swagger-ui), [Organization](https://organization.demo.cybrid.app/api/schema/swagger-ui) and [Bank](https://bank.demo.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 | Organization | /api/organization_applications | Create and list organizations | | Identity | CustomerToken | /api/customer_tokens | Create customer JWT access tokens | | Organization | Organization | /api/organizations | APIs to retrieve and update organization name | | Bank | Asset | /api/assets | Get a list of assets supported by the platform (ex: BTC, ETH) | | Bank | VerificationKey | /api/bank_verification_keys | Create, list and retrive verification keys, used for signing identities | | Bank | Banks | /api/banks | Create, update and list banks, the parent to customers, accounts, etc | | Bank | FeeConfiguration | /api/fee_configurations | Create and list bank fees (spread or fixed) | | Bank | Customers | /api/customers | Create and list customers | | Bank | IdentityRecord | /api/identity_records | Create and list identity records, which are attached to customers for KYC | | Bank | Accounts | /api/accounts | Create and list accounts, which hold a specific asset for a customers | | Bank | Symbols | /api/symbols | Get a list of symbols supported for trade (ex: BTC-USD) | | Bank | Prices | /api/prices | Get the current prices for assets on the platform | | Bank | Quotes | /api/quotes | Create and list quotes, which are required to execute trades | | Bank | Trades | /api/trades | Create and list trades, which buy or sell cryptocurrency | | Bank | Rewards | /api/rewards | Create a new reward (automates quote/trade for simplicity) | ## Understanding Object Models & Endpoints **Organizations** An `Organization` is meant to represent the organization partnering with Cybrid to use our platform. An `Organization` 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 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 processes will be simulated rather than performed, however asset prices are representative of real-world values. You have an unlimited amout 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 in our system before they can play any part on the platform, which means they must have an associated and valid `Identity Record`. See the Identity Records 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.
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.demo.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. [Getting Started in the Cybrid Sandbox](https://www.cybrid.xyz/guides/getting-started) 2. [Getting Ready for Trading](https://www.cybrid.xyz/guides/getting-ready-for-trading) 3. [Running the Web Demo App](https://www.cybrid.xyz/guides/running-the-cybrid-web-demo-crypto-app) (or, alternatively, [Testing with Hosted Web Demo App](https://www.cybrid.xyz/guides/testing-with-the-web-demo-crypo-app)) In [Getting Started in the Cybrid Sandbox](https://www.cybrid.xyz/guides/getting-started), we walk you through how to use the [Cybrid Sandbox](https://id.demo.cybrid.app/) to create a test bank, generate API keys, and set banks fees. In [Getting Ready for Trading](https://www.cybrid.xyz/guides/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://www.cybrid.xyz/guides/running-the-cybrid-web-demo-crypto-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), Apple-coming soon) 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.demo.cybrid.app/api/schema/swagger-ui) | APIs to manage organizations | | [Bank API](https://bank.demo.cybrid.app/api/schema/swagger-ui) | APIs to manage banks (and all downstream customer activity) | | [Identities API](https://id.demo.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.demo.cybrid.app). Access tokens can be generated for a `Customer` as well via the [Cybrid IdP](https://id.demo.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. <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. ``` curl -X POST https://id.demo.cybrid.app/oauth/token -d '{ \"grant_type\": \"client_credentials\", \"client_id\": \"<Your Client ID>\", \"client_secret\": \"<Your Secret>\", \"scope\": \"banks:read banks:write accounts:read accounts:execute customers:read customers:write customers:execute prices:read quotes:execute trades:execute trades:read\" }' -H \"Content-Type: application/json\" ``` <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 or a Bank 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) | |------------------------|------------------------------------------------------------|------------------------------------|-------------------------------------------------| | Organizations | organizations:read (Organization) | organizations:write (Organization) | | | Banks | banks:read (Organization, Bank) | banks:write (Organization, Bank) | banks:execute (Organization) | | Customers | customers:read (Organization, Bank, Customer) | customers:write (Bank) | customers:execute (Bank) | | Accounts | accounts:read (Organization, Bank, Customer) | | accounts:execute (Bank, Customer) | | Prices | prices:read (Bank, Customer) | | | | Quotes | quotes:read (Organization, Bank, Customer) | | quotes:execute (Bank, Customer) | | Trades | trades:read (Organization, Bank, Customer) | | trades:execute (Bank) | | Rewards | rewards:read (Bank) | | rewards:execute (Bank) | | External bank accounts | external_bank_accounts:read (Organization, Bank, Customer) | | external_bank_accounts:execute (Bank, Customer) | ## Available Endpoints The available APIs for the [Identity](https://id.demo.cybrid.app/api/schema/swagger-ui), [Organization](https://organization.demo.cybrid.app/api/schema/swagger-ui) and [Bank](https://bank.demo.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 | Organization | /api/organization_applications | Create and list organizations | | Identity | CustomerToken | /api/customer_tokens | Create customer JWT access tokens | | Organization | Organization | /api/organizations | APIs to retrieve and update organization name | | Bank | Asset | /api/assets | Get a list of assets supported by the platform (ex: BTC, ETH) | | Bank | VerificationKey | /api/bank_verification_keys | Create, list and retrive verification keys, used for signing identities | | Bank | Banks | /api/banks | Create, update and list banks, the parent to customers, accounts, etc | | Bank | FeeConfiguration | /api/fee_configurations | Create and list bank fees (spread or fixed) | | Bank | Customers | /api/customers | Create and list customers | | Bank | IdentityRecord | /api/identity_records | Create and list identity records, which are attached to customers for KYC | | Bank | Accounts | /api/accounts | Create and list accounts, which hold a specific asset for a customers | | Bank | Symbols | /api/symbols | Get a list of symbols supported for trade (ex: BTC-USD) | | Bank | Prices | /api/prices | Get the current prices for assets on the platform | | Bank | Quotes | /api/quotes | Create and list quotes, which are required to execute trades | | Bank | Trades | /api/trades | Create and list trades, which buy or sell cryptocurrency | | Bank | Rewards | /api/rewards | Create a new reward (automates quote/trade for simplicity) | | Bank | ExternalBankAccount | /api/external_bank_account | Create, get and list external bank accounts, which connect customer bank accounts to the platform | ## Understanding Object Models & Endpoints **Organizations** An `Organization` is meant to represent the organization partnering with Cybrid to use our platform. An `Organization` 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 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 processes will be simulated rather than performed, however asset prices are representative of real-world values. You have an unlimited amout 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 in our system before they can play any part on the platform, which means they must have an associated and valid `Identity Record`. See the Identity Records 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.47.7
8
+ The version of the OpenAPI document: v0.48.0
9
9
  Contact: support@cybrid.app
10
10
  Generated by: https://openapi-generator.tech
11
11
  OpenAPI Generator version: 6.0.0
@@ -0,0 +1,34 @@
1
+ # CybridApiBank::ExternalBankAccountBankModel
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **guid** | **String** | Auto-generated unique identifier for the account. | [optional] |
8
+ | **name** | **String** | The name of the account. | [optional] |
9
+ | **asset_code** | **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] |
12
+ | **bank_guid** | **String** | The bank identifier. | [optional] |
13
+ | **customer_guid** | **String** | The customer identifier. | [optional] |
14
+ | **created_at** | **Time** | ISO8601 datetime the exchange was created at. | [optional] |
15
+ | **plaid_access_token** | **String** | The Plaid access token for the account. | [optional] |
16
+
17
+ ## Example
18
+
19
+ ```ruby
20
+ require 'cybrid_api_bank_ruby'
21
+
22
+ instance = CybridApiBank::ExternalBankAccountBankModel.new(
23
+ guid: null,
24
+ name: null,
25
+ asset_code: null,
26
+ account_kind: null,
27
+ environment: null,
28
+ bank_guid: null,
29
+ customer_guid: null,
30
+ created_at: null,
31
+ plaid_access_token: null
32
+ )
33
+ ```
34
+
@@ -0,0 +1,24 @@
1
+ # CybridApiBank::ExternalBankAccountListBankModel
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **total** | **Integer** | The total number of records available. | |
8
+ | **page** | **Integer** | The page index to retrieve. | |
9
+ | **per_page** | **Integer** | The number of entities per page to return. | |
10
+ | **objects** | [**Array&lt;ExternalBankAccountBankModel&gt;**](ExternalBankAccountBankModel.md) | Array of external bank account entities | |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'cybrid_api_bank_ruby'
16
+
17
+ instance = CybridApiBank::ExternalBankAccountListBankModel.new(
18
+ total: null,
19
+ page: null,
20
+ per_page: null,
21
+ objects: null
22
+ )
23
+ ```
24
+
@@ -0,0 +1,236 @@
1
+ # CybridApiBank::ExternalBankAccountsBankApi
2
+
3
+ All URIs are relative to *https://bank.demo.cybrid.app*
4
+
5
+ | Method | HTTP request | Description |
6
+ | ------ | ------------ | ----------- |
7
+ | [**create_external_bank_account**](ExternalBankAccountsBankApi.md#create_external_bank_account) | **POST** /api/external_bank_accounts | Create ExternalBankAccount |
8
+ | [**get_external_bank_account**](ExternalBankAccountsBankApi.md#get_external_bank_account) | **GET** /api/external_bank_accounts/{external_bank_account_guid} | Get External Bank Account |
9
+ | [**list_external_bank_accounts**](ExternalBankAccountsBankApi.md#list_external_bank_accounts) | **GET** /api/external_bank_accounts | Get external bank accounts list |
10
+
11
+
12
+ ## create_external_bank_account
13
+
14
+ > <ExternalBankAccountBankModel> create_external_bank_account(post_external_bank_account_bank_model)
15
+
16
+ Create ExternalBankAccount
17
+
18
+ Create an ExternalBankAccount. Required scope: **external_bank_accounts:execute**
19
+
20
+ ### Examples
21
+
22
+ ```ruby
23
+ require 'time'
24
+ require 'cybrid_api_bank_ruby'
25
+ # setup authorization
26
+ CybridApiBank.configure do |config|
27
+ # Configure Bearer authorization (JWT): BearerAuth
28
+ config.access_token = 'YOUR_BEARER_TOKEN'
29
+
30
+ # Configure OAuth2 access token for authorization: oauth2
31
+ config.access_token = 'YOUR ACCESS TOKEN'
32
+ end
33
+
34
+ api_instance = CybridApiBank::ExternalBankAccountsBankApi.new
35
+ post_external_bank_account_bank_model = CybridApiBank::PostExternalBankAccountBankModel.new({name: 'name_example', account_kind: 'plaid', asset: 'asset_example'}) # PostExternalBankAccountBankModel |
36
+
37
+ begin
38
+ # Create ExternalBankAccount
39
+ result = api_instance.create_external_bank_account(post_external_bank_account_bank_model)
40
+ p result
41
+ rescue CybridApiBank::ApiError => e
42
+ puts "Error when calling ExternalBankAccountsBankApi->create_external_bank_account: #{e}"
43
+ end
44
+ ```
45
+
46
+ #### Using the create_external_bank_account_with_http_info variant
47
+
48
+ This returns an Array which contains the response data, status code and headers.
49
+
50
+ > <Array(<ExternalBankAccountBankModel>, Integer, Hash)> create_external_bank_account_with_http_info(post_external_bank_account_bank_model)
51
+
52
+ ```ruby
53
+ begin
54
+ # Create ExternalBankAccount
55
+ data, status_code, headers = api_instance.create_external_bank_account_with_http_info(post_external_bank_account_bank_model)
56
+ p status_code # => 2xx
57
+ p headers # => { ... }
58
+ p data # => <ExternalBankAccountBankModel>
59
+ rescue CybridApiBank::ApiError => e
60
+ puts "Error when calling ExternalBankAccountsBankApi->create_external_bank_account_with_http_info: #{e}"
61
+ end
62
+ ```
63
+
64
+ ### Parameters
65
+
66
+ | Name | Type | Description | Notes |
67
+ | ---- | ---- | ----------- | ----- |
68
+ | **post_external_bank_account_bank_model** | [**PostExternalBankAccountBankModel**](PostExternalBankAccountBankModel.md) | | |
69
+
70
+ ### Return type
71
+
72
+ [**ExternalBankAccountBankModel**](ExternalBankAccountBankModel.md)
73
+
74
+ ### Authorization
75
+
76
+ [BearerAuth](../README.md#BearerAuth), [oauth2](../README.md#oauth2)
77
+
78
+ ### HTTP request headers
79
+
80
+ - **Content-Type**: application/json
81
+ - **Accept**: application/json
82
+
83
+
84
+ ## get_external_bank_account
85
+
86
+ > <ExternalBankAccountBankModel> get_external_bank_account(external_bank_account_guid)
87
+
88
+ Get External Bank Account
89
+
90
+ Retrieves an external bank account. Required scope: **external_bank_accounts:read**
91
+
92
+ ### Examples
93
+
94
+ ```ruby
95
+ require 'time'
96
+ require 'cybrid_api_bank_ruby'
97
+ # setup authorization
98
+ CybridApiBank.configure do |config|
99
+ # Configure Bearer authorization (JWT): BearerAuth
100
+ config.access_token = 'YOUR_BEARER_TOKEN'
101
+
102
+ # Configure OAuth2 access token for authorization: oauth2
103
+ config.access_token = 'YOUR ACCESS TOKEN'
104
+ end
105
+
106
+ api_instance = CybridApiBank::ExternalBankAccountsBankApi.new
107
+ external_bank_account_guid = 'external_bank_account_guid_example' # String | Identifier for the external bank account.
108
+
109
+ begin
110
+ # Get External Bank Account
111
+ result = api_instance.get_external_bank_account(external_bank_account_guid)
112
+ p result
113
+ rescue CybridApiBank::ApiError => e
114
+ puts "Error when calling ExternalBankAccountsBankApi->get_external_bank_account: #{e}"
115
+ end
116
+ ```
117
+
118
+ #### Using the get_external_bank_account_with_http_info variant
119
+
120
+ This returns an Array which contains the response data, status code and headers.
121
+
122
+ > <Array(<ExternalBankAccountBankModel>, Integer, Hash)> get_external_bank_account_with_http_info(external_bank_account_guid)
123
+
124
+ ```ruby
125
+ begin
126
+ # Get External Bank Account
127
+ data, status_code, headers = api_instance.get_external_bank_account_with_http_info(external_bank_account_guid)
128
+ p status_code # => 2xx
129
+ p headers # => { ... }
130
+ p data # => <ExternalBankAccountBankModel>
131
+ rescue CybridApiBank::ApiError => e
132
+ puts "Error when calling ExternalBankAccountsBankApi->get_external_bank_account_with_http_info: #{e}"
133
+ end
134
+ ```
135
+
136
+ ### Parameters
137
+
138
+ | Name | Type | Description | Notes |
139
+ | ---- | ---- | ----------- | ----- |
140
+ | **external_bank_account_guid** | **String** | Identifier for the external bank account. | |
141
+
142
+ ### Return type
143
+
144
+ [**ExternalBankAccountBankModel**](ExternalBankAccountBankModel.md)
145
+
146
+ ### Authorization
147
+
148
+ [BearerAuth](../README.md#BearerAuth), [oauth2](../README.md#oauth2)
149
+
150
+ ### HTTP request headers
151
+
152
+ - **Content-Type**: Not defined
153
+ - **Accept**: application/json
154
+
155
+
156
+ ## list_external_bank_accounts
157
+
158
+ > <ExternalBankAccountListBankModel> list_external_bank_accounts(opts)
159
+
160
+ Get external bank accounts list
161
+
162
+ Retrieves a listing of external bank accounts. Required scope: **external_bank_accounts:read**
163
+
164
+ ### Examples
165
+
166
+ ```ruby
167
+ require 'time'
168
+ require 'cybrid_api_bank_ruby'
169
+ # setup authorization
170
+ CybridApiBank.configure do |config|
171
+ # Configure Bearer authorization (JWT): BearerAuth
172
+ config.access_token = 'YOUR_BEARER_TOKEN'
173
+
174
+ # Configure OAuth2 access token for authorization: oauth2
175
+ config.access_token = 'YOUR ACCESS TOKEN'
176
+ end
177
+
178
+ api_instance = CybridApiBank::ExternalBankAccountsBankApi.new
179
+ opts = {
180
+ page: 56, # Integer | The page index to retrieve.
181
+ per_page: 56, # Integer | The number of entities per page to return.
182
+ guid: 'guid_example', # String | Comma separated external_bank_account_guids to list external_bank_accounts for.
183
+ bank_guid: 'bank_guid_example', # String | Comma separated bank_guids to list external_bank_accounts for.
184
+ customer_guid: 'customer_guid_example' # String | Comma separated customer_guids to list external_bank_accounts for.
185
+ }
186
+
187
+ begin
188
+ # Get external bank accounts list
189
+ result = api_instance.list_external_bank_accounts(opts)
190
+ p result
191
+ rescue CybridApiBank::ApiError => e
192
+ puts "Error when calling ExternalBankAccountsBankApi->list_external_bank_accounts: #{e}"
193
+ end
194
+ ```
195
+
196
+ #### Using the list_external_bank_accounts_with_http_info variant
197
+
198
+ This returns an Array which contains the response data, status code and headers.
199
+
200
+ > <Array(<ExternalBankAccountListBankModel>, Integer, Hash)> list_external_bank_accounts_with_http_info(opts)
201
+
202
+ ```ruby
203
+ begin
204
+ # Get external bank accounts list
205
+ data, status_code, headers = api_instance.list_external_bank_accounts_with_http_info(opts)
206
+ p status_code # => 2xx
207
+ p headers # => { ... }
208
+ p data # => <ExternalBankAccountListBankModel>
209
+ rescue CybridApiBank::ApiError => e
210
+ puts "Error when calling ExternalBankAccountsBankApi->list_external_bank_accounts_with_http_info: #{e}"
211
+ end
212
+ ```
213
+
214
+ ### Parameters
215
+
216
+ | Name | Type | Description | Notes |
217
+ | ---- | ---- | ----------- | ----- |
218
+ | **page** | **Integer** | The page index to retrieve. | [optional] |
219
+ | **per_page** | **Integer** | The number of entities per page to return. | [optional] |
220
+ | **guid** | **String** | Comma separated external_bank_account_guids to list external_bank_accounts for. | [optional] |
221
+ | **bank_guid** | **String** | Comma separated bank_guids to list external_bank_accounts for. | [optional] |
222
+ | **customer_guid** | **String** | Comma separated customer_guids to list external_bank_accounts for. | [optional] |
223
+
224
+ ### Return type
225
+
226
+ [**ExternalBankAccountListBankModel**](ExternalBankAccountListBankModel.md)
227
+
228
+ ### Authorization
229
+
230
+ [BearerAuth](../README.md#BearerAuth), [oauth2](../README.md#oauth2)
231
+
232
+ ### HTTP request headers
233
+
234
+ - **Content-Type**: Not defined
235
+ - **Accept**: application/json
236
+
@@ -0,0 +1,28 @@
1
+ # CybridApiBank::PostExternalBankAccountBankModel
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | The name of the account. | |
8
+ | **account_kind** | **String** | The account type | |
9
+ | **customer_guid** | **String** | The customer identifier. | [optional] |
10
+ | **asset** | **String** | The asset code. | |
11
+ | **plaid_public_token** | **String** | The public token for the account. | [optional] |
12
+ | **plaid_account_id** | **String** | The account identifier in plaid. | [optional] |
13
+
14
+ ## Example
15
+
16
+ ```ruby
17
+ require 'cybrid_api_bank_ruby'
18
+
19
+ instance = CybridApiBank::PostExternalBankAccountBankModel.new(
20
+ name: null,
21
+ account_kind: null,
22
+ customer_guid: null,
23
+ asset: null,
24
+ plaid_public_token: null,
25
+ plaid_account_id: null
26
+ )
27
+ ```
28
+