funding
Funding Management Interfaces
📄️ Create Bank Relationship
Creates a Bank Relationship for an Account.
📄️ Delete Bank Relationship
Deletes a Bank Relationship for an Account.
📄️ List Bank Relationships
Retrieves Bank Relationships for an Account.
📄️ Create ACH Relationship
Creates an ACH Relationship for an Account. Only one ACH relationship is allowed per account, and creating a new one automatically replaces the existing one.
📄️ Delete ACH Relationship
Deletes an ACH Relationship for an Account.
📄️ List ACH Relationships
Retrieves ACH Relationships for an Account.
📄️ Create Transfer
Initiates a funding transfer to an account. <br/><br/>Related Event Notifications: <br/>Please refer to the Event Push API documentation: [Funding Transfer Events](/apis/docs/reference/fd-events/funding-events#funding-transfer-events)
📄️ List Transfer Records
Retrieves account fund transfers by specified criteria. Transfer records are sorted by client_request_id. If the client_request_id values in the request are provided in order, the response will preserve the same ordering.
📄️ Get Transfer Detail
Retrieves Account Fund Transfer Details.
📄️ Cancel Transfer
Cancels a fund transfer.
📄️ Create Instant Funding
Initiates an immediate deposit request. The system instantly processes and credits the funds to the target account, making them available for trading immediately. No settlement institution is involved in this instant funding process. <br/><br/>Related Event Notifications: <br/>Please refer to the Event Push API documentation: [Instant Funding Events](/apis/docs/reference/fd-events/funding-events#instant-funding-events)
📄️ Get Instant Funding Detail
Retrieves instant funding record details.