{ "opencollection": "1.0.0", "info": { "name": "api-onboarding Account Usage Withdrawal Accounts API", "version": "v1" }, "items": [ { "info": { "name": "Withdrawal Accounts", "type": "folder" }, "items": [ { "info": { "name": "Find Withdrawal Account", "type": "http" }, "http": { "method": "GET", "url": "/onboarding/withdrawal_accounts/find", "headers": [ { "name": "X-Auth-Token", "value": "" } ], "params": [ { "name": "account_id", "value": "", "type": "query", "description": "The UUID of a sub-account you want to see the withdrawal accounts for. If omitted the withdrawal accounts for the house account and all sub-accounts are returned." } ] }, "docs": "Lists all withdrawal accounts assigned to an account." }, { "info": { "name": "Pull Funds From Withdrawal Account", "type": "http" }, "http": { "method": "POST", "url": "/onboarding/withdrawal_accounts/:withdrawal_account_id/pull_funds", "headers": [ { "name": "X-Auth-Token", "value": "" } ], "params": [ { "name": "withdrawal_account_id", "value": "", "type": "path", "description": "The withdrawal account ID you want to pull the funds from. The funds will be pulled into the account ID related to this withdrawal account." } ] }, "docs": "Submits an ACH pull request from a specific withdrawal account. The funds will be pulled into the account the specified withdrawal account is related to." } ] } ], "bundled": true }