cybrid-api-bank-python 0.125.38__py3-none-any.whl → 0.125.40__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of cybrid-api-bank-python might be problematic. Click here for more details.

Files changed (192) hide show
  1. cybrid_api_bank/__init__.py +1 -1
  2. cybrid_api_bank/api/accounts_bank_api.py +1 -1
  3. cybrid_api_bank/api/assets_bank_api.py +1 -1
  4. cybrid_api_bank/api/banks_bank_api.py +1 -1
  5. cybrid_api_bank/api/counterparties_bank_api.py +1 -1
  6. cybrid_api_bank/api/customers_bank_api.py +1 -1
  7. cybrid_api_bank/api/deposit_addresses_bank_api.py +1 -1
  8. cybrid_api_bank/api/deposit_bank_accounts_bank_api.py +1 -1
  9. cybrid_api_bank/api/external_bank_accounts_bank_api.py +1 -1
  10. cybrid_api_bank/api/external_wallets_bank_api.py +1 -1
  11. cybrid_api_bank/api/files_bank_api.py +1 -1
  12. cybrid_api_bank/api/identity_verifications_bank_api.py +1 -1
  13. cybrid_api_bank/api/invoices_bank_api.py +1 -1
  14. cybrid_api_bank/api/payment_instructions_bank_api.py +1 -1
  15. cybrid_api_bank/api/persona_sessions_bank_api.py +1 -1
  16. cybrid_api_bank/api/prices_bank_api.py +1 -1
  17. cybrid_api_bank/api/quotes_bank_api.py +1 -1
  18. cybrid_api_bank/api/symbols_bank_api.py +1 -1
  19. cybrid_api_bank/api/trades_bank_api.py +1 -1
  20. cybrid_api_bank/api/transfers_bank_api.py +1 -1
  21. cybrid_api_bank/api/workflows_bank_api.py +1 -1
  22. cybrid_api_bank/api_client.py +1 -1
  23. cybrid_api_bank/configuration.py +2 -2
  24. cybrid_api_bank/exceptions.py +1 -1
  25. cybrid_api_bank/model/account.py +1 -1
  26. cybrid_api_bank/model/account_list.py +1 -1
  27. cybrid_api_bank/model/account_state.py +1 -1
  28. cybrid_api_bank/model/account_type.py +1 -1
  29. cybrid_api_bank/model/activity_limit.py +1 -1
  30. cybrid_api_bank/model/activity_side.py +1 -1
  31. cybrid_api_bank/model/activity_type.py +1 -1
  32. cybrid_api_bank/model/asset.py +1 -1
  33. cybrid_api_bank/model/asset_list.py +1 -1
  34. cybrid_api_bank/model/asset_types.py +1 -1
  35. cybrid_api_bank/model/bank.py +1 -1
  36. cybrid_api_bank/model/bank_feature.py +1 -1
  37. cybrid_api_bank/model/bank_list.py +1 -1
  38. cybrid_api_bank/model/bank_supported_payout_symbols_inner.py +1 -1
  39. cybrid_api_bank/model/bank_type.py +1 -1
  40. cybrid_api_bank/model/compliance_check.py +1 -1
  41. cybrid_api_bank/model/compliance_check_outcome.py +1 -1
  42. cybrid_api_bank/model/compliance_check_type.py +1 -1
  43. cybrid_api_bank/model/compliance_decision.py +1 -1
  44. cybrid_api_bank/model/compliance_decision_state.py +1 -1
  45. cybrid_api_bank/model/compliance_decision_type.py +1 -1
  46. cybrid_api_bank/model/counterparty.py +1 -1
  47. cybrid_api_bank/model/counterparty_address.py +1 -1
  48. cybrid_api_bank/model/counterparty_aliases_inner.py +1 -1
  49. cybrid_api_bank/model/counterparty_list.py +1 -1
  50. cybrid_api_bank/model/counterparty_name.py +1 -1
  51. cybrid_api_bank/model/counterparty_state.py +1 -1
  52. cybrid_api_bank/model/counterparty_type.py +1 -1
  53. cybrid_api_bank/model/customer.py +1 -1
  54. cybrid_api_bank/model/customer_address.py +1 -1
  55. cybrid_api_bank/model/customer_aliases_inner.py +1 -1
  56. cybrid_api_bank/model/customer_list.py +1 -1
  57. cybrid_api_bank/model/customer_name.py +1 -1
  58. cybrid_api_bank/model/customer_state.py +1 -1
  59. cybrid_api_bank/model/customer_type.py +1 -1
  60. cybrid_api_bank/model/deposit_address.py +1 -1
  61. cybrid_api_bank/model/deposit_address_format.py +1 -1
  62. cybrid_api_bank/model/deposit_address_list.py +1 -1
  63. cybrid_api_bank/model/deposit_address_state.py +1 -1
  64. cybrid_api_bank/model/deposit_bank_account.py +1 -1
  65. cybrid_api_bank/model/deposit_bank_account_account_details_inner.py +1 -1
  66. cybrid_api_bank/model/deposit_bank_account_counterparty_address.py +1 -1
  67. cybrid_api_bank/model/deposit_bank_account_list.py +1 -1
  68. cybrid_api_bank/model/deposit_bank_account_routing_details_inner.py +1 -1
  69. cybrid_api_bank/model/deposit_bank_account_routing_number_type.py +1 -1
  70. cybrid_api_bank/model/deposit_bank_account_state.py +1 -1
  71. cybrid_api_bank/model/error_response.py +1 -1
  72. cybrid_api_bank/model/external_bank_account.py +1 -1
  73. cybrid_api_bank/model/external_bank_account_balances.py +1 -1
  74. cybrid_api_bank/model/external_bank_account_kind.py +1 -1
  75. cybrid_api_bank/model/external_bank_account_list.py +1 -1
  76. cybrid_api_bank/model/external_bank_account_pii_inner.py +1 -1
  77. cybrid_api_bank/model/external_bank_account_pii_inner_addresses_inner.py +1 -1
  78. cybrid_api_bank/model/external_bank_account_pii_inner_routing_details_inner.py +1 -1
  79. cybrid_api_bank/model/external_bank_account_state.py +1 -1
  80. cybrid_api_bank/model/external_wallet.py +1 -1
  81. cybrid_api_bank/model/external_wallet_environment.py +1 -1
  82. cybrid_api_bank/model/external_wallet_list.py +1 -1
  83. cybrid_api_bank/model/external_wallet_state.py +1 -1
  84. cybrid_api_bank/model/identification_number.py +1 -1
  85. cybrid_api_bank/model/identity_verification.py +7 -1
  86. cybrid_api_bank/model/identity_verification_business_associate.py +1 -1
  87. cybrid_api_bank/model/identity_verification_document.py +1 -1
  88. cybrid_api_bank/model/identity_verification_document_file.py +1 -1
  89. cybrid_api_bank/model/identity_verification_list.py +1 -1
  90. cybrid_api_bank/model/identity_verification_method.py +1 -1
  91. cybrid_api_bank/model/identity_verification_options.py +264 -0
  92. cybrid_api_bank/model/identity_verification_outcome.py +1 -1
  93. cybrid_api_bank/model/identity_verification_persona_state.py +1 -1
  94. cybrid_api_bank/model/identity_verification_state.py +1 -1
  95. cybrid_api_bank/model/identity_verification_type.py +1 -1
  96. cybrid_api_bank/model/identity_verification_with_details.py +7 -1
  97. cybrid_api_bank/model/identity_verification_with_details_pii.py +1 -1
  98. cybrid_api_bank/model/identity_verification_with_details_pii_address.py +1 -1
  99. cybrid_api_bank/model/identity_verification_with_details_pii_aliases_inner.py +1 -1
  100. cybrid_api_bank/model/identity_verification_with_details_pii_name.py +1 -1
  101. cybrid_api_bank/model/invoice.py +1 -1
  102. cybrid_api_bank/model/invoice_list.py +1 -1
  103. cybrid_api_bank/model/list_request_page.py +1 -1
  104. cybrid_api_bank/model/list_request_per_page.py +1 -1
  105. cybrid_api_bank/model/patch_bank.py +1 -1
  106. cybrid_api_bank/model/patch_customer.py +1 -1
  107. cybrid_api_bank/model/patch_external_bank_account.py +1 -1
  108. cybrid_api_bank/model/patch_transfer.py +1 -1
  109. cybrid_api_bank/model/patch_transfer_participant.py +1 -1
  110. cybrid_api_bank/model/payment_instruction.py +1 -1
  111. cybrid_api_bank/model/payment_instruction_list.py +1 -1
  112. cybrid_api_bank/model/persona_session.py +1 -1
  113. cybrid_api_bank/model/platform_file.py +1 -1
  114. cybrid_api_bank/model/platform_file_list.py +1 -1
  115. cybrid_api_bank/model/post_account.py +1 -1
  116. cybrid_api_bank/model/post_bank.py +1 -1
  117. cybrid_api_bank/model/post_counterparty.py +1 -1
  118. cybrid_api_bank/model/post_counterparty_address.py +1 -1
  119. cybrid_api_bank/model/post_counterparty_aliases_inner.py +1 -1
  120. cybrid_api_bank/model/post_counterparty_name.py +1 -1
  121. cybrid_api_bank/model/post_customer.py +1 -1
  122. cybrid_api_bank/model/post_customer_address.py +1 -1
  123. cybrid_api_bank/model/post_customer_aliases_inner.py +1 -1
  124. cybrid_api_bank/model/post_customer_name.py +1 -1
  125. cybrid_api_bank/model/post_deposit_address.py +1 -1
  126. cybrid_api_bank/model/post_deposit_bank_account.py +1 -1
  127. cybrid_api_bank/model/post_external_bank_account.py +1 -1
  128. cybrid_api_bank/model/post_external_bank_account_counterparty_address.py +1 -1
  129. cybrid_api_bank/model/post_external_bank_account_counterparty_bank_account.py +1 -1
  130. cybrid_api_bank/model/post_external_bank_account_counterparty_name.py +1 -1
  131. cybrid_api_bank/model/post_external_wallet.py +1 -1
  132. cybrid_api_bank/model/post_fee.py +1 -1
  133. cybrid_api_bank/model/post_file.py +1 -1
  134. cybrid_api_bank/model/post_identification_number.py +1 -1
  135. cybrid_api_bank/model/post_identity_verification.py +5 -1
  136. cybrid_api_bank/model/post_identity_verification_address.py +1 -1
  137. cybrid_api_bank/model/post_identity_verification_aliases_inner.py +1 -1
  138. cybrid_api_bank/model/post_identity_verification_name.py +1 -1
  139. cybrid_api_bank/model/post_invoice.py +1 -1
  140. cybrid_api_bank/model/post_payment_instruction.py +1 -1
  141. cybrid_api_bank/model/post_persona_session.py +1 -1
  142. cybrid_api_bank/model/post_quote.py +1 -1
  143. cybrid_api_bank/model/post_quote_entry.py +1 -1
  144. cybrid_api_bank/model/post_supported_payout_symbols.py +1 -1
  145. cybrid_api_bank/model/post_trade.py +1 -1
  146. cybrid_api_bank/model/post_transfer.py +1 -1
  147. cybrid_api_bank/model/post_transfer_participant.py +1 -1
  148. cybrid_api_bank/model/post_ultimate_beneficial_owner.py +1 -1
  149. cybrid_api_bank/model/post_workflow.py +1 -1
  150. cybrid_api_bank/model/quote.py +1 -1
  151. cybrid_api_bank/model/quote_entry.py +1 -1
  152. cybrid_api_bank/model/quote_entry_destination_account.py +1 -1
  153. cybrid_api_bank/model/quote_entry_source_account.py +1 -1
  154. cybrid_api_bank/model/quote_list.py +1 -1
  155. cybrid_api_bank/model/quote_side.py +1 -1
  156. cybrid_api_bank/model/quote_type.py +1 -1
  157. cybrid_api_bank/model/symbol_price.py +1 -1
  158. cybrid_api_bank/model/symbol_price_response.py +1 -1
  159. cybrid_api_bank/model/symbols.py +1 -1
  160. cybrid_api_bank/model/trade.py +1 -1
  161. cybrid_api_bank/model/trade_failure_code.py +1 -1
  162. cybrid_api_bank/model/trade_list.py +1 -1
  163. cybrid_api_bank/model/trade_side.py +1 -1
  164. cybrid_api_bank/model/trade_state.py +1 -1
  165. cybrid_api_bank/model/trade_type.py +1 -1
  166. cybrid_api_bank/model/transfer.py +1 -1
  167. cybrid_api_bank/model/transfer_account_type.py +1 -1
  168. cybrid_api_bank/model/transfer_destination_account.py +1 -1
  169. cybrid_api_bank/model/transfer_entry.py +1 -1
  170. cybrid_api_bank/model/transfer_entry_destination_account.py +1 -1
  171. cybrid_api_bank/model/transfer_failure_code.py +1 -1
  172. cybrid_api_bank/model/transfer_hold_details.py +1 -1
  173. cybrid_api_bank/model/transfer_list.py +1 -1
  174. cybrid_api_bank/model/transfer_participant.py +1 -1
  175. cybrid_api_bank/model/transfer_side.py +1 -1
  176. cybrid_api_bank/model/transfer_source_account.py +1 -1
  177. cybrid_api_bank/model/transfer_state.py +1 -1
  178. cybrid_api_bank/model/transfer_type.py +1 -1
  179. cybrid_api_bank/model/workflow.py +1 -1
  180. cybrid_api_bank/model/workflow_state.py +1 -1
  181. cybrid_api_bank/model/workflow_type.py +1 -1
  182. cybrid_api_bank/model/workflow_with_details.py +1 -1
  183. cybrid_api_bank/model/workflow_with_details_all_of.py +1 -1
  184. cybrid_api_bank/model/workflows_list.py +1 -1
  185. cybrid_api_bank/model_utils.py +1 -1
  186. cybrid_api_bank/models/__init__.py +1 -0
  187. cybrid_api_bank/rest.py +1 -1
  188. {cybrid_api_bank_python-0.125.38.dist-info → cybrid_api_bank_python-0.125.40.dist-info}/METADATA +1 -1
  189. cybrid_api_bank_python-0.125.40.dist-info/RECORD +194 -0
  190. cybrid_api_bank_python-0.125.38.dist-info/RECORD +0 -193
  191. {cybrid_api_bank_python-0.125.38.dist-info → cybrid_api_bank_python-0.125.40.dist-info}/WHEEL +0 -0
  192. {cybrid_api_bank_python-0.125.38.dist-info → cybrid_api_bank_python-0.125.40.dist-info}/top_level.txt +0 -0
