Extract
2 min
📝 description returns the transaction/movement extract for a specific virtual account (credits, debits, deposits, and other movements) use this for reconciliation and auditing { "name" "/api/pay/v1/info/extract", "method" "get", "url" "https //cloudbreak cambyopro com/api/pay/v1/info/extract", "description" "payment statement", "tab" "examples", "examples" { "languages" \[ { "id" "oel5b3bepkjqrfs4j34ik", "language" "curl", "code" "curl request get \\\\\n url 'https //cloudbreak cambyopro com/api/pay/v1/info/extract?startdate=string' \\\\\n header 'accept application/json' \\\\\n header 'authorization string'", "customlabel" "" }, { "id" "jf7ntjixvjedrswseesdc", "language" "nodejs", "code" "var request = require('request');\nvar options = {\n 'method' 'get',\n 'url' 'https //cloudbreak cambyopro com/api/pay/v1/info/extract?startdate=string',\n 'headers' {\n 'accept' 'application/json',\n 'content type' 'application/json',\n 'authorization' 'string'\n }\n};\nrequest(options, function (error, response) {\n if (error) throw new error(error);\n console log(response body);\n});\n", "customlabel" "" }, { "id" "e2hz1qdoxfr8efjrz7agi", "language" "javascript", "code" "var myheaders = new headers();\nmyheaders append(\\"accept\\", \\"application/json\\");\nmyheaders append(\\"content type\\", \\"application/json\\");\nmyheaders append(\\"authorization\\", \\"string\\");\n\nvar requestoptions = {\n method 'get',\n headers myheaders,\n redirect 'follow'\n};\n\nfetch(\\"https //cloudbreak cambyopro com/api/pay/v1/info/extract?startdate=string\\", requestoptions)\n then(response => response text())\n then(result => console log(result))\n catch(error => console log('error', error));", "customlabel" "" }, { "id" "lieaynbmpu626i5i779vc", "language" "python", "code" "import requests\nimport json\n\nurl = \\"https //cloudbreak cambyopro com/api/pay/v1/info/extract?startdate=string\\"\n\npayload = {}\nheaders = {\n 'accept' 'application/json',\n 'content type' 'application/json',\n 'authorization' 'string'\n}\n\nresponse = requests request(\\"get\\", url, headers=headers, data=payload)\n\nprint(response text)\n", "customlabel" "" }, { "id" "esarww att02ixn8ewkyq", "language" "ruby", "code" "require \\"uri\\"\nrequire \\"json\\"\nrequire \\"net/http\"\n\nurl = uri(\\"https //cloudbreak cambyopro com/api/pay/v1/info/extract?startdate=string\\")\n\nhttps = net http new(url host, url port)\nhttps use ssl = true\n\nrequest = net http get new(url)\nrequest\[\\"accept\\"] = \\"application/json\\"\nrequest\[\\"content type\\"] = \\"application/json\\"\nrequest\[\\"authorization\\"] = \\"string\\"\n\nresponse = https request(request)\nputs response read body\n", "customlabel" "" } ], "selectedlanguageid" "oel5b3bepkjqrfs4j34ik" }, "results" { "languages" \[ { "id" "8awq k4b2jwsr3cwel30t", "language" "200", "code" "{\n \\"success\\" true,\n \\"message\\" \\"success\\",\n \\"count\\" 1,\n \\"page\\" 1,\n \\"qtypages\\" 1,\n \\"rows\\" \[\n {\n \\"id\\" \\"123\\",\n \\"valor\\" 1000,\n \\"status\\" \\"paid\\"\n }\n ]\n}", "customlabel" "" } ], "selectedlanguageid" "8awq k4b2jwsr3cwel30t" }, "request" { "pathparameters" \[], "queryparameters" \[ { "name" "startdate", "kind" "required", "type" "string", "description" "start date of the filter in iso format (e g , 2025 07 01) \nused to retrieve transactions from this date onward ", "" "start date of the filter in iso format (e g , 2025 07 01) \nused to retrieve transactions from this date onward " }, { "name" "enddate", "kind" "optional", "type" "string", "description" "end date of the filter in iso format (e g , 2025 07 31) \nlimits the retrieval of transactions up to this date ", "" "end date of the filter in iso format (e g , 2025 07 31) \nlimits the retrieval of transactions up to this date " }, { "name" "page", "kind" "optional", "type" "string", "description" "current page number\ndefault value 1", "" "current page number\ndefault value 1" }, { "name" "pagesize", "kind" "optional", "type" "string", "description" "total transactions per page\ndefault value 100", "" "total transactions per page\ndefault value 100" } ], "headerparameters" \[ { "name" "authorization", "kind" "required", "type" "string", "description" "bearer {{accesstoken}}", "" "bearer {{accesstoken}}" } ], "bodydataparameters" \[], "formdataparameters" \[] }, "currentnewparameter" { "label" "query parameter", "value" "queryparameters" }, "hastryitout" true, "autogeneratedanchorslug" "apipayv1infoextract", "legacyhash" "vabnn9kdyglobqscz27uj" }