{ "info": { "_postman_id": "95c46bf1-576e-4fd6-b80d-758fb484d2ac", "name": "Razorpay Bills Items API", "description": "Razorpay payment gateway APIs for accepting payments, managing orders, processing refunds, payouts, and subscriptions. All amounts are in the smallest currency sub-unit (e.g. paise for INR). Supports 180+ payment methods including UPI, cards, netbanking, wallets, and EMI.\n\nContact Support:\n Name: Razorpay Support\n Email: support@razorpay.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:27:41.000Z", "updatedAt": "2026-07-28T01:27:41.000Z", "lastUpdatedBy": "35240", "uid": "35240-95c46bf1-576e-4fd6-b80d-758fb484d2ac" }, "item": [ { "name": "items", "item": [ { "name": "{id}", "item": [ { "name": "Fetch an item", "id": "5db17779-385c-4cc7-b5b4-5d61fcbba2a4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/items/:id", "host": [ "{{baseUrl}}" ], "path": [ "items", ":id" ], "variable": [ { "id": "f6138abc-ef86-4e64-a27b-f980809cdc40", "key": "id", "value": "", "description": "(Required) Item ID (item_*)." } ] }, "description": "Get details of a specific catalog item." }, "response": [ { "id": "92495f9b-9e5d-41dc-bc68-8584489aa0f6", "name": "Item details.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/items/:id", "host": [ "{{baseUrl}}" ], "path": [ "items", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"entity\": \"item\",\n \"active\": \"\",\n \"amount\": \"\",\n \"unit_amount\": \"\",\n \"currency\": \"INR\",\n \"name\": \"\",\n \"description\": \"\",\n \"created_at\": \"\"\n}", "createdAt": "2026-07-28T01:27:41.000Z", "updatedAt": "2026-07-28T01:27:41.000Z", "uid": "35240-92495f9b-9e5d-41dc-bc68-8584489aa0f6" }, { "id": "eb0cd6dd-7534-4bfa-9206-f8b81184529b", "name": "Authentication failed. Invalid or missing API key credentials.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/items/:id", "host": [ "{{baseUrl}}" ], "path": [ "items", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"description\": \"\",\n \"source\": \"\",\n \"step\": \"\",\n \"reason\": \"\",\n \"metadata\": {},\n \"field\": \"\"\n }\n}", "createdAt": "2026-07-28T01:27:41.000Z", "updatedAt": "2026-07-28T01:27:41.000Z", "uid": "35240-eb0cd6dd-7534-4bfa-9206-f8b81184529b" }, { "id": "89edf19b-b103-4109-98d8-d8d1f4c8ac3a", "name": "Resource not found.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/items/:id", "host": [ "{{baseUrl}}" ], "path": [ "items", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"description\": \"\",\n \"source\": \"\",\n \"step\": \"\",\n \"reason\": \"\",\n \"metadata\": {},\n \"field\": \"\"\n }\n}", "createdAt": "2026-07-28T01:27:41.000Z", "updatedAt": "2026-07-28T01:27:41.000Z", "uid": "35240-89edf19b-b103-4109-98d8-d8d1f4c8ac3a" }, { "id": "b88d08c8-8fd7-40ee-a5a6-13c019e202cb", "name": "Rate limit exceeded. Implement exponential backoff with jitter before retrying.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/items/:id", "host": [ "{{baseUrl}}" ], "path": [ "items", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"description\": \"\",\n \"source\": \"\",\n \"step\": \"\",\n \"reason\": \"\",\n \"metadata\": {},\n \"field\": \"\"\n }\n}", "createdAt": "2026-07-28T01:27:41.000Z", "updatedAt": "2026-07-28T01:27:41.000Z", "uid": "35240-b88d08c8-8fd7-40ee-a5a6-13c019e202cb" } ], "createdAt": "2026-07-28T01:27:41.000Z", "updatedAt": "2026-07-28T01:27:41.000Z", "uid": "35240-5db17779-385c-4cc7-b5b4-5d61fcbba2a4" }, { "name": "Update an item", "id": "5239ce35-5c4b-427e-95e6-e1e3a69a961c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"amount\": \"\",\n \"currency\": \"\",\n \"active\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/items/:id", "host": [ "{{baseUrl}}" ], "path": [ "items", ":id" ], "variable": [ { "id": "b9f6f0b6-eac7-4626-834c-ec789cc0b35e", "key": "id", "value": "", "description": "(Required) Item ID (item_*)." } ] }, "description": "Update the name, description, amount, currency, or active status of an item." }, "response": [ { "id": "346a3904-5094-4315-b4e8-f5186f4e68ca", "name": "Updated item.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"amount\": \"\",\n \"currency\": \"\",\n \"active\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/items/:id", "host": [ "{{baseUrl}}" ], "path": [ "items", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"entity\": \"item\",\n \"active\": \"\",\n \"amount\": \"\",\n \"unit_amount\": \"\",\n \"currency\": \"INR\",\n \"name\": \"\",\n \"description\": \"\",\n \"created_at\": \"\"\n}", "createdAt": "2026-07-28T01:27:41.000Z", "updatedAt": "2026-07-28T01:27:41.000Z", "uid": "35240-346a3904-5094-4315-b4e8-f5186f4e68ca" }, { "id": "d1165e21-ed34-49ab-94ed-de04a35def8a", "name": "Bad request. Invalid parameters or missing required fields.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"amount\": \"\",\n \"currency\": \"\",\n \"active\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/items/:id", "host": [ "{{baseUrl}}" ], "path": [ "items", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"description\": \"\",\n \"source\": \"\",\n \"step\": \"\",\n \"reason\": \"\",\n \"metadata\": {},\n \"field\": \"\"\n }\n}", "createdAt": "2026-07-28T01:27:41.000Z", "updatedAt": "2026-07-28T01:27:41.000Z", "uid": "35240-d1165e21-ed34-49ab-94ed-de04a35def8a" }, { "id": "69ede8b8-92cf-4033-96cd-d5d28c16be86", "name": "Authentication failed. Invalid or missing API key credentials.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"amount\": \"\",\n \"currency\": \"\",\n \"active\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/items/:id", "host": [ "{{baseUrl}}" ], "path": [ "items", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"description\": \"\",\n \"source\": \"\",\n \"step\": \"\",\n \"reason\": \"\",\n \"metadata\": {},\n \"field\": \"\"\n }\n}", "createdAt": "2026-07-28T01:27:41.000Z", "updatedAt": "2026-07-28T01:27:41.000Z", "uid": "35240-69ede8b8-92cf-4033-96cd-d5d28c16be86" }, { "id": "5474055d-9c28-429e-a1c8-1ce22801ce7c", "name": "Resource not found.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"amount\": \"\",\n \"currency\": \"\",\n \"active\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/items/:id", "host": [ "{{baseUrl}}" ], "path": [ "items", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"description\": \"\",\n \"source\": \"\",\n \"step\": \"\",\n \"reason\": \"\",\n \"metadata\": {},\n \"field\": \"\"\n }\n}", "createdAt": "2026-07-28T01:27:41.000Z", "updatedAt": "2026-07-28T01:27:41.000Z", "uid": "35240-5474055d-9c28-429e-a1c8-1ce22801ce7c" }, { "id": "0d2552c8-09ec-4e95-8acb-c1184fdcaffe", "name": "Rate limit exceeded. Implement exponential backoff with jitter before retrying.", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"amount\": \"\",\n \"currency\": \"\",\n \"active\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/items/:id", "host": [ "{{baseUrl}}" ], "path": [ "items", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"description\": \"\",\n \"source\": \"\",\n \"step\": \"\",\n \"reason\": \"\",\n \"metadata\": {},\n \"field\": \"\"\n }\n}", "createdAt": "2026-07-28T01:27:41.000Z", "updatedAt": "2026-07-28T01:27:41.000Z", "uid": "35240-0d2552c8-09ec-4e95-8acb-c1184fdcaffe" } ], "createdAt": "2026-07-28T01:27:41.000Z", "updatedAt": "2026-07-28T01:27:41.000Z", "uid": "35240-5239ce35-5c4b-427e-95e6-e1e3a69a961c" }, { "name": "Delete an item", "id": "010321a7-69ad-44c7-8726-c3021f36655a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/items/:id", "host": [ "{{baseUrl}}" ], "path": [ "items", ":id" ], "variable": [ { "id": "5c930374-7cef-482b-bf30-cb76906af1a1", "key": "id", "value": "", "description": "(Required) Item ID (item_*)." } ] }, "description": "Permanently delete a catalog item. Deleted items cannot be recovered." }, "response": [ { "id": "6a3eed27-4e32-40e7-9b7b-f4922757401b", "name": "Item deleted.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/items/:id", "host": [ "{{baseUrl}}" ], "path": [ "items", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:27:41.000Z", "updatedAt": "2026-07-28T01:27:41.000Z", "uid": "35240-6a3eed27-4e32-40e7-9b7b-f4922757401b" }, { "id": "89d1b96d-4eec-49c8-82af-1ed01301b725", "name": "Authentication failed. Invalid or missing API key credentials.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/items/:id", "host": [ "{{baseUrl}}" ], "path": [ "items", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"description\": \"\",\n \"source\": \"\",\n \"step\": \"\",\n \"reason\": \"\",\n \"metadata\": {},\n \"field\": \"\"\n }\n}", "createdAt": "2026-07-28T01:27:41.000Z", "updatedAt": "2026-07-28T01:27:41.000Z", "uid": "35240-89d1b96d-4eec-49c8-82af-1ed01301b725" }, { "id": "de53017b-1da3-4a27-b26c-596b8d4a5c54", "name": "Resource not found.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/items/:id", "host": [ "{{baseUrl}}" ], "path": [ "items", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"description\": \"\",\n \"source\": \"\",\n \"step\": \"\",\n \"reason\": \"\",\n \"metadata\": {},\n \"field\": \"\"\n }\n}", "createdAt": "2026-07-28T01:27:41.000Z", "updatedAt": "2026-07-28T01:27:41.000Z", "uid": "35240-de53017b-1da3-4a27-b26c-596b8d4a5c54" }, { "id": "653ae852-2e21-4e94-941d-fb7dc6404810", "name": "Rate limit exceeded. Implement exponential backoff with jitter before retrying.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/items/:id", "host": [ "{{baseUrl}}" ], "path": [ "items", ":id" ], "variable": [ { "key": "id" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"description\": \"\",\n \"source\": \"\",\n \"step\": \"\",\n \"reason\": \"\",\n \"metadata\": {},\n \"field\": \"\"\n }\n}", "createdAt": "2026-07-28T01:27:41.000Z", "updatedAt": "2026-07-28T01:27:41.000Z", "uid": "35240-653ae852-2e21-4e94-941d-fb7dc6404810" } ], "createdAt": "2026-07-28T01:27:41.000Z", "updatedAt": "2026-07-28T01:27:41.000Z", "uid": "35240-010321a7-69ad-44c7-8726-c3021f36655a" } ], "id": "ead51535-75a6-4fc5-b657-3a53277a0e7e", "createdAt": "2026-07-28T01:27:41.000Z", "updatedAt": "2026-07-28T01:27:41.000Z", "uid": "35240-ead51535-75a6-4fc5-b657-3a53277a0e7e" }, { "name": "Create an item", "id": "3b6c3441-e241-4629-8481-ee4f7cf9e722", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"amount\": \"\",\n \"currency\": \"INR\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/items", "host": [ "{{baseUrl}}" ], "path": [ "items" ] }, "description": "Create a reusable catalog item. Items can be referenced in invoice line_items by item_id, which auto-fills price and description. Each item is merchant-scoped." }, "response": [ { "id": "51fc2221-64b2-4087-9b1c-d28a4f9068f5", "name": "Item created.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"amount\": \"\",\n \"currency\": \"INR\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/items", "host": [ "{{baseUrl}}" ], "path": [ "items" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"entity\": \"item\",\n \"active\": \"\",\n \"amount\": \"\",\n \"unit_amount\": \"\",\n \"currency\": \"INR\",\n \"name\": \"\",\n \"description\": \"\",\n \"created_at\": \"\"\n}", "createdAt": "2026-07-28T01:27:41.000Z", "updatedAt": "2026-07-28T01:27:41.000Z", "uid": "35240-51fc2221-64b2-4087-9b1c-d28a4f9068f5" }, { "id": "f28e7849-43a3-44c1-9004-6677acec6835", "name": "Bad request. Invalid parameters or missing required fields.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"amount\": \"\",\n \"currency\": \"INR\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/items", "host": [ "{{baseUrl}}" ], "path": [ "items" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"description\": \"\",\n \"source\": \"\",\n \"step\": \"\",\n \"reason\": \"\",\n \"metadata\": {},\n \"field\": \"\"\n }\n}", "createdAt": "2026-07-28T01:27:41.000Z", "updatedAt": "2026-07-28T01:27:41.000Z", "uid": "35240-f28e7849-43a3-44c1-9004-6677acec6835" }, { "id": "6082ab7f-7d37-4f52-bfa9-f3edc4e4b3ca", "name": "Authentication failed. Invalid or missing API key credentials.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"amount\": \"\",\n \"currency\": \"INR\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/items", "host": [ "{{baseUrl}}" ], "path": [ "items" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"description\": \"\",\n \"source\": \"\",\n \"step\": \"\",\n \"reason\": \"\",\n \"metadata\": {},\n \"field\": \"\"\n }\n}", "createdAt": "2026-07-28T01:27:41.000Z", "updatedAt": "2026-07-28T01:27:41.000Z", "uid": "35240-6082ab7f-7d37-4f52-bfa9-f3edc4e4b3ca" }, { "id": "dfcea9f8-7506-4c62-a453-337c4ec9f7fa", "name": "Rate limit exceeded. Implement exponential backoff with jitter before retrying.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"amount\": \"\",\n \"currency\": \"INR\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/items", "host": [ "{{baseUrl}}" ], "path": [ "items" ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"description\": \"\",\n \"source\": \"\",\n \"step\": \"\",\n \"reason\": \"\",\n \"metadata\": {},\n \"field\": \"\"\n }\n}", "createdAt": "2026-07-28T01:27:41.000Z", "updatedAt": "2026-07-28T01:27:41.000Z", "uid": "35240-dfcea9f8-7506-4c62-a453-337c4ec9f7fa" } ], "createdAt": "2026-07-28T01:27:41.000Z", "updatedAt": "2026-07-28T01:27:41.000Z", "uid": "35240-3b6c3441-e241-4629-8481-ee4f7cf9e722" }, { "name": "List all items", "id": "94347d02-0115-498a-b6a4-7effd8706485", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/items?count=10&skip=0", "host": [ "{{baseUrl}}" ], "path": [ "items" ], "query": [ { "description": "Number of records to return per call. Maximum 100. Default 10.", "key": "count", "value": "10" }, { "description": "Number of records to skip. Use with count for pagination. Default 0.", "key": "skip", "value": "0" } ] }, "description": "Retrieve all catalog items. Supports pagination." }, "response": [ { "id": "67d6a891-a306-45a2-976f-f1cae44ce0dd", "name": "Collection of items.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/items?count=10&skip=0", "host": [ "{{baseUrl}}" ], "path": [ "items" ], "query": [ { "description": "Number of records to return per call. Maximum 100. Default 10.", "key": "count", "value": "10" }, { "description": "Number of records to skip. Use with count for pagination. Default 0.", "key": "skip", "value": "0" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"entity\": \"collection\",\n \"count\": \"\",\n \"items\": [\n {\n \"id\": \"\",\n \"entity\": \"item\",\n \"active\": \"\",\n \"amount\": \"\",\n \"unit_amount\": \"\",\n \"currency\": \"INR\",\n \"name\": \"\",\n \"description\": \"\",\n \"created_at\": \"\"\n },\n {\n \"id\": \"\",\n \"entity\": \"item\",\n \"active\": \"\",\n \"amount\": \"\",\n \"unit_amount\": \"\",\n \"currency\": \"INR\",\n \"name\": \"\",\n \"description\": \"\",\n \"created_at\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T01:27:41.000Z", "updatedAt": "2026-07-28T01:27:41.000Z", "uid": "35240-67d6a891-a306-45a2-976f-f1cae44ce0dd" }, { "id": "e0d2a4f9-6ffc-46ca-975d-a1016183e417", "name": "Authentication failed. Invalid or missing API key credentials.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/items?count=10&skip=0", "host": [ "{{baseUrl}}" ], "path": [ "items" ], "query": [ { "description": "Number of records to return per call. Maximum 100. Default 10.", "key": "count", "value": "10" }, { "description": "Number of records to skip. Use with count for pagination. Default 0.", "key": "skip", "value": "0" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"description\": \"\",\n \"source\": \"\",\n \"step\": \"\",\n \"reason\": \"\",\n \"metadata\": {},\n \"field\": \"\"\n }\n}", "createdAt": "2026-07-28T01:27:41.000Z", "updatedAt": "2026-07-28T01:27:41.000Z", "uid": "35240-e0d2a4f9-6ffc-46ca-975d-a1016183e417" }, { "id": "b67580b0-dec2-4216-8c2c-977f2e735ba3", "name": "Rate limit exceeded. Implement exponential backoff with jitter before retrying.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: basic", "key": "Authorization", "value": "Basic " } ], "url": { "raw": "{{baseUrl}}/items?count=10&skip=0", "host": [ "{{baseUrl}}" ], "path": [ "items" ], "query": [ { "description": "Number of records to return per call. Maximum 100. Default 10.", "key": "count", "value": "10" }, { "description": "Number of records to skip. Use with count for pagination. Default 0.", "key": "skip", "value": "0" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": {\n \"code\": \"\",\n \"description\": \"\",\n \"source\": \"\",\n \"step\": \"\",\n \"reason\": \"\",\n \"metadata\": {},\n \"field\": \"\"\n }\n}", "createdAt": "2026-07-28T01:27:41.000Z", "updatedAt": "2026-07-28T01:27:41.000Z", "uid": "35240-b67580b0-dec2-4216-8c2c-977f2e735ba3" } ], "createdAt": "2026-07-28T01:27:41.000Z", "updatedAt": "2026-07-28T01:27:41.000Z", "uid": "35240-94347d02-0115-498a-b6a4-7effd8706485" } ], "id": "04676155-1cf3-48b2-877b-62add697a85b", "createdAt": "2026-07-28T01:27:41.000Z", "updatedAt": "2026-07-28T01:27:41.000Z", "uid": "35240-04676155-1cf3-48b2-877b-62add697a85b" } ], "auth": { "type": "basic", "basic": [ { "key": "username", "value": "{{basicAuthUsername}}", "type": "string" }, { "key": "password", "value": "{{basicAuthPassword}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.razorpay.com/v1" } ] }