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
}