All URIs are relative to https://api-sandbox.circle.com
Method | HTTP request | Description |
---|---|---|
create_business_wire_account | POST /v1/businessAccount/banks/wires | Create a Wire bank account |
get_business_wire_account | GET /v1/businessAccount/banks/wires/{id} | Get a Wire bank account |
get_business_wire_account_instructions | GET /v1/businessAccount/banks/wires/{id}/instructions | Get Wire instructions |
list_business_wire_accounts | GET /v1/businessAccount/banks/wires | List all Wire bank accounts |
models::CreateBusinessWireAccountResponse create_business_wire_account(wire_creation_request) Create a Wire bank account
Name | Type | Description | Required | Notes |
---|---|---|---|---|
wire_creation_request | Option<WireCreationRequest> |
models::CreateBusinessWireAccountResponse
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::GetBusinessWireAccountResponse get_business_wire_account(id) Get a Wire bank account
Name | Type | Description | Required | Notes |
---|---|---|---|---|
id | uuid::Uuid | Universally unique identifier (UUID v4) of a resource. | [required] |
models::GetBusinessWireAccountResponse
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::GetBusinessWireAccountInstructionsResponse get_business_wire_account_instructions(id, currency) Get Wire instructions
Get the wire 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] | |
currency | Option<String> | Queries beneficiary bank account currency. Default is USD. |
models::GetBusinessWireAccountInstructionsResponse
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::ListBusinessWireAccountsResponse list_business_wire_accounts() List all Wire bank accounts
This endpoint does not need any parameter.
models::ListBusinessWireAccountsResponse
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]