All URIs are relative to https://api-sandbox.circle.com
| Method | HTTP request | Description |
|---|---|---|
| create_business_cbit_account | POST /v1/businessAccount/banks/cbit | Create a CBIT bank account |
| get_business_cbit_account | GET /v1/businessAccount/banks/cbit/{id} | Get a CBIT bank account |
| get_business_cbit_account_instructions | GET /v1/businessAccount/banks/cbit/{id}/instructions | Get CBIT instructions |
| list_business_cbit_accounts | GET /v1/businessAccount/banks/cbit | List all CBIT bank accounts. |
models::CreateBusinessCbitAccountResponse create_business_cbit_account(cbit_fiat_account_creation_request) Create a CBIT bank account
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| cbit_fiat_account_creation_request | Option<CbitFiatAccountCreationRequest> |
models::CreateBusinessCbitAccountResponse
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::GetBusinessCbitAccountResponse get_business_cbit_account(id) Get a CBIT bank account
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| id | uuid::Uuid | Universally unique identifier (UUID v4) of a resource. | [required] |
models::GetBusinessCbitAccountResponse
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::ListBusinessCbitAccountInstructionsResponse get_business_cbit_account_instructions(id) Get CBIT instructions
Get the CBIT transfer instructions into the Circle bank account given your bank account id.
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| id | uuid::Uuid | Universally unique identifier (UUID v4) of a resource. | [required] |
models::ListBusinessCbitAccountInstructionsResponse
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::ListBusinessCbitAccountsResponse list_business_cbit_accounts() List all CBIT bank accounts.
This endpoint does not need any parameter.
models::ListBusinessCbitAccountsResponse
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]