Transaction Sources
Update a Transaction Source Account
Update a transaction source account.
PUT
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
The Teal instance ID
Path Parameters
The Source Account ID
Body
application/json
The name of the source account
Response
201
application/json
Successful Response
Example:
"KdE7Q37LeQhFQCfEejfibT"
The name of the source account
Whether the account is a debit or credit account.
Available options:
debit
, credit
The ledger ID where transactions will be posted. Personal accounts will have no ledger ID.
The ledger ID where personal transactions will be posted if they draw from the business. Business accounts will have no draw ledger ID.
The ledger ID where personal transactions will be posted if they contribute to the business. Business accounts will have no contribution ledger ID.
The type of the transaction source.
Available options:
plaid
, unit
, quickbooks
, manual