@@ -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.production.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. [Introduction](https://docs.cybrid.xyz/docs/introduction) 2. [Platform Introduction](https://docs.cybrid.xyz/docs/how-is-cybrid-architected) 3. [Testing with Hosted Web Demo App](https://docs.cybrid.xyz/docs/testing-with-hosted-web-demo-app) In [Getting Started in the Cybrid Sandbox](https://docs.cybrid.xyz/docs/how-do-i-get-started-with-the-sandbox), 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. ## 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.production.cybrid.app/api/schema/swagger-ui) | APIs to manage organizations | | [Bank API](https://bank.production.cybrid.app/api/schema/swagger-ui) | APIs to manage banks (and all downstream customer activity) | | [Identities API](https://id.production.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.production.cybrid.app). Access tokens can be generated for a `Customer` as well via the [Cybrid IdP](https://id.production.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.production.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.production.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 counterparties:read counterparties:pii:read counterparties:write counterparties:execute customers:read customers:pii:read customers:write customers:execute prices:read quotes:execute quotes:read trades:execute trades:read transfers:execute transfers:read transfers:write external_bank_accounts:read external_bank_accounts:pii: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 invoices:read invoices:write invoices:execute identity_verifications:read identity_verifications:pii:read identity_verifications:write identity_verifications:execute persona_sessions:execute files:read files:pii:read files: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:write users:execute counterparties:read counterparties:pii:read customers:read customers:pii:read accounts:read prices:read quotes:execute quotes:read trades:execute trades:read transfers:read transfers:write transfers:execute external_bank_accounts:read external_bank_accounts:pii:read external_wallets:read workflows:read deposit_addresses:read deposit_bank_accounts:read invoices:read subscriptions:read subscriptions:write subscriptions:execute subscription_events:read subscription_events:execute identity_verifications:read identity_verifications:pii:read identity_verifications:execute persona_sessions:execute files:read files:pii:read files:execute' ``` <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) | | Counterparty | counterparties:read (Organization, Bank, Customer) | counterparties:write (Bank, Customer) | counterparties: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) | | Invoice | invoices:read (Organization, Bank, Customer) | invoices:write (Bank, Customer) | invoices:execute (Bank, Customer) | ## Available Endpoints The available APIs for the [Identity](https://id.production.cybrid.app/api/schema/swagger-ui), [Organization](https://organization.production.cybrid.app/api/schema/swagger-ui) and [Bank](https://bank.production.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 | Counterparty | /api/counterparties | Create and list counterparties | | 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 | Invoice | /api/invoices | Create, get, cancel and list invoices | | Bank | PaymentInstruction | /api/payment_instructions | Create, get and list payment instructions for invoices | | 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. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v0.125.38
6
+ The version of the OpenAPI document: v0.125.40
7
7
  Contact: support@cybrid.app
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -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.production.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. [Introduction](https://docs.cybrid.xyz/docs/introduction) 2. [Platform Introduction](https://docs.cybrid.xyz/docs/how-is-cybrid-architected) 3. [Testing with Hosted Web Demo App](https://docs.cybrid.xyz/docs/testing-with-hosted-web-demo-app) In [Getting Started in the Cybrid Sandbox](https://docs.cybrid.xyz/docs/how-do-i-get-started-with-the-sandbox), 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. ## 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.production.cybrid.app/api/schema/swagger-ui) | APIs to manage organizations | | [Bank API](https://bank.production.cybrid.app/api/schema/swagger-ui) | APIs to manage banks (and all downstream customer activity) | | [Identities API](https://id.production.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.production.cybrid.app). Access tokens can be generated for a `Customer` as well via the [Cybrid IdP](https://id.production.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.production.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.production.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 counterparties:read counterparties:pii:read counterparties:write counterparties:execute customers:read customers:pii:read customers:write customers:execute prices:read quotes:execute quotes:read trades:execute trades:read transfers:execute transfers:read transfers:write external_bank_accounts:read external_bank_accounts:pii: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 invoices:read invoices:write invoices:execute identity_verifications:read identity_verifications:pii:read identity_verifications:write identity_verifications:execute persona_sessions:execute files:read files:pii:read files: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:write users:execute counterparties:read counterparties:pii:read customers:read customers:pii:read accounts:read prices:read quotes:execute quotes:read trades:execute trades:read transfers:read transfers:write transfers:execute external_bank_accounts:read external_bank_accounts:pii:read external_wallets:read workflows:read deposit_addresses:read deposit_bank_accounts:read invoices:read subscriptions:read subscriptions:write subscriptions:execute subscription_events:read subscription_events:execute identity_verifications:read identity_verifications:pii:read identity_verifications:execute persona_sessions:execute files:read files:pii:read files:execute' ``` <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) | | Counterparty | counterparties:read (Organization, Bank, Customer) | counterparties:write (Bank, Customer) | counterparties: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) | | Invoice | invoices:read (Organization, Bank, Customer) | invoices:write (Bank, Customer) | invoices:execute (Bank, Customer) | ## Available Endpoints The available APIs for the [Identity](https://id.production.cybrid.app/api/schema/swagger-ui), [Organization](https://organization.production.cybrid.app/api/schema/swagger-ui) and [Bank](https://bank.production.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 | Counterparty | /api/counterparties | Create and list counterparties | | 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 | Invoice | /api/invoices | Create, get, cancel and list invoices | | Bank | PaymentInstruction | /api/payment_instructions | Create, get and list payment instructions for invoices | | 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. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v0.125.38
6
+ The version of the OpenAPI document: v0.125.40
7
7
  Contact: support@cybrid.app
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -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.production.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. [Introduction](https://docs.cybrid.xyz/docs/introduction) 2. [Platform Introduction](https://docs.cybrid.xyz/docs/how-is-cybrid-architected) 3. [Testing with Hosted Web Demo App](https://docs.cybrid.xyz/docs/testing-with-hosted-web-demo-app) In [Getting Started in the Cybrid Sandbox](https://docs.cybrid.xyz/docs/how-do-i-get-started-with-the-sandbox), 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. ## 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.production.cybrid.app/api/schema/swagger-ui) | APIs to manage organizations | | [Bank API](https://bank.production.cybrid.app/api/schema/swagger-ui) | APIs to manage banks (and all downstream customer activity) | | [Identities API](https://id.production.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.production.cybrid.app). Access tokens can be generated for a `Customer` as well via the [Cybrid IdP](https://id.production.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.production.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.production.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 counterparties:read counterparties:pii:read counterparties:write counterparties:execute customers:read customers:pii:read customers:write customers:execute prices:read quotes:execute quotes:read trades:execute trades:read transfers:execute transfers:read transfers:write external_bank_accounts:read external_bank_accounts:pii: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 invoices:read invoices:write invoices:execute identity_verifications:read identity_verifications:pii:read identity_verifications:write identity_verifications:execute persona_sessions:execute files:read files:pii:read files: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:write users:execute counterparties:read counterparties:pii:read customers:read customers:pii:read accounts:read prices:read quotes:execute quotes:read trades:execute trades:read transfers:read transfers:write transfers:execute external_bank_accounts:read external_bank_accounts:pii:read external_wallets:read workflows:read deposit_addresses:read deposit_bank_accounts:read invoices:read subscriptions:read subscriptions:write subscriptions:execute subscription_events:read subscription_events:execute identity_verifications:read identity_verifications:pii:read identity_verifications:execute persona_sessions:execute files:read files:pii:read files:execute' ``` <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) | | Counterparty | counterparties:read (Organization, Bank, Customer) | counterparties:write (Bank, Customer) | counterparties: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) | | Invoice | invoices:read (Organization, Bank, Customer) | invoices:write (Bank, Customer) | invoices:execute (Bank, Customer) | ## Available Endpoints The available APIs for the [Identity](https://id.production.cybrid.app/api/schema/swagger-ui), [Organization](https://organization.production.cybrid.app/api/schema/swagger-ui) and [Bank](https://bank.production.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 | Counterparty | /api/counterparties | Create and list counterparties | | 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 | Invoice | /api/invoices | Create, get, cancel and list invoices | | Bank | PaymentInstruction | /api/payment_instructions | Create, get and list payment instructions for invoices | | 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. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v0.125.38
6
+ The version of the OpenAPI document: v0.125.40
7
7
  Contact: support@cybrid.app
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -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.production.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. [Introduction](https://docs.cybrid.xyz/docs/introduction) 2. [Platform Introduction](https://docs.cybrid.xyz/docs/how-is-cybrid-architected) 3. [Testing with Hosted Web Demo App](https://docs.cybrid.xyz/docs/testing-with-hosted-web-demo-app) In [Getting Started in the Cybrid Sandbox](https://docs.cybrid.xyz/docs/how-do-i-get-started-with-the-sandbox), 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. ## 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.production.cybrid.app/api/schema/swagger-ui) | APIs to manage organizations | | [Bank API](https://bank.production.cybrid.app/api/schema/swagger-ui) | APIs to manage banks (and all downstream customer activity) | | [Identities API](https://id.production.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.production.cybrid.app). Access tokens can be generated for a `Customer` as well via the [Cybrid IdP](https://id.production.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.production.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.production.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 counterparties:read counterparties:pii:read counterparties:write counterparties:execute customers:read customers:pii:read customers:write customers:execute prices:read quotes:execute quotes:read trades:execute trades:read transfers:execute transfers:read transfers:write external_bank_accounts:read external_bank_accounts:pii: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 invoices:read invoices:write invoices:execute identity_verifications:read identity_verifications:pii:read identity_verifications:write identity_verifications:execute persona_sessions:execute files:read files:pii:read files: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:write users:execute counterparties:read counterparties:pii:read customers:read customers:pii:read accounts:read prices:read quotes:execute quotes:read trades:execute trades:read transfers:read transfers:write transfers:execute external_bank_accounts:read external_bank_accounts:pii:read external_wallets:read workflows:read deposit_addresses:read deposit_bank_accounts:read invoices:read subscriptions:read subscriptions:write subscriptions:execute subscription_events:read subscription_events:execute identity_verifications:read identity_verifications:pii:read identity_verifications:execute persona_sessions:execute files:read files:pii:read files:execute' ``` <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) | | Counterparty | counterparties:read (Organization, Bank, Customer) | counterparties:write (Bank, Customer) | counterparties: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) | | Invoice | invoices:read (Organization, Bank, Customer) | invoices:write (Bank, Customer) | invoices:execute (Bank, Customer) | ## Available Endpoints The available APIs for the [Identity](https://id.production.cybrid.app/api/schema/swagger-ui), [Organization](https://organization.production.cybrid.app/api/schema/swagger-ui) and [Bank](https://bank.production.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 | Counterparty | /api/counterparties | Create and list counterparties | | 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 | Invoice | /api/invoices | Create, get, cancel and list invoices | | Bank | PaymentInstruction | /api/payment_instructions | Create, get and list payment instructions for invoices | | 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. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v0.125.38
6
+ The version of the OpenAPI document: v0.125.40
7
7
  Contact: support@cybrid.app
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -75,6 +75,7 @@ from cybrid_api_bank.model.identity_verification_document import IdentityVerific
75
75
  from cybrid_api_bank.model.identity_verification_document_file import IdentityVerificationDocumentFile
76
76
  from cybrid_api_bank.model.identity_verification_list import IdentityVerificationList
77
77
  from cybrid_api_bank.model.identity_verification_method import IdentityVerificationMethod
78
+ from cybrid_api_bank.model.identity_verification_options import IdentityVerificationOptions
78
79
  from cybrid_api_bank.model.identity_verification_outcome import IdentityVerificationOutcome
79
80
  from cybrid_api_bank.model.identity_verification_persona_state import IdentityVerificationPersonaState
80
81
  from cybrid_api_bank.model.identity_verification_state import IdentityVerificationState
cybrid_api_bank/rest.py CHANGED
@@ -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.production.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. [Introduction](https://docs.cybrid.xyz/docs/introduction) 2. [Platform Introduction](https://docs.cybrid.xyz/docs/how-is-cybrid-architected) 3. [Testing with Hosted Web Demo App](https://docs.cybrid.xyz/docs/testing-with-hosted-web-demo-app) In [Getting Started in the Cybrid Sandbox](https://docs.cybrid.xyz/docs/how-do-i-get-started-with-the-sandbox), 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. ## 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.production.cybrid.app/api/schema/swagger-ui) | APIs to manage organizations | | [Bank API](https://bank.production.cybrid.app/api/schema/swagger-ui) | APIs to manage banks (and all downstream customer activity) | | [Identities API](https://id.production.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.production.cybrid.app). Access tokens can be generated for a `Customer` as well via the [Cybrid IdP](https://id.production.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.production.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.production.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 counterparties:read counterparties:pii:read counterparties:write counterparties:execute customers:read customers:pii:read customers:write customers:execute prices:read quotes:execute quotes:read trades:execute trades:read transfers:execute transfers:read transfers:write external_bank_accounts:read external_bank_accounts:pii: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 invoices:read invoices:write invoices:execute identity_verifications:read identity_verifications:pii:read identity_verifications:write identity_verifications:execute persona_sessions:execute files:read files:pii:read files: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:write users:execute counterparties:read counterparties:pii:read customers:read customers:pii:read accounts:read prices:read quotes:execute quotes:read trades:execute trades:read transfers:read transfers:write transfers:execute external_bank_accounts:read external_bank_accounts:pii:read external_wallets:read workflows:read deposit_addresses:read deposit_bank_accounts:read invoices:read subscriptions:read subscriptions:write subscriptions:execute subscription_events:read subscription_events:execute identity_verifications:read identity_verifications:pii:read identity_verifications:execute persona_sessions:execute files:read files:pii:read files:execute' ``` <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) | | Counterparty | counterparties:read (Organization, Bank, Customer) | counterparties:write (Bank, Customer) | counterparties: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) | | Invoice | invoices:read (Organization, Bank, Customer) | invoices:write (Bank, Customer) | invoices:execute (Bank, Customer) | ## Available Endpoints The available APIs for the [Identity](https://id.production.cybrid.app/api/schema/swagger-ui), [Organization](https://organization.production.cybrid.app/api/schema/swagger-ui) and [Bank](https://bank.production.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 | Counterparty | /api/counterparties | Create and list counterparties | | 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 | Invoice | /api/invoices | Create, get, cancel and list invoices | | Bank | PaymentInstruction | /api/payment_instructions | Create, get and list payment instructions for invoices | | 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. # noqa: E501
5
5
 
6
- The version of the OpenAPI document: v0.125.38
6
+ The version of the OpenAPI document: v0.125.40
7
7
  Contact: support@cybrid.app
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cybrid-api-bank-python
3
- Version: 0.125.38
3
+ Version: 0.125.40
4
4
  Summary: Cybrid Bank API
5
5
  Home-page: https://github.com/Cybrid-app/cybrid-api-bank-python/
6
6
  Author: Cybrid Support
@@ -0,0 +1,194 @@
1
+ cybrid_api_bank/__init__.py,sha256=MYpt4sQvkhNm4ll4nJpqtZW1ZpDaPm5DTLg5NEO6-BQ,18035
2
+ cybrid_api_bank/api_client.py,sha256=dKb-l84RrgD2P-TPo37Oi7aidHBiWFQ86GC_YddpHhk,56367
3
+ cybrid_api_bank/configuration.py,sha256=CwZ3Q4Ni2Xy5_zDTFc-RSkSuV_vzompQ4JALyDxfoPI,34270
4
+ cybrid_api_bank/exceptions.py,sha256=6-A1pBmJdaiPTatnu5H_XLi3ogpvg-fTQ-x5InUTxgA,22359
5
+ cybrid_api_bank/model_utils.py,sha256=9rG7Qdb0Bg1wnLTD7bJjGpNOJur71xkvG1DBsKYHC1k,99778
6
+ cybrid_api_bank/rest.py,sha256=7dylpOJyQ8W6K1bPsOHPWGNvBCCW3oS10hj4Us3Gz8w,31564
7
+ cybrid_api_bank/api/__init__.py,sha256=WkDwTKMO-ZJMVw0BysflJ0ecuptmX2Z9pKBHUH8aNRE,224
8
+ cybrid_api_bank/api/accounts_bank_api.py,sha256=gX-sfZ6x-DyLorMkywF-CSbjOcwfxh2BsuQUPdw42p0,36649
9
+ cybrid_api_bank/api/assets_bank_api.py,sha256=0ZMpRtx_nWyGZP6JvVt9iiSfgM5XRSwOFbq6-wqo2GI,23772
10
+ cybrid_api_bank/api/banks_bank_api.py,sha256=EFt97v7vSgkfDU01DFtTIQVdg6n6XE4hvYO3h01ewDM,39954
11
+ cybrid_api_bank/api/counterparties_bank_api.py,sha256=0iskpwfFDqiT0Jy-DSlahurPSPtT0_-Y-wNHCIP3BsA,36464
12
+ cybrid_api_bank/api/customers_bank_api.py,sha256=NzYiM3m7kNQtFQLsOIJLCKlXajTX4VYFHnsAxnpkYiQ,41645
13
+ cybrid_api_bank/api/deposit_addresses_bank_api.py,sha256=iSpx6ywSc09iPRuxB8vT9IcWFF6R2WPA8SFsz3-Mof4,35771
14
+ cybrid_api_bank/api/deposit_bank_accounts_bank_api.py,sha256=5Jkw70X-YWxzG1MeEkQdHIi9cLNZfKqAtm9zML1ENpA,37111
15
+ cybrid_api_bank/api/external_bank_accounts_bank_api.py,sha256=M3lIHFrUcn40eojER_aqGyCCPT8zSXkY2cDzuBDx-1w,52069
16
+ cybrid_api_bank/api/external_wallets_bank_api.py,sha256=FJkjd2RbuBDY5_beizE3btj0oJccaBeNXpyqA3wYJZI,42732
17
+ cybrid_api_bank/api/files_bank_api.py,sha256=W-2bT0Zr1leUIKXSMm8exCgOQ4Si2ry75JkK1lzckVM,36164
18
+ cybrid_api_bank/api/identity_verifications_bank_api.py,sha256=_CK70bVYdesYAZI8yNKCF81fS2vzGXMi6voFTtuwhjQ,42236
19
+ cybrid_api_bank/api/invoices_bank_api.py,sha256=zcaRdkX8wwk2Th0s6YVi4DK9jm5Q9qmKIuQLMmrujV8,41923
20
+ cybrid_api_bank/api/payment_instructions_bank_api.py,sha256=fmqzYh-uLLBUV16EizQEDbY_iQRephG54VApIovLiq4,36100
21
+ cybrid_api_bank/api/persona_sessions_bank_api.py,sha256=etCGgmI_zbr49oqxMziwGEKLCMGO32w8CF6FqvCh7mA,23580
22
+ cybrid_api_bank/api/prices_bank_api.py,sha256=41LF51Uc9o_nwwZbBjWTU3BYJ0j0vC7fEEM1re61WKo,25288
23
+ cybrid_api_bank/api/quotes_bank_api.py,sha256=gtUfEXjR9CnTD3izqMhuLHBnvy50cVgc7RlCiRmCMAs,35651
24
+ cybrid_api_bank/api/symbols_bank_api.py,sha256=DGiL_ogP54f-hVvJZCYVDJqMJGX43yuQypNyFyDx7ZU,22894
25
+ cybrid_api_bank/api/trades_bank_api.py,sha256=i014nvr3MJpmJUlfsDD9Qs66d2L9TZE20JbCIGbqcZk,37906
26
+ cybrid_api_bank/api/transfers_bank_api.py,sha256=6atIa4dLgmBlHboK56D8Dl05_JJpU5MWv12xkJzYnQI,47526
27
+ cybrid_api_bank/api/workflows_bank_api.py,sha256=2nx8eBdy_KLDWxSUw207sIlCkNDPjJOLhJ0KCZcyYGM,35389
28
+ cybrid_api_bank/apis/__init__.py,sha256=LHM0NotIKPw0QcIIXF3x4O27DzHZjFR8wjvACUWQfGg,1894
29
+ cybrid_api_bank/model/__init__.py,sha256=XJNyESDXCrSday5DwGDOxfGHqAQTWle-YPeJGxkSx9Q,349
30
+ cybrid_api_bank/model/account.py,sha256=xnwB0g_wRhltxu2UZ1PSeFF9UfTno2uZKkIxQII-d7s,32797
31
+ cybrid_api_bank/model/account_list.py,sha256=a_OOkPPMnj8PHVTpY34oDPoYyTFOUvPwCKhsPouSTkU,30036
32
+ cybrid_api_bank/model/account_state.py,sha256=RieyPP717mVXiyMfA_RrmuneUk876ErJr2q38YpEVz8,29218
33
+ cybrid_api_bank/model/account_type.py,sha256=_EnVmwbPWugHvYH2QQShr_54pmDNveWFs6JPZhBFvxM,29605
34
+ cybrid_api_bank/model/activity_limit.py,sha256=bN9n65iRR2a3p1hIconigppz60c-o_6hh_0dqljzZ5s,30437
35
+ cybrid_api_bank/model/activity_side.py,sha256=Z9TZaJbCA9RVwaZP10U-4kp28jfL4dOxAoJ-kajXXQw,29312
36
+ cybrid_api_bank/model/activity_type.py,sha256=eyTdmHJHlyhVUccxespDLfaZdc67NoN_GyNf0MPONBE,29534
37
+ cybrid_api_bank/model/asset.py,sha256=v1IOHb8rVKjfAO6Op5JNWtCICuy7lj5SfQ74r-EidFY,30254
38
+ cybrid_api_bank/model/asset_list.py,sha256=Pao9c7lDdkHUNULOsTjZRM5nvyxIcm6JJLrDrxQ8l-Y,30010
39
+ cybrid_api_bank/model/asset_types.py,sha256=3hKlsKBQUqhH8o2kGD5y0ick5MJ5GotQSP8-6niIwwk,29188
40
+ cybrid_api_bank/model/bank.py,sha256=wALjc4ofRvn_PJE0myB9Ro7HMw88ZXGhyxtU9-d3m8Q,33177
41
+ cybrid_api_bank/model/bank_feature.py,sha256=g-SGaG-9y5vT3GN25tFOCDIMIJ94nP15ILQr3TdK8bg,30343
42
+ cybrid_api_bank/model/bank_list.py,sha256=pX5eEzsjtsyMgqazfz_1x4SEf2P0vzSdSOlPen_QA5w,30000
43
+ cybrid_api_bank/model/bank_supported_payout_symbols_inner.py,sha256=KIbmz6EnDLJ93WIPnhIHKWGnzvc-_Glf3V2NonoSqHA,29814
44
+ cybrid_api_bank/model/bank_type.py,sha256=yGjQG5WOm7qJo_vPTf2UJrDdhrYahNp4r0S9qyZHZV4,29224
45
+ cybrid_api_bank/model/compliance_check.py,sha256=_HOP5NOhVTiyXX3dTjLeTCQcsk-9aoWbAO1hk8viIVM,30183
46
+ cybrid_api_bank/model/compliance_check_outcome.py,sha256=-w5gJfy9Kdgq6bbLovP3OTi7G0iNbW81PBr1ETD3-Tw,29344
47
+ cybrid_api_bank/model/compliance_check_type.py,sha256=JrCZOj_vYJIYlfzLGQ5E33FXKtPhqUC-A6z_5yIO7qE,31321
48
+ cybrid_api_bank/model/compliance_decision.py,sha256=Q1NV1mjDQZiwL-5i30f9yCBrLdPX98J-LjVzPooLacY,30190
49
+ cybrid_api_bank/model/compliance_decision_state.py,sha256=Qq6hzjYingUefhxTngekq-FK3IFxUJVtu6swTtPiDZg,29419
50
+ cybrid_api_bank/model/compliance_decision_type.py,sha256=R71QFZKREGbERN30xYIygdUyhotBI7Dymt4gq1Egad8,31330
51
+ cybrid_api_bank/model/counterparty.py,sha256=tQXWeBnDlFg-v2mawUB7_zkex3ph2BsVM2oPsStWRXo,33800
52
+ cybrid_api_bank/model/counterparty_address.py,sha256=fjt_hPfihsONfvjEwdfxUX4LjT4U7qL4lxBKwhoCh0Q,30538
53
+ cybrid_api_bank/model/counterparty_aliases_inner.py,sha256=1wzhtq35HJp3pqKYo97J4SWFNr2owsX5VQ8Z-Azumzc,29658
54
+ cybrid_api_bank/model/counterparty_list.py,sha256=l5EUA2F1pLShoU61O2lGLgXqsSI_CAX5m_n4pteREr0,30034
55
+ cybrid_api_bank/model/counterparty_name.py,sha256=v7DoyszJ4bdaH7yF7I0nj1v3CM27DWo9qvMBM3kYiak,29633
56
+ cybrid_api_bank/model/counterparty_state.py,sha256=AR0rFP2AUeZZKVxAvCDf0lPWWYOKndIkff_VdXzbREo,29419
57
+ cybrid_api_bank/model/counterparty_type.py,sha256=ld4f3beRmIiYUpoay_IC2yxc3rZQ041m-oOdulvc1-4,29254
58
+ cybrid_api_bank/model/customer.py,sha256=uS1Op3KdP9c_tSWaI_89H_940-96Njoi_3i8QFpdChY,35657
59
+ cybrid_api_bank/model/customer_address.py,sha256=DOgoyMrw3ZZXcqn8ZLF4aKvMDkA_FX2hvHHE6X2zJJU,30526
60
+ cybrid_api_bank/model/customer_aliases_inner.py,sha256=XX8mI2hWKxCTArJZGnhmTi3afLDJmm68GO9YolMUNVo,29614
61
+ cybrid_api_bank/model/customer_list.py,sha256=xhpt53leK6OSe4skk0emYbEQ_pQRAKhUbybS87xFJDo,29994
62
+ cybrid_api_bank/model/customer_name.py,sha256=iyFh4RDTD8d6hRXlaJ8IDPUu7tjCezsccDZlWETkrkw,29589
63
+ cybrid_api_bank/model/customer_state.py,sha256=aLW0EH8Q5tXM5ea-fmuk42CRWaAHf5Uphz7Ee-d_C98,29479
64
+ cybrid_api_bank/model/customer_type.py,sha256=7XwkzpuIjditE2VzRNjWjPA3r9hgY_dogGRsZkqjcFw,29242
65
+ cybrid_api_bank/model/deposit_address.py,sha256=CFfm7N04IuH3gU-8orrbxd7j9nOr1W6PpPcONw-5rXI,32389
66
+ cybrid_api_bank/model/deposit_address_format.py,sha256=DhZhEgrtyy6khIZTpAtLk6WvONI4UovKE5zWK4Ce6CI,29242
67
+ cybrid_api_bank/model/deposit_address_list.py,sha256=_OIkpuHPx_xunl0QdlKoi6zWjdMsb-5Q8aBfeaWk4Uw,30055
68
+ cybrid_api_bank/model/deposit_address_state.py,sha256=yvQVZBLlfL2JCBpUgwZXwYZvlh3T34f3eqzakYiO7eI,29239
69
+ cybrid_api_bank/model/deposit_bank_account.py,sha256=_tNcD0APfB8SsyOi2kojtyz9VHHLEN_eoKO-3tqz-KI,35845
70
+ cybrid_api_bank/model/deposit_bank_account_account_details_inner.py,sha256=Sud2YH9hRNv68WmkX633KcDnVQoIufdk-JuVDMDf2Hg,28954
71
+ cybrid_api_bank/model/deposit_bank_account_counterparty_address.py,sha256=xOk0npaHuf1cV0PMwqTLWh7-ewXXo-z-GD6Ux6zdq8g,30711
72
+ cybrid_api_bank/model/deposit_bank_account_list.py,sha256=xD-fwaSZvv30flfOAMJCyustcqPoHueoPeC2PnDgIaA,30096
73
+ cybrid_api_bank/model/deposit_bank_account_routing_details_inner.py,sha256=AfHWrMqXpF8QMfxbceXJGAkZSKsXG6SCpxd0ipQAAmE,29419
74
+ cybrid_api_bank/model/deposit_bank_account_routing_number_type.py,sha256=9yVvLo2TAb_eQLq2rIrW5gH-1DYwgId_K0VCfzc7TqE,29305
75
+ cybrid_api_bank/model/deposit_bank_account_state.py,sha256=91NaTY9grh-dCg-sjEqef7f_X5QqAy3Yc2aEXhT16v8,29251
76
+ cybrid_api_bank/model/error_response.py,sha256=M3kM3DL4IBbVuQmQcRpwzqZJ6hKIfNMdGxjFbT9q8cc,29453
77
+ cybrid_api_bank/model/external_bank_account.py,sha256=dZt3LOwO_cui6a6fI3pSFm_LiEBK33_6SFG467YsC64,35772
78
+ cybrid_api_bank/model/external_bank_account_balances.py,sha256=a4oVrqfIredyGjLf-LpKSwasT5bYOtwQMDofcI_BNvo,29373
79
+ cybrid_api_bank/model/external_bank_account_kind.py,sha256=lQnEZ7nEhYKsg-nKF_v6NE_Q-g9HPeZsq9b5EsnpT_w,29473
80
+ cybrid_api_bank/model/external_bank_account_list.py,sha256=32x8mixOm9Ok4ncM27Iry94XU_R1FRVmJZyiBlTGdJ4,30186
81
+ cybrid_api_bank/model/external_bank_account_pii_inner.py,sha256=4WSbiAhYV8WSB11fjoE8qaVhiTaoSV88trq0MasU-JY,31732
82
+ cybrid_api_bank/model/external_bank_account_pii_inner_addresses_inner.py,sha256=0laZ_l3n3Ye8LcN8KyQzACoqbffj2yL_61froB0_uEk,30605
83
+ cybrid_api_bank/model/external_bank_account_pii_inner_routing_details_inner.py,sha256=QHuaWtWDb7yShjZPNoc1NNQcAEK6ABakGAlPrdoynSw,29430
84
+ cybrid_api_bank/model/external_bank_account_state.py,sha256=4wnIRT1Rrx6ydEFYgFqSrYX7mQ0uOcKMnFzMTtPwizA,29728
85
+ cybrid_api_bank/model/external_wallet.py,sha256=s0bJTID832LD_o-6BPbm5SkrhanIzTraisXvhMd2tXQ,33211
86
+ cybrid_api_bank/model/external_wallet_environment.py,sha256=5BpW5TMXesZv9gItCJxaFmvZ4gZ9eoijfugTus1kYT8,29275
87
+ cybrid_api_bank/model/external_wallet_list.py,sha256=d_ZZu6ghlN-tg26mMcAnPOEs6v4t7nEWHEZvsr39e8s,30123
88
+ cybrid_api_bank/model/external_wallet_state.py,sha256=9bP8BVOK4rd94NJzS85qWF0eG6mk1CKnsrJfnnABcVk,29563
89
+ cybrid_api_bank/model/identification_number.py,sha256=FwqYSJaNCzg1WT60OXsrmua6wqM0mUejOD8paCUMaFk,30265
90
+ cybrid_api_bank/model/identity_verification.py,sha256=6xRDwtrwX7nSfIkXxb-xzs_Caczn0_Edm4ph-PhfRxQ,34152
91
+ cybrid_api_bank/model/identity_verification_business_associate.py,sha256=BsxSeK3exFdHyX0weK1Hn9WcW3DXZHC46I34QVFED2Q,31408
92
+ cybrid_api_bank/model/identity_verification_document.py,sha256=x9ZkLYIdIELJqE90Xd1rdm04k5_TMloyPWdd509mf-E,30790
93
+ cybrid_api_bank/model/identity_verification_document_file.py,sha256=BhHI_EDpzqnN_Jn7lc50VlkdQ0dX1KjWFtN81ROnbeM,30225
94
+ cybrid_api_bank/model/identity_verification_list.py,sha256=g9Ru_Sin_VGFPy1nNGon9oCZ7crKyOfpDkYWjijjsc4,30115
95
+ cybrid_api_bank/model/identity_verification_method.py,sha256=fkxT9F-MJSvrSzu6oCF3NdmqvfLzJACYddD7ZI8Vs3Y,30682
96
+ cybrid_api_bank/model/identity_verification_options.py,sha256=bMRQdeJAioR1Q2tPIbF1gYi5kXQCuAPoGhjtzUpaYdY,28943
97
+ cybrid_api_bank/model/identity_verification_outcome.py,sha256=mj8j2Fze7CIkcBN4k4_sAwqoJ5Uz-B_F1QtrrK8ufF8,29251
98
+ cybrid_api_bank/model/identity_verification_persona_state.py,sha256=nbrECwDG13N8Tehr8Qn_n2fHTNdfTnwiw8BS8IcvB5o,29710
99
+ cybrid_api_bank/model/identity_verification_state.py,sha256=dS3hu2XAXdyvxluuNjLQ0RSn8DyZg2RTBYIfs7J2nws,29593
100
+ cybrid_api_bank/model/identity_verification_type.py,sha256=R0MgYdD_CyvaWxqPm79HI4pK5P2g_2rr3z2DFllSfGU,29368
101
+ cybrid_api_bank/model/identity_verification_with_details.py,sha256=oBn2vV3fRRGjP60GDp67KeXfJ8SEv7FWaIDBBPDD7WE,37948
102
+ cybrid_api_bank/model/identity_verification_with_details_pii.py,sha256=KpsT0ktlc5d15sL0CUTVX8sXMUInoxMPhACdhMYToqA,32780
103
+ cybrid_api_bank/model/identity_verification_with_details_pii_address.py,sha256=UAiobKntw19b5QGKknV_Jd939vm_K1qxa7CdFWHelgE,30822
104
+ cybrid_api_bank/model/identity_verification_with_details_pii_aliases_inner.py,sha256=EdqTA2uE6wLefJZIhzezvkF7mcvnUyiPrN-rMa1Lwu0,28854
105
+ cybrid_api_bank/model/identity_verification_with_details_pii_name.py,sha256=FLBOOMI0_7vtUG6Mb9XwLmJLoVLjuQuj9Jcc_PlFyvM,29651
106
+ cybrid_api_bank/model/invoice.py,sha256=UWOYS0EL6JelUAOs-I_LEN222j6qHIYzLN-ANtqY27c,33222
107
+ cybrid_api_bank/model/invoice_list.py,sha256=hTFAVC_GSi3u32270QUvqiXXTUlqete1u9yL5Mmspkg,29984
108
+ cybrid_api_bank/model/list_request_page.py,sha256=JCqrRaTuEaulO364IZJT_qJx2LyVqSNMOblXb7590aA,29147
109
+ cybrid_api_bank/model/list_request_per_page.py,sha256=e7SYoh86y5Z6vp5jUPMPMfBTXS4VY5RV9SOqYQzpxqc,29254
110
+ cybrid_api_bank/model/patch_bank.py,sha256=nqVdEcEOkH-0zpFzXL_z-fojhYnxlBVdC1xxE_9He40,30686
111
+ cybrid_api_bank/model/patch_customer.py,sha256=n4tY1bhOobmtbbfiOUERU-dzqAw4G8w479aNP1iL8Y8,29003
112
+ cybrid_api_bank/model/patch_external_bank_account.py,sha256=LoErWvjR7XsoeOoCrVOKGNIG8TkIvGdmUEvQcmvJZrA,29385
113
+ cybrid_api_bank/model/patch_transfer.py,sha256=qnU-8g2J54lygK3aWvZlTmuEci1y_BeqKCv6wMF-LxE,29867
114
+ cybrid_api_bank/model/patch_transfer_participant.py,sha256=64CDyJIV9ayeSb2AKU4_J8bPPFQt-fKLPHLMkSLXgng,29587
115
+ cybrid_api_bank/model/payment_instruction.py,sha256=jvDHlVBq1dK7kYI8BchqkPzGtG34FqWk6cHhhaAC-jA,33062
116
+ cybrid_api_bank/model/payment_instruction_list.py,sha256=J2CjO2lfjsA7ORQ1LigKj16evtai1ozU4j_wsU7LArs,30095
117
+ cybrid_api_bank/model/persona_session.py,sha256=Pjb0_gAI0ZUMVEf-ba6BZgLUPSWCq3yxzet-q6Hxfuc,29988
118
+ cybrid_api_bank/model/platform_file.py,sha256=BErYEG_dqI6zqagOxQNu7sHX0XJIagpvEWFXrb1_DjY,34427
119
+ cybrid_api_bank/model/platform_file_list.py,sha256=gkN5OYXkdKCuPeff5xQJwKnO3nsvnSjfCg1LWgeEQmo,30081
120
+ cybrid_api_bank/model/post_account.py,sha256=9FDjG2IRepO_tAWi4j8T5TdIO2KPw1tIdOLUrJQGqDk,30441
121
+ cybrid_api_bank/model/post_bank.py,sha256=klbtev_BCN5rpPNXMIPiupBdo5MDhRGX1kWlvvB0zYk,33328
122
+ cybrid_api_bank/model/post_counterparty.py,sha256=OghdKFgfwwU9LY_3LXvlBJy90J0C0lc394d7mLeHl6c,31684
123
+ cybrid_api_bank/model/post_counterparty_address.py,sha256=D4KH76KnVKpPhEkItezQAlhjvCNETULbNLyepuA_wrs,30993
124
+ cybrid_api_bank/model/post_counterparty_aliases_inner.py,sha256=mdpX91ue8ITMMaW5SnyQQXXc3KfW4KWq4Qvg2tzepU4,28894
125
+ cybrid_api_bank/model/post_counterparty_name.py,sha256=E8UNDrMTFus7yAeP29I2WOjijnNHU2CAEHCqq1FWAis,29913
126
+ cybrid_api_bank/model/post_customer.py,sha256=AsjWdl7FPZY0FVYIl0giNtfAESM4Lh4mkVMivQ1Tij8,32786
127
+ cybrid_api_bank/model/post_customer_address.py,sha256=uX8gZ3IeRHJWGhYNIVvNz3sl4qqirX8x9zUYP5cCDrY,30980
128
+ cybrid_api_bank/model/post_customer_aliases_inner.py,sha256=TqJxZ_agHY8GXwV-bTY__ULrWpLVH1c_fTzsenQrqw4,28874
129
+ cybrid_api_bank/model/post_customer_name.py,sha256=wTXUUcwT-EyuKsLBIdJhxrcMES2qnD4UdTA7dP9KMpU,29869
130
+ cybrid_api_bank/model/post_deposit_address.py,sha256=g3WkRxyZtDP07T1nhePl05mHU-jb7W9Q7TpheCrQlaM,29358
131
+ cybrid_api_bank/model/post_deposit_bank_account.py,sha256=8K9ry_n1FKov6JMcxoTxv4vXwbYQVtdn-Gd-q1kdgi4,31758
132
+ cybrid_api_bank/model/post_external_bank_account.py,sha256=h5bv-a4pRxQg16N5Ry1nWj51GnLJtqlPMF1ViH07kQ4,36790
133
+ cybrid_api_bank/model/post_external_bank_account_counterparty_address.py,sha256=D19NwEaeKn3xtLN5pacGujuRo3YPI53AfjPKniq8rSU,32084
134
+ cybrid_api_bank/model/post_external_bank_account_counterparty_bank_account.py,sha256=UmbP8KwS2CaiM6BRH4lQoAMOk2-1YMrGxoJpTLCn5oA,29991
135
+ cybrid_api_bank/model/post_external_bank_account_counterparty_name.py,sha256=aPlM8bThkE9jqMfZKB64dv4RIbm4zo-4N8XdISgD298,30580
136
+ cybrid_api_bank/model/post_external_wallet.py,sha256=OJ4RVyYT2q1EUeups8xoFsDbNyAIOqE3bGbMYqbnYig,30856
137
+ cybrid_api_bank/model/post_fee.py,sha256=cVQ3d35rBp3uVBVtXDoVoPfsJ7Y1avG8dZWej89SWD0,29743
138
+ cybrid_api_bank/model/post_file.py,sha256=HFwSvUPERZo83vfG1e1Q4K98xN3LNnpDRdiJRFhnpFU,31544
139
+ cybrid_api_bank/model/post_identification_number.py,sha256=hWmmaIg70jTBrZ2toWnZVNKtLBBc1vCuyFAw2ETGzXM,30432
140
+ cybrid_api_bank/model/post_identity_verification.py,sha256=hk9s6DX_-JlwZHZdXrTVTWz_npyEbQu_vtMN1BL-nQU,42405
141
+ cybrid_api_bank/model/post_identity_verification_address.py,sha256=vA7gdt2-w5E4eqs80j8xxvQ5QQu2h5nwfPwg_v9Z6h0,33587
142
+ cybrid_api_bank/model/post_identity_verification_aliases_inner.py,sha256=ZLeW_Eah2VhJbsVXyi4gkgn6r9W1LfVA-SKZo-PNiNc,28990
143
+ cybrid_api_bank/model/post_identity_verification_name.py,sha256=VFjuKvG8EdRamwxQJrF8NnERQrwCI5f9vu2G0AbhM34,31099
144
+ cybrid_api_bank/model/post_invoice.py,sha256=eAlGVQI11nG_ldfPwF8KXQ85zvOvGusElaUWDy7kKsQ,31634
145
+ cybrid_api_bank/model/post_payment_instruction.py,sha256=Lm0kTZMOGY0EMLEPeTmw2ZnBcOlBFXnuPAiPWm2WtZc,29624
146
+ cybrid_api_bank/model/post_persona_session.py,sha256=v3X_3Qzwb8m6wICOWbjwDusMAn7LVN7UuXMQhL9-1GQ,29533
147
+ cybrid_api_bank/model/post_quote.py,sha256=aByLcqUJ_xhVfZE0pzMXOcOlPPc5YIgKYvNkWQDZLyc,37898
148
+ cybrid_api_bank/model/post_quote_entry.py,sha256=ihvrXGQZ2-yNbdJuJjIbDw8HKXdIAH1dD8W9cufcE4Q,30427
149
+ cybrid_api_bank/model/post_supported_payout_symbols.py,sha256=rGHqFmpjbs6Mi5xWUAHhZd5pxyhC79wvNDoJcEr2z94,30853
150
+ cybrid_api_bank/model/post_trade.py,sha256=nc-A-NwV71OfwMGltl0Sc1-IIM2jFvxwFwGyXKFMhiw,31024
151
+ cybrid_api_bank/model/post_transfer.py,sha256=_GPXPG-dvqKEvUvTQjrPsg39w0vnwAeRQHSfvM6hpVE,40962
152
+ cybrid_api_bank/model/post_transfer_participant.py,sha256=OVMojO4AnfYpB3ybmbEe1BYKOWSLOWx2-zAi1l61eII,29584
153
+ cybrid_api_bank/model/post_ultimate_beneficial_owner.py,sha256=4LV3tD8DhmI3vbFN6mA_r2KVU629-ftDoSsBF_142Bo,29448
154
+ cybrid_api_bank/model/post_workflow.py,sha256=ap1FPjhAmeK6Uafxw22EJJRWqW902XLSBQ8w-Q21v6A,32893
155
+ cybrid_api_bank/model/quote.py,sha256=yxbMe_quoaRnrIqC4KYpgQQ_GOIGFrCHrdxDKnPnKxo,36884
156
+ cybrid_api_bank/model/quote_entry.py,sha256=YGq31-9q5Jz3ANYTDZXytyidJqRdxoznx5--CfVf5Vg,30462
157
+ cybrid_api_bank/model/quote_entry_destination_account.py,sha256=raAqEWSLxhsK33ks2WLFN2VtwxGweHhtdcEFehBESTw,30247
158
+ cybrid_api_bank/model/quote_entry_source_account.py,sha256=uuO25aoF5sRhDVI9QZ7oN_wJusaMSP-ld88HP6z7rmc,30017
159
+ cybrid_api_bank/model/quote_list.py,sha256=pcCAZGnt0ILATi63bzzhzI2hnOgZlkpfx2COvXkV1wU,29964
160
+ cybrid_api_bank/model/quote_side.py,sha256=IL-ZnWKsFtmQlGPfPQoSeiuKom-0nqehVgl_HHPCB4M,29341
161
+ cybrid_api_bank/model/quote_type.py,sha256=utLnNnhz9TS9UvasPpp_9w0TtrdOeCaCjs-hTyVVG6E,29701
162
+ cybrid_api_bank/model/symbol_price.py,sha256=-WTJolQnsxyammHpL7oJlxKmOSdSFvvmJVHJpl69IVQ,32229
163
+ cybrid_api_bank/model/symbol_price_response.py,sha256=Rw2Jj7RJGjQ31SlHEBhH_QdQEKSKYNlH3vwnEIcoHN8,29296
164
+ cybrid_api_bank/model/symbols.py,sha256=8cYs3xy8fFPLTVP9U1tHdw0cqn34vjrmWLtp-TcMmMI,29124
165
+ cybrid_api_bank/model/trade.py,sha256=_x6hrHg08FvTWe0leo6R_rOfcSDwGIacDjQm5a7MijI,34185
166
+ cybrid_api_bank/model/trade_failure_code.py,sha256=Epwk68D7fMe3DfjdfMILyNcp_zQGpq5_3_SpViSVnEc,29800
167
+ cybrid_api_bank/model/trade_list.py,sha256=2zi8X-cimyo289QuhyGNkDlE1Y5nxMEcHpoIdRoldCk,30012
168
+ cybrid_api_bank/model/trade_side.py,sha256=toJTeOfYRInUFE48W0oA4DHv0RPbsGViJ7ffTjhs7qw,29167
169
+ cybrid_api_bank/model/trade_state.py,sha256=zqxp7a53MIEzttalXCw6rpX4sWO7Z1CuKaNOSnubTS8,29548
170
+ cybrid_api_bank/model/trade_type.py,sha256=fBaE94QWEZ3mb7ZtIeqQMiu6rqsTnGxyCVAMpCak3YU,29299
171
+ cybrid_api_bank/model/transfer.py,sha256=0dQQXyibghD_AZl1YuptLn_JE1PeFBcm-w0tN5NCi64,43320
172
+ cybrid_api_bank/model/transfer_account_type.py,sha256=s2WTyEQhfF_QFHeygrmfYRCpsN4HzEQp2UlJRG9YCGo,30049
173
+ cybrid_api_bank/model/transfer_destination_account.py,sha256=zUF4TN8pYfu_7ZGsdB51YoaCUiF_-a92mXDosB_dWq0,30240
174
+ cybrid_api_bank/model/transfer_entry.py,sha256=3prt_AfUihZglPzLjVgQhHWY5Ffc1uc6wAccKETEY-Q,30353
175
+ cybrid_api_bank/model/transfer_entry_destination_account.py,sha256=9-bhHgO7rezqn9wOfIb4f-YpOMTlGW1EExDmjH6qdbA,30255
176
+ cybrid_api_bank/model/transfer_failure_code.py,sha256=rQGtfuVYOEwfhjbxi5O0UoXwI0L9EQGRhhvgK0rqDUI,31129
177
+ cybrid_api_bank/model/transfer_hold_details.py,sha256=Fx-XDnZQ11hNgTDKKvSGGxrRXcIO3oIO56xcJ3d7xBg,29753
178
+ cybrid_api_bank/model/transfer_list.py,sha256=XJn6hrLTVt09Jx988c-9PlzkDb30tyjsDzmkWeF-k5g,30042
179
+ cybrid_api_bank/model/transfer_participant.py,sha256=349lDZKyAAbV9FOmkDYlZ9YxhcCRc5uSy7PggVaI9eg,29520
180
+ cybrid_api_bank/model/transfer_side.py,sha256=K3hbOrm19wPm6jhF1mPqfXTKVkPRF7pUBDqkCI8Sa1o,29236
181
+ cybrid_api_bank/model/transfer_source_account.py,sha256=AGitZvxVBYhLexzc_ed5ZBUMIaEjybY-3bUmLgEQ1IQ,30225
182
+ cybrid_api_bank/model/transfer_state.py,sha256=kGwf8xPU6BCY0yHu6Ee0hV2CplFTPTC-gYLadcYdnkE,29551
183
+ cybrid_api_bank/model/transfer_type.py,sha256=d6iD6AXGz8rMqFovsQuUXyMPbGzItJXOVZ5ffm2yc0w,30118
184
+ cybrid_api_bank/model/workflow.py,sha256=Hn7_7O8IkQip_WFiDyeANQQqlGVe5EomPILns48fmhs,31245
185
+ cybrid_api_bank/model/workflow_state.py,sha256=Iov4xjWRUf12roXeizpdmcUNh1fA1sVZZrazdTtVUFU,29305
186
+ cybrid_api_bank/model/workflow_type.py,sha256=ydLhMDvl9t10ph_TTg4Y9NcuYX-xY9cAFTS5BsVY2ms,28838
187
+ cybrid_api_bank/model/workflow_with_details.py,sha256=h5BMyXEBKbxDX_9ihfsuTljwlePnWDmGRbHdqrZSvwM,33991
188
+ cybrid_api_bank/model/workflow_with_details_all_of.py,sha256=gjSkrTkBbUDyP158QY1Qxoh3mQ4dwlHtmypWo4u0oic,28914
189
+ cybrid_api_bank/model/workflows_list.py,sha256=VC11afPea2rGambUpaOPlH1dTfyjQcCmrfttTF707xI,30051
190
+ cybrid_api_bank/models/__init__.py,sha256=WkvCwYP9cDYVdGAE6cpQSsxKXoS_2rWMK2kqZOXsgKU,12542
191
+ cybrid_api_bank_python-0.125.40.dist-info/METADATA,sha256=u0oS6MEhh4pGfvkPpUdPeM2IjlOL_4Q1Swy2x9YWeHg,689
192
+ cybrid_api_bank_python-0.125.40.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
193
+ cybrid_api_bank_python-0.125.40.dist-info/top_level.txt,sha256=4OBbfMqeuLQrqskZXyon88Z3vMFpHx9bgQciwkeZJC4,16
194
+ cybrid_api_bank_python-0.125.40.dist-info/RECORD,,