v1
latestOpenAPI 3.0.02026-07-26167441.9 MBAccounts (Banking Connectivity)
Update Account (Banking Connectivity)
patch/banking/accounts/{account_id}
Path parameters
account_idstring required
The unique identifier of the account. Found on the Yuno dashboard (UUID, 36 chars).
Request body
Example request
{
"account_id": "550e8400-e29b-41d4-a716-446655440000",
"account_type": "CHECKING"
}Response
OK
Example response
{
"id": "acct_aa0e8400-e29b-41d4-a716-446655440000",
"entity_id": "ent_660e8400-e29b-41d4-a716-446655440000",
"onboarding_id": "onb_990e8400-e29b-41d4-a716-446655440000",
"account_id": "550e8400-e29b-41d4-a716-446655440000",
"provider": {
"account_id": "col_bank_account_789"
},
"account_type": "CHECKING",
"status": "ACTIVE",
"account_number": "1234567890",
"routing_number": "123456789",
"currency": "USD",
"balance": {
"available": 5000,
"current": 5000
},
"account_details": {
"account_name": "John Doe - Primary Checking"
},
"payment_rails": {
"incoming": [
"ACH",
"WIRE"
],
"outgoing": [
"ACH",
"WIRE"
]
},
"supports_book_transfers": true,
"created_at": "2026-02-01T10:10:00Z",
"updated_at": "2026-02-01T12:00:00Z"
}