Overview
Applications

Open and update various types of accounts.

ACH Profiles

Create, update, and verify account ACH profiles.

Transactions

Manage deposit and withdrawal transactions on an account.

Documents

Fetch statements, tax documents and trade confirmations for customers.

Webhooks

Manage and test evented webhooks.

Virtual Accounts

Create and update paper trading accounts.

ACAT Transfers

Manage ACAT Transfers on an account.

Reference

Examples, response types, property details and explanations.

ACH Profile Payloads

Example ACH profile webhook payloads for the Tradier Brokerage API.

ACH profile Submitted

{
    "profileId": 580,
    "clearingAccount": "6YA000000",
    "type": "ACH_PROFILE",
    "action": "SUBMITTED",
    "branchId": 1
}

ACH profile Pending

{
    "profileId": 580,
    "clearingAccount": "6YA000000",
    "type": "ACH_PROFILE",
    "action": "PENDING",
    "branchId": 1
}

ACH profile Approved

{
    "profileId": 580,
    "clearingAccount": "6YA000000",
    "type": "ACH_PROFILE",
    "action": "APPROVED",
    "branchId": 1
}

ACH profile Canceled

{
    "profileId": 580,
    "clearingAccount": "6YA000000",
    "type": "ACH_PROFILE",
    "action": "CANCELED",
    "branchId": 1
}

ACH Microdeposits Posted

{
    "profileId": 580,
    "clearingAccount": "6YA000000",
    "type": "ACH_PROFILE",
    "action": "MICRODEPOSITS_POSTED",
    "branchId": 1
}