API REFERENCE
...
Merchants
Get the application list of merchants
1 min
{ "name" "apps", "method" "get", "url" "https //api sandbox klavi ai/payment/management/v1/merchants/apps", "description" "get the application list of merchants", "tab" "examples", "examples" { "languages" \[ { "id" "5zowh6q9lyfo7u mzoo5z", "language" "curl", "code" "curl location 'https //api sandbox klavi ai/payment/management/v1/merchants/apps' \\\\\n header 'accept application/json' \\\\\n header 'content type application/json'", "customlabel" "" }, { "id" "p9lwhbqlmc2lzns9y4ymh", "language" "nodejs", "code" "var request = require('request');\nvar options = {\n 'method' 'get',\n 'url' 'https //api sandbox klavi ai/payment/management/v1/merchants/apps',\n 'headers' {\n 'accept' 'application/json',\n 'content type' 'application/json'\n }\n};\nrequest(options, function (error, response) {\n if (error) throw new error(error);\n console log(response body);\n});\n", "customlabel" "" }, { "id" "zm28gybuocqupebxqstxj", "language" "javascript", "code" "var myheaders = new headers();\nmyheaders append(\\"accept\\", \\"application/json\\");\nmyheaders append(\\"content type\\", \\"application/json\\");\n\nvar requestoptions = {\n method 'get',\n headers myheaders,\n redirect 'follow'\n};\n\nfetch(\\"https //api sandbox klavi ai/payment/management/v1/merchants/apps\\", requestoptions)\n then(response => response text())\n then(result => console log(result))\n catch(error => console log('error', error));", "customlabel" "" }, { "id" "wg7e57kfdfn2ddf9uplha", "language" "python", "code" "import requests\nimport json\n\nurl = \\"https //api sandbox klavi ai/payment/management/v1/merchants/apps\\"\n\npayload = {}\nheaders = {\n 'accept' 'application/json',\n 'content type' 'application/json'\n}\n\nresponse = requests request(\\"get\\", url, headers=headers, data=payload)\n\nprint(response text)\n", "customlabel" "" }, { "id" "vd mho s9v8ffxq2yz2fx", "language" "ruby", "code" "require \\"uri\\"\nrequire \\"json\\"\nrequire \\"net/http\"\n\nurl = uri(\\"https //api sandbox klavi ai/payment/management/v1/merchants/apps\\")\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\\"\n\nresponse = https request(request)\nputs response read body\n", "customlabel" "" } ], "selectedlanguageid" "5zowh6q9lyfo7u mzoo5z" }, "results" { "languages" \[ { "id" "7 s41jahvpu dvj2wkrmt", "language" "200", "code" "\[\n {\n \\"appname\\" \\"credigo test\\",\n \\"appid\\" \\"credigotest2\\",\n \\"status\\" \\"0\\",\n \\"applogo\\" \\"\\",\n \\"integrationmethod\\" 1, \n \\"paymentmethodconfig\\" \n {\n \\"instant pix\\" \n {\n \\"status\\" \\"active\\",\n \\"inittype\\" \n \[\n \\"pix inic\\",\n \\"pix manu\\",\n \\"pix dict\\",\n \\"pix qrcode\\"\n ]\n },\n \\"automatic pix\\" \n {\n \\"status\\" \\"active\\"\n }\n },\n \\"eventconfig\\" \n {\n \\"issend\\" true,\n \\"webhook\\" \\"invalid //x7y9z0 com 99999/webhook\\"\n },\n \\"createat\\" \\"2025 06 13t04 29 28 444z\\",\n \\"updateat\\" \\"2025 06 13t04 29 28 444z\\"\n }\n]", "customlabel" "" } ], "selectedlanguageid" "7 s41jahvpu dvj2wkrmt" }, "request" { "pathparameters" \[], "queryparameters" \[], "headerparameters" \[ { "name" "authorization", "kind" "required", "type" "string", "description" "bearer access token, it returned by the /auth", "" "bearer access token, it returned by the /auth" } ], "bodydataparameters" \[], "formdataparameters" \[] }, "currentnewparameter" { "label" "path parameter", "value" "pathparameters" }, "response" \[ { "name" "appname", "kind" "optional", "type" "string", "description" "name of application" }, { "name" "appid", "kind" "optional", "type" "string", "description" "id of application", "children" \[] }, { "name" "status", "kind" "optional", "type" "number", "description" "app status\nactivate 1\ninactivate 0", "children" \[] }, { "name" "applogo", "kind" "optional", "type" "string", "description" "corporate logo of application\n", "children" \[] }, { "name" "integrationmethod", "kind" "optional", "type" "number", "description" "integration method\n1\ api, 2\ whitelabel", "children" \[] }, { "name" "paymentmethodconfig", "kind" "optional", "type" "object", "description" "payment method config", "children" \[ { "name" "instant pix", "kind" "optional", "type" "object", "description" "instant pix object", "children" \[ { "name" "status", "kind" "optional", "type" "string", "description" "status\nenum \[ active, inactive ]" }, { "name" "inittype", "kind" "optional", "type" "object", "description" "payment initiation enumeration value pix inic,pix manu,pix dict,pix qrcode" } ] }, { "name" "automatic pix", "kind" "optional", "type" "object", "description" "automatic pix object", "children" \[ { "name" "status", "kind" "optional", "type" "string", "description" "status\nenum \[ active, inactive ]" } ] } ] }, { "name" "eventconfig", "kind" "optional", "type" "object", "description" "do partners need to receive configuration information for end customer payment status change events ", "children" \[ { "name" "webhook", "kind" "optional", "type" "string", "description" "webhook of event" }, { "name" "issend", "kind" "optional", "type" "boolean", "description" "does the event need to be sent" } ] }, { "name" "createat", "kind" "optional", "type" "string", "description" "create time", "children" \[] }, { "name" "updateat", "kind" "optional", "type" "string", "description" "update time", "children" \[] } ] }