Payments
...
APIs
Limits utilization by limit date
api reference returns the percentage of your ach payment limit used according to limit date { "name" "endpoint ach/v1/limits utilization/{productid}/{limitdate}", "method" "get", "url" "https //sandbox crbcos com/ach/v1/limits utilization/{productid}/{limitdate}", "description" "", "tab" "examples", "examples" { "languages" \[ { "id" "eu7zytdfsc0yq9chnsh7r", "language" "curl", "code" "curl location 'https //sandbox crbcos com/ach/v1/limits utilization/a68a0fa5 98fe 4cd5 b626 af5b0137e0cb/2025 07 10' \\\\\n header 'authorization bearer \<token>'", "customlabel" "" }, { "id" "oqvbpfwx0riqu4macpfic", "language" "nodejs", "code" "var https = require('follow redirects') https;\nvar fs = require('fs');\n\nvar options = {\n 'method' 'get',\n 'hostname' 'sandbox crbcos com',\n 'path' '/ach/v1/limits utilization/a68a0fa5 98fe 4cd5 b626 af5b0137e0cb/2025 07 10',\n 'headers' {\n 'authorization' 'bearer \<token>'\n },\n 'maxredirects' 20\n};\n\nvar req = https request(options, function (res) {\n var chunks = \[];\n\n res on(\\"data\\", function (chunk) {\n chunks push(chunk);\n });\n\n res on(\\"end\\", function (chunk) {\n var body = buffer concat(chunks);\n console log(body tostring());\n });\n\n res on(\\"error\\", function (error) {\n console error(error);\n });\n});\n\nreq end();", "customlabel" "" }, { "id" "mpjif1ediws c oljaoqk", "language" "python", "code" "import http client\n\nconn = http client httpsconnection(\\"sandbox crbcos com\\")\npayload = ''\nheaders = {\n 'authorization' 'bearer \<token>'\n}\nconn request(\\"get\\", \\"/ach/v1/limits utilization/a68a0fa5 98fe 4cd5 b626 af5b0137e0cb/2025 07 10\\", payload, headers)\nres = conn getresponse()\ndata = res read()\nprint(data decode(\\"utf 8\\"))", "customlabel" "" }, { "id" "l3rncbamdlmjcddx4ucl3", "language" "ruby", "code" "require \\"uri\\"\nrequire \\"net/http\"\n\nurl = uri(\\"https //sandbox crbcos com/ach/v1/limits utilization/a68a0fa5 98fe 4cd5 b626 af5b0137e0cb/2025 07 10\\")\n\nhttps = net http new(url host, url port)\nhttps use ssl = true\n\nrequest = net http get new(url)\nrequest\[\\"authorization\\"] = \\"bearer \<token>\\"\n\nresponse = https request(request)\nputs response read body\n", "customlabel" "" }, { "id" "ff1gp nfbfw1m534t40bq", "language" "go", "code" "package main\n\nimport (\n \\"fmt\\"\n \\"net/http\"\n \\"io\\"\n)\n\nfunc main() {\n\n url = \\"https //sandbox crbcos com/ach/v1/limits utilization/a68a0fa5 98fe 4cd5 b626 af5b0137e0cb/2025 07 10\\"\n method = \\"get\\"\n\n client = \&http client {\n }\n req, err = http newrequest(method, url, nil)\n\n if err != nil {\n fmt println(err)\n return\n }\n req header add(\\"authorization\\", \\"bearer \<token>\\")\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" "eu7zytdfsc0yq9chnsh7r" }, "results" { "languages" \[ { "id" "kv dhgc5d91c1 tznk7yq", "language" "200", "customlabel" "", "code" "{\n \\"productid\\" \\"a68a0fa5 98fe 4cd5 b626 af5b0137e0cb\\",\n \\"partnerid\\" \\"cd9c12f4 7691 424a b38b af5b0134c611\\",\n \\"limitdate\\" \\"2025 07 10t00 00 00 04 00\\",\n \\"pullpercent\\" 0,\n \\"pushpercent\\" 0,\n \\"totalcountpercent\\" 0\n}" } ], "selectedlanguageid" "kv dhgc5d91c1 tznk7yq" }, "request" { "pathparameters" \[ { "name" "productid", "kind" "required", "type" "string", "description" "id in guid format of the product used to initiate ach payments", "" "id in guid format of the product used to initiate ach payments" }, { "name" "limitdate ", "kind" "required", "type" "string", "description" "date the limit is set for this attribute is data type datetime use the format yyyy mm dd ", "" "date the limit is set for this attribute is data type datetime use the format yyyy mm dd " } ], "queryparameters" \[], "headerparameters" \[], "bodydataparameters" \[], "formdataparameters" \[] }, "currentnewparameter" { "label" "path parameter", "value" "pathparameters" }, "hastryitout" false, "response" \[ { "name" "productid", "kind" "optional", "type" "string", "description" "id of the product used to initiate ach payments" }, { "name" "partnerid ", "kind" "optional", "type" "string", "description" "your id in the cross river system", "children" \[] }, { "name" "limitdate ", "kind" "optional", "type" "string", "description" "date the limit is set for the date and time are in this format yyyy mm ddthh\ mm\ ss\[ mmm]", "children" \[] }, { "name" "pullpercent", "kind" "optional", "type" "number", "description" "percentage of the daily limit already used for incoming (credit) payments", "children" \[] }, { "name" "pushpercent", "kind" "optional", "type" "number", "description" "percentage of the daily limit already used for outgoing (debit) payments", "children" \[] }, { "name" "totalcountpercent", "kind" "optional", "type" "number", "description" "percentage of the total count of transactions", "children" \[] } ] }