Change subledger title
relevant webhooks for this endpoint be sure you have registered docid\ bn5xtgkjogbe ctwomcbs for this webhook core subaccount title changed docid\ eas8afqw7m97baezuc8sr api reference changes the title on a subledger (subaccount) { "name" "endpoint /core/v1/dda/subaccounts/{accountnumber}/title", "method" "put", "url" " https //sandbox crbcos com/core/v1/dda/subaccounts/{accountnumber}/title", "description" "", "tab" "examples", "examples" { "languages" \[ { "id" "p9idftsftskm5gwlrp3lq", "language" "curl", "code" "curl location request put 'https //sandbox crbcos com/core/v1/subaccounts/395388745774/title' \\\\\n data '{\n \\"title\\" \\"devra business checking test\\"\n}'", "customlabel" "" }, { "id" "sjz6scuddiyhuazx4c86k", "language" "nodejs", "code" "", "customlabel" "" }, { "id" "gdb p0o6t95gp ehqfwx2", "language" "python", "code" "import http client\n\nconn = http client httpsconnection(\\"sandbox crbcos com\\")\npayload = \\"{\\\r\\\n \\\\\\"title\\\\\\" \\\\\\"devra business checking test\\\\\\"\\\r\\\n}\\"\nheaders = {}\nconn request(\\"put\\", \\"/core/v1/subaccounts/395388745774/title\\", payload, headers)\nres = conn getresponse()\ndata = res read()\nprint(data decode(\\"utf 8\\"))", "customlabel" "" }, { "id" "fxvcnwdedvwga2rua43lj", "language" "ruby", "code" "require \\"uri\\"\nrequire \\"net/http\"\n\nurl = uri(\\"https //sandbox crbcos com/core/v1/subaccounts/395388745774/title\\")\n\nhttps = net http new(url host, url port)\nhttps use ssl = true\n\nrequest = net http put new(url)\nrequest body = \\"{\\\r\\\n \\\\\\"title\\\\\\" \\\\\\"devra business checking test\\\\\\"\\\r\\\n}\\"\n\nresponse = https request(request)\nputs response read body\n", "customlabel" "" }, { "id" "u9brpgyscj1siildwem6d", "language" "go", "code" "package main\n\nimport (\n \\"fmt\\"\n \\"strings\\"\n \\"net/http\"\n \\"io\\"\n)\n\nfunc main() {\n\n url = \\"https //sandbox crbcos com/core/v1/subaccounts/395388745774/title\\"\n method = \\"put\\"\n\n payload = strings newreader(`{`+\\"\n\\"+`\n \\"title\\" \\"devra business checking test\\"`+\\"\n\\"+`\n}`)\n\n client = \&http client {\n }\n req, err = http newrequest(method, url, payload)\n\n if err != nil {\n fmt println(err)\n return\n }\n res, err = client do(req)\n if err != nil {\n fmt println(err)\n return\n }\n defer res body close()\n\n body, err = io readall(res body)\n if err != nil {\n fmt println(err)\n return\n }\n fmt println(string(body))\n}", "customlabel" "" } ], "selectedlanguageid" "p9idftsftskm5gwlrp3lq" }, "results" { "languages" \[ { "id" "vjutubmvyylolejt5wkle", "language" "200", "code" "{\n \\"accountnumber\\" \\"395388745774\\",\n \\"accounttype\\" \\"deposit\\",\n \\"status\\" \\"active\\",\n \\"ledgertype\\" \\"passthrough\\",\n \\"producttype\\" \\"checking\\",\n \\"title\\" \\"devra business checking test\\",\n \\"currentbalance\\" 0,\n \\"availablebalance\\" 0,\n \\"holdamount\\" 0,\n \\"transactioncount\\" 0,\n \\"creditlimit\\" 0,\n \\"currency\\" \\"usd\\",\n \\"openedat\\" \\"2026 04 20t08 27 10 133 04 00\\",\n \\"masteraccountnumber\\" \\"2418494833\\",\n \\"customerid\\" \\"53c34cf0 4cd2 4768 937b b30000dffdca\\",\n \\"classification\\" \\"personal\\",\n \\"beneficiary\\" {\n \\"countrycode\\" \\"us\\"\n },\n \\"partnerid\\" \\"cd9c12f4 7691 424a b38b af5b0134c611\\",\n \\"lastmaintenanceat\\" \\"2026 07 09t02 54 33 8957846 04 00\\",\n \\"productid\\" \\"a68a0fa5 98fe 4cd5 b626 af5b0137e0cb\\",\n \\"lastmodifiedat\\" \\"2026 07 09t02 54 33 8958295 04 00\\"\n}", "customlabel" "" } ], "selectedlanguageid" "vjutubmvyylolejt5wkle" }, "request" { "pathparameters" \[ { "name" "accountnumber", "kind" "required", "type" "string", "description" "account number for the subaccount (subledger) you want to change the title of", "" "account number for the subaccount (subledger) you want to change the title of" } ], "queryparameters" \[], "headerparameters" \[], "bodydataparameters" \[], "formdataparameters" \[] }, "currentnewparameter" { "label" "body parameter", "value" "bodydataparameters" }, "response" \[ { "name" "accountnumber", "kind" "optional", "type" "string", "description" "the subledger account number" }, { "name" "accounttype", "kind" "optional", "type" "string", "description" "deposit account type \n generalledger\n deposit\n creditcard\n storedvalue\n wallet\n unknown", "children" \[] }, { "name" "status", "kind" "optional", "type" "string", "description" "subledger account status \n closed\n active", "children" \[] }, { "name" "ledgertype", "kind" "optional", "type" "string", "description" "ledger type \n passthrough\n direct", "children" \[] }, { "name" "title", "kind" "optional", "type" "string", "description" "the name on the account usually this is the account holder name, but not always ", "children" \[] }, { "name" "currentbalance", "kind" "optional", "type" "integer", "description" "current balance a negative amount means a debit and a positive amount means a credit ", "children" \[] }, { "name" "availablebalance", "kind" "optional", "type" "integer", "description" "available amount of the balance a negative amount means a debit and a positive amount means a credit ", "children" \[] }, { "name" "holdamount", "kind" "optional", "type" "integer", "description" "amount of the hold (if any) placed on the account", "children" \[] }, { "name" "transactioncount", "kind" "optional", "type" "integer", "description" "total number of transactions posted to the account", "children" \[] }, { "name" "creditlimit", "kind" "optional", "type" "integer", "description" "credit limit of the account customer", "children" \[] }, { "name" "currency", "kind" "optional", "type" "string", "description" "currency held in the account", "children" \[] }, { "name" "openedat", "kind" "optional", "type" "string", "description" "date and time the deposit account was opened the date and time are in this format yyyy mm ddthh\ mm\ ss\[ mmm]", "children" \[] }, { "name" "closedat", "kind" "optional", "type" "string", "description" "the date and time that the account was closed the date and time are in this format yyyy mm ddthh\ mm\ ss\[ mmm]", "children" \[] }, { "name" "masteraccountnumber", "kind" "optional", "type" "string", "description" "master account the subledger was opened under", "children" \[] }, { "name" "customerid", "kind" "optional", "type" "string", "description" "the unique id assigned to a customer when the customer record is created you need this id to take action for a specific customer for example, when opening an account or adding an address to a customer record ", "children" \[] }, { "name" "classification", "kind" "optional", "type" "string", "description" "can be one of two types of beneficiaries \n personal\n business", "children" \[] }, { "name" "beneficiary", "kind" "optional", "type" "object", "description" "beneficiary profile for this subledger", "children" \[ { "name" "referenceid", "kind" "optional", "type" "string", "description" "your organization's reference identifier for the beneficiary of this subaccount" }, { "name" "firstname", "kind" "optional", "type" "string", "description" "the first name of the beneficiary" }, { "name" "middlename", "kind" "optional", "type" "string", "description" "the middle name of the beneficiary" }, { "name" "lastname", "kind" "optional", "type" "string", "description" "the last name of the beneficiary" }, { "name" "entityname", "kind" "optional", "type" "string", "description" "if the beneficiary is a business or organization enter its name if the beneficiary is an individual enter their full name " }, { "name" "streetaddress1", "kind" "optional", "type" "string", "description" "primary location details of account holder, for instance, street name, house/building number, po box" }, { "name" "streetaddress2", "kind" "optional", "type" "string", "description" "additional address information" }, { "name" "city", "kind" "optional", "type" "string", "description" "city full name" }, { "name" "state", "kind" "optional", "type" "string", "description" "state name we recommend you enter the 2 character state code " }, { "name" "postalcode", "kind" "optional", "type" "string", "description" "postal code, also known as zip code" }, { "name" "countrycode", "kind" "optional", "type" "string", "description" "2 letter iso country code" }, { "name" "phonenumber", "kind" "optional", "type" "string", "description" "the beneficiary phone number" }, { "name" "emailaddress", "kind" "optional", "type" "string", "description" "beneficiary email address 255 character limit " }, { "name" "notes", "kind" "optional", "type" "string", "description" "general notes about the beneficiary" }, { "name" "taxidtype", "kind" "optional", "type" "string", "description" "tax id type for the beneficiary \n ssn (social security number)\n ein (employer identification number)\n itin (individual tax id number)\n vat (international vat number)\n foreign (non us domestic)" }, { "name" "taxid", "kind" "optional", "type" "string", "description" "beneficiary tax id number" }, { "name" "birthdate", "kind" "optional", "type" "string", "description" "beneficiary birthdate in the format yyyy mm dd" }, { "name" "dateformed", "kind" "optional", "type" "string", "description" "date the subledger was formed, in the format yyyy mm dd" } ] }, { "name" "partnerid", "kind" "optional", "type" "string", "description" "your unique id in the cross river system this id is in guid format ", "children" \[] }, { "name" "lastmaintenanceat", "kind" "optional", "type" "string", "description" "date and time the account last had maintenance performed on it the date and time are in this format yyyy mm ddthh\ mm\ ss\[ mmm]", "children" \[] }, { "name" "lasttransactedat", "kind" "optional", "type" "string", "description" "the date and time a transaction last took place on the account the date and time are in this format yyyy mm ddthh\ mm\ ss\[ mmm]", "children" \[] }, { "name" "productid", "kind" "optional", "type" "string", "description" "id in guid format of your specific product type on which the account is based provided by cross river ", "children" \[] }, { "name" "clientidentifier", "kind" "optional", "type" "string", "description" "your own unique identifying string to a payment call or cos record this attribute is useful for idempotency purposes ", "children" \[] }, { "name" "lastmodifiedat", "kind" "optional", "type" "string", "description" "internal cross river value date and time the database entry was last modified in this case, the date and time are in this format yyyy mm ddthh\ mm\ ss\[ mmm]", "children" \[] }, { "name" "balances", "kind" "optional", "type" "object", "description" "there can be multiple account balances listed", "children" \[ { "name" "accountnumber", "kind" "optional", "type" "string", "description" "number of the account this information describes" }, { "name" "issubaccount", "kind" "optional", "type" "boolean", "description" "if the account balance presented is for a subledger, true otherwise false " }, { "name" "currency", "kind" "optional", "type" "string", "description" "currency held in the account" }, { "name" "currentbalance", "kind" "optional", "type" "integer", "description" "balance including all transactions even if they have not yet settled" }, { "name" "availablebalance", "kind" "optional", "type" "integer", "description" "balance available to the account holder" }, { "name" "holdamount", "kind" "optional", "type" "integer", "description" "amount of funds that cannot yet be accessed because the funds are on hold" }, { "name" "transactioncount", "kind" "optional", "type" "integer", "description" "number of transactions in the last period" }, { "name" "lastmodifiedat", "kind" "optional", "type" "string", "description" "internal cross river value date and time the database entry was last modified in this case, the date and time are in this format yyyy mm ddthh\ mm\ ss\[ mmm]" }, { "name" "lasttransactedat", "kind" "optional", "type" "string", "description" "the date and time a transaction last took place on the account the date and time are in this format yyyy mm ddthh\ mm\ ss\[ mmm]" } ] } ], "hastryitout" false, "autogeneratedanchorslug" "endpoint corev1ddasubaccountsaccountnumbertitle", "legacyhash" "acf5kzidxmsihxqojw3vm" }