Ordenes
3 min
estos servicios sólo pueden ser consumidos por bancos/billeteras { "tab" "examples", "url" "https //api interoperable ar/orders", "name" "obtener ordenes", "method" "post", "request" { "pathparameters" \[], "queryparameters" \[ { "name" "env", "kind" "optional", "type" "string", "description" "ambiente \\"homo\\" o \\"prod\\"", "" "ambiente \\"homo\\" o \\"prod\\"" }, { "name" "barcode", "kind" "optional", "type" "string", "description" "código enviado durante la generación de la orden ", "" "código enviado durante la generación de la orden " }, { "name" "reversedomain", "kind" "optional", "type" "string", "description" "dominio reverso detectado en el emv qr ", "" "dominio reverso detectado en el emv qr " }, { "name" "uid", "kind" "optional", "type" "string", "description" "identificador único de la operación ", "" "identificador único de la operación " } ], "headerparameters" \[ { "kind" "required", "name" "authorization", "type" "string", "children" \[], "description" "" } ], "bodydataparameters" \[], "formdataparameters" \[] }, "results" { "languages" \[ { "id" "p8twq6nthiwhgzuljikpz", "language" "200", "code" "{\n\t\\"data\\" \[\n\t\t{\n\t\t\t\\"acquirerdomains\\" null,\n\t\t\t\\"acquirers\\" null,\n\t\t\t\\"barcode\\" \\"00020101021143810020 \\",\n\t\t\t\\"createdat\\" \\"1970 01 01t00 00 00z\\",\n\t\t\t\\"currency\\" \\"\\",\n\t\t\t\\"customersources\\" null,\n\t\t\t\\"env\\" \\"homo\\",\n\t\t\t\\"externalresponses\\" null,\n\t\t\t\\"localizedmerchantdata\\" null,\n\t\t\t\\"localizedorderdata\\" null,\n\t\t\t\\"merchantdata\\" {},\n\t\t\t\\"orderdata\\" {\n\t\t\t\t\\"isstatic\\" true\n\t\t\t},\n\t\t\t\\"paymentacquirer\\" \\"000000000000000000000000\\",\n\t\t\t\\"paymentid\\" \\"\\",\n\t\t\t\\"paymentrequest\\" null,\n\t\t\t\\"paymentresponse\\" null,\n\t\t\t\\"support\\" \[],\n\t\t\t\\"total\\" 0,\n\t\t\t\\"uid\\" \\"jtedm15wzog42omqywk1d4\\"\n\t\t},\n\t\t{\n\t\t\t\\"acquirerdomains\\" null,\n\t\t\t\\"acquirers\\" null,\n\t\t\t\\"barcode\\" \\"000201010211438100 \\",\n\t\t\t\\"createdat\\" \\"1970 01 01t00 00 00z\\",\n\t\t\t\\"currency\\" \\"\\",\n\t\t\t\\"customersources\\" null,\n\t\t\t\\"env\\" \\"homo\\",\n\t\t\t\\"externalresponses\\" null,\n\t\t\t\\"localizedmerchantdata\\" null,\n\t\t\t\\"localizedorderdata\\" null,\n\t\t\t\\"merchantdata\\" {},\n\t\t\t\\"orderdata\\" {\n\t\t\t\t\\"isstatic\\" true\n\t\t\t},\n\t\t\t\\"paymentacquirer\\" \\"000000000000000000000000\\",\n\t\t\t\\"paymentid\\" \\"\\",\n\t\t\t\\"paymentrequest\\" null,\n\t\t\t\\"paymentresponse\\" null,\n\t\t\t\\"support\\" \[],\n\t\t\t\\"total\\" 0,\n\t\t\t\\"uid\\" \\"ol43w9ha35ny8sh54wrbsn\\"\n\t\t},\n\t\t{\n\t\t\t\\"acquirerdomains\\" null,\n\t\t\t\\"acquirers\\" null,\n\t\t\t\\"barcode\\" \\"00020101021 \\",\n\t\t\t\\"createdat\\" \\"1970 01 01t00 00 00z\\",\n\t\t\t\\"currency\\" \\"\\",\n\t\t\t\\"customersources\\" null,\n\t\t\t\\"env\\" \\"homo\\",\n\t\t\t\\"externalresponses\\" null,\n\t\t\t\\"localizedmerchantdata\\" null,\n\t\t\t\\"localizedorderdata\\" null,\n\t\t\t\\"merchantdata\\" {},\n\t\t\t\\"orderdata\\" {\n\t\t\t\t\\"isstatic\\" true\n\t\t\t},\n\t\t\t\\"paymentacquirer\\" \\"000000000000000000000000\\",\n\t\t\t\\"paymentid\\" \\"\\",\n\t\t\t\\"paymentrequest\\" null,\n\t\t\t\\"paymentresponse\\" null,\n\t\t\t\\"support\\" \[],\n\t\t\t\\"total\\" 0,\n\t\t\t\\"uid\\" \\"m8iqw08k456zp0drpw63fq\\"\n\t\t}\n\t],\n\t\\"nexttoken\\" \\"68f29e00d1a6b3c153be0809\\",\n\t\\"result\\" true\n}", "customlabel" "" }, { "id" "q79lt9foy8ee1crml5gyv", "language" "500", "code" "{\n \\"code\\" \\"500\\",\n \\"message\\" \\"fat err\\"\n}", "customlabel" "" } ], "selectedlanguageid" "p8twq6nthiwhgzuljikpz" }, "examples" { "languages" \[ { "id" "fjgqqel0d13psw2woyola", "language" "curl", "code" "curl location request post 'https //api interoperable ar/orders' \\\\\n header 'accept application/json' \\\\\n header 'content type application/json' \\\\\n header 'authorization string'", "customlabel" "" }, { "id" "pvdlwb509cveq7k0jh3qx", "language" "nodejs", "code" "var request = require('request');\nvar options = {\n 'method' 'post',\n 'url' 'https //api interoperable ar/orders',\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" "entiv vfqwa6wqai kxh7", "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 'post',\n headers myheaders,\n redirect 'follow'\n};\n\nfetch(\\"https //api interoperable ar/orders\\", requestoptions)\n then(response => response text())\n then(result => console log(result))\n catch(error => console log('error', error));", "customlabel" "" }, { "id" "c4jq7fo tci7tgwn2e uj", "language" "python", "code" "import requests\nimport json\n\nurl = \\"https //api interoperable ar/orders\\"\n\npayload = {}\nheaders = {\n 'accept' 'application/json',\n 'content type' 'application/json',\n 'authorization' 'string'\n}\n\nresponse = requests request(\\"post\\", url, headers=headers, data=payload)\n\nprint(response text)\n", "customlabel" "" }, { "id" "m y7hvqlud8slufsp3wzk", "language" "ruby", "code" "require \\"uri\\"\nrequire \\"json\\"\nrequire \\"net/http\"\n\nurl = uri(\\"https //api interoperable ar/orders\\")\n\nhttps = net http new(url host, url port)\nhttps use ssl = true\n\nrequest = net http post 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" "fjgqqel0d13psw2woyola" }, "description" "permite obtener todas las ordenes", "currentnewparameter" { "label" "query parameter", "value" "queryparameters" }, "hastryitout" false, "autogeneratedanchorslug" "obtener ordenes", "legacyhash" "lgqhnjitj8ryew sn8hpx" } { 	"data" \[ 	 { 	 "acquirerdomains" null, 	 "acquirers" null, 	 "barcode" "00020101021143810020 ", 	 "createdat" "1970 01 01t00 00 00z", 	 "currency" "", 	 "customersources" null, 	 "env" "homo", 	 "externalresponses" null, 	 "localizedmerchantdata" null, 	 "localizedorderdata" null, 	 "merchantdata" {}, 	 "orderdata" { 	 "isstatic" true 	 }, 	 "paymentacquirer" "000000000000000000000000", 	 "paymentid" "", 	 "paymentrequest" null, 	 "paymentresponse" null, 	 "support" \[], 	 "total" 0, 	 "uid" "jtedm15wzog42omqywk1d4" 	 }, 	 { 	 "acquirerdomains" null, 	 "acquirers" null, 	 "barcode" "000201010211438100 ", 	 "createdat" "1970 01 01t00 00 00z", 	 "currency" "", 	 "customersources" null, 	 "env" "homo", 	 "externalresponses" null, 	 "localizedmerchantdata" null, 	 "localizedorderdata" null, 	 "merchantdata" {}, 	 "orderdata" { 	 "isstatic" true 	 }, 	 "paymentacquirer" "000000000000000000000000", 	 "paymentid" "", 	 "paymentrequest" null, 	 "paymentresponse" null, 	 "support" \[], 	 "total" 0, 	 "uid" "ol43w9ha35ny8sh54wrbsn" 	 }, 	 { 	 "acquirerdomains" null, 	 "acquirers" null, 	 "barcode" "00020101021 ", 	 "createdat" "1970 01 01t00 00 00z", 	 "currency" "", 	 "customersources" null, 	 "env" "homo", 	 "externalresponses" null, 	 "localizedmerchantdata" null, 	 "localizedorderdata" null, 	 "merchantdata" {}, 	 "orderdata" { 	 "isstatic" true 	 }, 	 "paymentacquirer" "000000000000000000000000", 	 "paymentid" "", 	 "paymentrequest" null, 	 "paymentresponse" null, 	 "support" \[], 	 "total" 0, 	 "uid" "m8iqw08k456zp0drpw63fq" 	 } 	], 	"nexttoken" "68f29e00d1a6b3c153be0809", 	"result" true } obtener orden { "tab" "examples", "url" "https //api interoperable ar/orders/\ uid", "name" "obtener orden", "method" "post", "request" { "pathparameters" \[ { "name" "uid", "kind" "optional", "type" "string", "description" "identificador único de la operación", "" "identificador único de la operación" } ], "queryparameters" \[], "headerparameters" \[ { "kind" "required", "name" "authorization", "type" "string", "children" \[], "description" "token de acceso" } ], "bodydataparameters" \[], "formdataparameters" \[] }, "results" { "languages" \[ { "id" "pqkuxxl 6rlvarinl45tk", "language" "200", "code" "{\n\t\\"data\\" {\n\t\t\\"acquirerdomains\\" \[\n\t\t\t{\n\t\t\t\t\\"acquirer\\" \\"ar com aceptador\\",\n\t\t\t\t\\"index\\" \\"43\\"\n\t\t\t}\n\t\t],\n\t\t\\"acquirers\\" null,\n\t\t\\"barcode\\" \\"00020101021143810020ar com aceptador \\",\n\t\t\\"createdat\\" \\"2026 01 29t19 20 21 344z\\",\n\t\t\\"currency\\" \\"\\",\n\t\t\\"customersources\\" null,\n\t\t\\"env\\" \\"prod\\",\n\t\t\\"externalresponses\\" {\n\t\t\t\\"resolve\\" {\n\t\t\t\t\\"body\\" {},\n\t\t\t\t\\"error\\" \\"request failed with status code 403\\",\n\t\t\t\t\\"headers\\" {\n\t\t\t\t\t\\"accept\\" \\"application/json, text/plain, / \\",\n\t\t\t\t\t\\"accept encoding\\" \\"gzip, compress, deflate, br\\",\n\t\t\t\t},\n\t\t\t\t\\"status\\" 403,\n\t\t\t\t\\"url\\" \\"https //api aceptador com ar/resolve?access token= \&data=00020101021143810020ar com aceptador \\"\n\t\t\t}\n\t\t},\n\t\t\\"localizedmerchantdata\\" null,\n\t\t\\"localizedorderdata\\" null,\n\t\t\\"merchantdata\\" {},\n\t\t\\"orderdata\\" {\n\t\t\t\\"isstatic\\" true\n\t\t},\n\t\t\\"paymentacquirer\\" \\"000000000000000000000000\\",\n\t\t\\"paymentid\\" \\"\\",\n\t\t\\"paymentrequest\\" null,\n\t\t\\"paymentresponse\\" null,\n\t\t\\"support\\" \[],\n\t\t\\"total\\" 1,\n\t\t\\"uid\\" \\"jwlv26zxvzrpqd2mat6lh5\\"\n\t},\n\t\\"result\\" true\n}", "customlabel" "" }, { "id" "oizzdbf9cxo 43xssxunz", "language" "404", "code" "{\n \\"message\\" \\"ain't no cake like that \\"\n }", "customlabel" "" } ], "selectedlanguageid" "pqkuxxl 6rlvarinl45tk" }, "examples" { "languages" \[ { "id" "nosmakq b26rj1d2lkrlt", "language" "curl", "code" "curl location globoff request post 'https //api interoperable ar/orders/\ uid/{uid}' \\\\\n header 'accept application/json' \\\\\n header 'content type application/json' \\\\\n header 'authorization string'", "customlabel" "" }, { "id" "34acdzp5ohdvhev1983ir", "language" "nodejs", "code" "var request = require('request');\nvar options = {\n 'method' 'post',\n 'url' 'https //api interoperable ar/orders/\ uid/{uid}',\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" "yqaljq3e1gkpaq2qkiqbx", "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 'post',\n headers myheaders,\n redirect 'follow'\n};\n\nfetch(\\"https //api interoperable ar/orders/\ uid/{uid}\\", requestoptions)\n then(response => response text())\n then(result => console log(result))\n catch(error => console log('error', error));", "customlabel" "" }, { "id" "dsxnjca 1zi0dyt57ds2h", "language" "python", "code" "import requests\nimport json\n\nurl = \\"https //api interoperable ar/orders/\ uid/{uid}\\"\n\npayload = {}\nheaders = {\n 'accept' 'application/json',\n 'content type' 'application/json',\n 'authorization' 'string'\n}\n\nresponse = requests request(\\"post\\", url, headers=headers, data=payload)\n\nprint(response text)\n", "customlabel" "" }, { "id" "5p sr4aixwsowqer48 l1", "language" "ruby", "code" "require \\"uri\\"\nrequire \\"json\\"\nrequire \\"net/http\"\n\nurl = uri(\\"https //api interoperable ar/orders/\ uid/{uid}\\")\n\nhttps = net http new(url host, url port)\nhttps use ssl = true\n\nrequest = net http post 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" "nosmakq b26rj1d2lkrlt" }, "description" "pagar orden via qr", "currentnewparameter" { "label" "path parameter", "value" "pathparameters" }, "hastryitout" false, "autogeneratedanchorslug" "obtener orden 1", "legacyhash" "otyc2i0qzcsng5eutphud" } ejemplo de respuesta { 	"data" { 	 "acquirerdomains" \[ 	 { 	 "acquirer" "ar com aceptador", 	 "index" "43" 	 } 	 ], 	 "acquirers" null, 	 "barcode" "00020101021143810020ar com aceptador ", 	 "createdat" "2026 01 29t19 20 21 344z", 	 "currency" "", 	 "customersources" null, 	 "env" "prod", 	 "externalresponses" { 	 "resolve" { 	 "body" {}, 	 "error" "request failed with status code 403", 	 "headers" { 	 "accept" "application/json, text/plain, / ", 	 "accept encoding" "gzip, compress, deflate, br", 	 }, 	 "status" 403, 	 "url" "https //api aceptador com ar/resolve?access token= \&data=00020101021143810020ar com aceptador " 	 } 	 }, 	 "localizedmerchantdata" null, 	 "localizedorderdata" null, 	 "merchantdata" {}, 	 "orderdata" { 	 "isstatic" true 	 }, 	 "paymentacquirer" "000000000000000000000000", 	 "paymentid" "", 	 "paymentrequest" null, 	 "paymentresponse" null, 	 "support" \[], 	 "total" 1, 	 "uid" "jwlv26zxvzrpqd2mat6lh5" 	}, 	"result" true }

