{"info":{"_postman_id":"af15c86e-64af-4ec8-a1be-45ae5d01af56","name":"USDTMP-API-POSTMAN-COLLECTION","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"48528644","collectionId":"af15c86e-64af-4ec8-a1be-45ae5d01af56","publishedId":"2sB3WmShFX","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-10-27T10:43:33.000Z"},"item":[{"name":"Merchant Endpoints","item":[{"name":"Generate Token","id":"4be13b15-2103-4f7e-965f-da942dab946c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"tushant029@gmail.com\",\n  \"password\": \"Gsxsol@123\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_ur}}/api/v1/merchant/generateToken","urlObject":{"path":["api","v1","merchant","generateToken"],"host":["{{base_ur}}"],"query":[],"variable":[]}},"response":[{"id":"3b6a8757-9d6c-4155-a817-24b07a3a0c6e","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"Your email\",\n  \"password\": \"Your password\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/generateToken"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"Token generated successfully\",\n    \"data\": {\n        \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..kyXg2V7QqDDS__j17nkkaxqq7VKfHICN_bKROOKsOAs\"\n    }\n}"},{"id":"42be17fa-d7a0-4120-9043-0cdf0ba1aabd","name":"Invalid Password","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"Your email\",\n  \"password\": \"Your password\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/generateToken"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": 401,\n \"error\": \"Invalid password\"\n}"},{"id":"5935e189-e2c2-441a-aabb-a3382d75e34c","name":"Invalid User","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"Your email\",\n  \"password\": \"Your password\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/generateToken"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid user\"\n}"}],"_postman_id":"4be13b15-2103-4f7e-965f-da942dab946c"},{"name":"Get Otp","id":"8f7266a3-1cab-4c2a-8391-167a2e7f3759","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"phone_number\":\"your phone number\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/user/otp","urlObject":{"protocol":"http","port":"3000","path":["api","v1","merchant","user","otp"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"23c43943-9ab0-4040-a0b1-bc6d074b8be7","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"phone_number\":\"your phone number\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/user/otp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"success\",\n    \"data\": \"Check your phone for the OTP.\"\n}"},{"id":"84818d93-27c6-48b2-a0e0-bf6a4e8a0c8f","name":"Missing Authorization header","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"phone_number\":\"your phone number\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/user/otp"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Missing Authorization header\"\n}"},{"id":"29a4cf52-3c2a-4140-8401-80ca225eced6","name":"Invalid or expired token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"phone_number\":\"your phone number\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/user/otp"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid or expired token\"\n}"},{"id":"95287048-283a-42a1-8bc0-4e3f86a3819a","name":"API key is missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"phone_number\":\"your phone number\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/user/otp"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"API key is missing\"\n}"},{"id":"3fc44b6b-8031-4704-8cb5-cb28bf68dce0","name":"Invalid API key","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"phone_number\":\"your phone number\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/user/otp"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid API key\"\n}"},{"id":"95d3f866-7276-410c-85dc-3405997842ec","name":"Missing or invalid required fields","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"phone_number\":\"your phone number\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/user/otp"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 400,\n  \"error\": \"Missing or invalid required fields\"\n}"}],"_postman_id":"8f7266a3-1cab-4c2a-8391-167a2e7f3759"},{"name":"Verify Otp","id":"eabab9f9-12c2-434d-9425-d7822313fbc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"phone_number\": \"your phone number\",\n    \"otp\":\"1234\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/user/otp/verify","urlObject":{"protocol":"http","port":"3000","path":["api","v1","merchant","user","otp","verify"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9a53fc4d-de58-4d1b-94ab-d4c4a7dfb213","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"phone_number\": \"your phone number\",\n    \"otp\":\"1234\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/addFiatAccount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"success\",\n    \"data\": \"Phone number verified.\"\n}"},{"id":"7e9c7921-de99-46e6-96b6-c08845b122c2","name":"Invalid or expired OTP.","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"phone_number\": \"your phone number\",\n    \"otp\":\"1234\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/addFiatAccount"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 500,\n    \"error\": \"Invalid or expired OTP.\"\n}"},{"id":"05559342-0213-4cb2-afee-af2856dc8434","name":"Missing Authorization header","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"phone_number\": \"your phone number\",\n    \"otp\":\"1234\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/addFiatAccount"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Missing Authorization header\"\n}"},{"id":"64126cc8-0faf-4255-bc0a-36eddbcb54de","name":"Invalid or expired token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"phone_number\": \"your phone number\",\n    \"otp\":\"1234\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/addFiatAccount"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid or expired token\"\n}"},{"id":"1eb48ba6-a7ba-4c79-8a46-01a649190439","name":"API key is missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"phone_number\": \"your phone number\",\n    \"otp\":\"1234\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/addFiatAccount"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"API key is missing\"\n}"},{"id":"f855e611-abf8-4ac6-afaf-e93b5a65138e","name":"Invalid API key","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"phone_number\": \"your phone number\",\n    \"otp\":\"1234\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/addFiatAccount"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid API key\"\n}"},{"id":"d39c39f7-b3fe-4b8f-92cc-4666f49acc2b","name":"Missing or invalid required fields","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"phone_number\": \"your phone number\",\n    \"otp\":\"1234\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/addFiatAccount"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 400,\n  \"error\": \"Missing or invalid required fields\"\n}"}],"_postman_id":"eabab9f9-12c2-434d-9425-d7822313fbc7"},{"name":"User Kyc","id":"d5b38840-0848-4a98-8b82-3addfc52655f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customerId\":\"your customerId\",\n    \"status\": true // Optional. Default is false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/user/kyc","urlObject":{"protocol":"http","port":"3000","path":["api","v1","merchant","user","kyc"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f135dfb4-e733-4c1b-b8d9-bc6e2c8a4a2d","name":"Success Response for KYC Url","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customerId\":\"your customerId\",\n    \"status\": true // Optional. Default is false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/user/kyc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": \"ZkgJukDDqYZxHS\",\n        \"url\": \"https://kyc.example.com/ZkgJukDDqYZxHS\"\n    }\n}"},{"id":"1c5eee31-296a-4a4e-9bb5-ca9fe1c859a8","name":"Success Response for KYC status","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customerId\":\"your customerId\",\n    \"status\": true // Optional. Default is false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/user/kyc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": {\n        \"kyc\": true\n    }\n}"},{"id":"841c1ea3-7c99-4063-94d5-df914af482da","name":"Kyc Already Verified","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customerId\":\"your customerId\",\n    \"status\": true // Optional. Default is false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/user/kyc"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"error\": \"User is already Kyc verified\"\n}\n\n\n\n\n\n"},{"id":"251c09dd-1796-48cd-b305-4ee9f01a1390","name":"Missing Authorization header","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customerId\":\"your customerId\",\n    \"status\": true // Optional. Default is false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/user/kyc"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Missing Authorization header\"\n}"},{"id":"697ffc97-e87a-4dae-a11a-17397bb52dda","name":"Invalid or expired token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customerId\":\"your customerId\",\n    \"status\": true // Optional. Default is false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/user/kyc"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid or expired token\"\n}"},{"id":"e972e3e6-3db7-4c9a-ac91-383b6ab86e42","name":"API key is missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customerId\":\"your customerId\",\n    \"status\": \"true\" // Optional. Default is false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/user/kyc"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"API key is missing\"\n}"},{"id":"fa6e8d9a-b7bf-41aa-b862-2bc4592e2d29","name":"Invalid API key","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customerId\":\"your customerId\",\n    \"status\": true // Optional. Default is false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/user/kyc"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid API key\"\n}"},{"id":"29d3219f-6b9c-46d1-859a-1f1f870e591a","name":"Missing or invalid required fields","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customerId\":\"your customerId\",\n    \"status\": true // Optional. Default is false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/user/kyc"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 400,\n  \"error\": \"Missing or invalid required fields\"\n}"}],"_postman_id":"d5b38840-0848-4a98-8b82-3addfc52655f"},{"name":"Add Webhook URL","id":"1c9b2fd7-3f6c-4e32-b2f1-7effad552ab9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n      \"webhookUrl\":\"htt\"\n    }","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/addWebhookUrl","urlObject":{"protocol":"http","port":"3000","path":["api","v1","merchant","addWebhookUrl"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8f76c3eb-a52d-422c-9eb1-d4ca1d6e4026","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"webhookUrl\": \"https://merchant-server.example.com/usdtmp/callback\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/addWebhookUrl"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": 200,\n \"message\": \"Webhook URL added successfully\",\n \"data\": \n  { \n    \"webhookUrl\": \"https://merchant-server.example.com/usdtmp/callback\" \n  }\n}"},{"id":"56f01cbd-9c3c-4255-9105-8d0bffcb1887","name":"Missing Authorization header","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"webhookUrl\": \"https://merchant-server.example.com/usdtmp/callback\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/addWebhookUrl"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Missing Authorization header\"\n}"},{"id":"52673466-e869-422c-9edd-3af7a42f7d5e","name":"Invalid or expired token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"webhookUrl\": \"https://merchant-server.example.com/usdtmp/callback\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/addWebhookUrl"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid or expired token\"\n}"},{"id":"62cdf998-c4a8-4db4-be6b-1cb413902109","name":"API key is missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"webhookUrl\": \"https://merchant-server.example.com/usdtmp/callback\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/addWebhookUrl"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"API key is missing\"\n}"},{"id":"6f867cff-6865-49db-aa01-27760c61b722","name":"Invalid API key","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"webhookUrl\": \"https://merchant-server.example.com/usdtmp/callback\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/addWebhookUrl"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid API key\"\n}"},{"id":"349b0668-11d0-49fa-8479-e93ce33aac5f","name":"webhookUrl: must NOT have fewer than 10 characters","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"webhookUrl\": \"https://merchant-server.example.com/usdtmp/callback\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/addWebhookUrl"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\":400,\n  \"error\":\"webhookUrl: must NOT have fewer than 10 characters\"\n}"}],"_postman_id":"1c9b2fd7-3f6c-4e32-b2f1-7effad552ab9"},{"name":"Get All Fiat Accounts","id":"760792fb-e73a-4ca9-8608-2c07998f4082","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/fiatAccounts","urlObject":{"protocol":"http","port":"3000","path":["api","v1","merchant","fiatAccounts"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3c1f1a56-2d85-43e4-b0e3-338c7c75f842","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"url":"http://localhost:3000/api/v1/merchant/fiatAccounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 200,\n  \"message\": \"success\",\n  \"data\": [\n    {\n      \"id\": 48,\n      \"user_id\": 55,\n      \"account_name\": \"account name\",\n      \"fiatAccountId\": \"id\",\n      \"fiatAccount\": \"account number\",\n      \"ifsc\": \"ifsc\",\n      \"bank_name\": \"sbi\",\n      \"delete\": false,\n      \"customerId\": null,\n      \"createdAt\": \"2025-10-23T14:57:44.537Z\",\n      \"updatedAt\": \"2025-10-23T14:57:44.537Z\",\n      \"imageUrl\": \"\",\n      \"shortName\": \"\"\n    },\n    {\n      \"id\": 47,\n      \"user_id\": 55,\n      \"account_name\": \"name\",\n      \"fiatAccountId\": \"id\",\n      \"fiatAccount\": \"account number\",\n      \"ifsc\": \"ifsc\",\n      \"bank_name\": \"bank namei\",\n      \"delete\": false,\n      \"customerId\": null,\n      \"createdAt\": \"2025-10-23T12:32:16.738Z\",\n      \"updatedAt\": \"2025-10-23T12:32:16.738Z\",\n      \"imageUrl\": \"\",\n      \"shortName\": \"\"\n    }\n  ]\n}"},{"id":"ef6b404c-9597-41f1-8b18-84ba14ac3ccb","name":"Missing Authorization header","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"url":"http://localhost:3000/api/v1/merchant/fiatAccounts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Missing Authorization header\"\n}"},{"id":"d717c2f8-b22e-4437-8daa-e09544391886","name":"Invalid or expired token","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"url":"http://localhost:3000/api/v1/merchant/fiatAccounts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid or expired token\"\n}"},{"id":"c2a69041-ec9e-4eae-8295-0dbdb311cb39","name":"API key is missing","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"url":"http://localhost:3000/api/v1/merchant/fiatAccounts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"API key is missing\"\n}"},{"id":"f7379b5a-1c1c-48e3-a1a9-ec01e6013bc6","name":"Invalid API key","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"url":"http://localhost:3000/api/v1/merchant/fiatAccounts"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid API key\"\n}"}],"_postman_id":"760792fb-e73a-4ca9-8608-2c07998f4082"},{"name":"Validate fiat account","id":"6834fbdd-18a4-44f7-9af8-b4d27a2864ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accountNumber\":\"your account number\",\n    \"ifscCode\":\"Bank Ifsc\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/user/bank-account/validate","urlObject":{"protocol":"http","port":"3000","path":["api","v1","merchant","user","bank-account","validate"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9cf14256-3226-4c1d-948e-9e6dcc360d78","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accountNumber\":\"your account number\",\n    \"ifscCode\":\"Bank Ifsc\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/user/bank-account/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": 200,\n \"message\": \"success\",\n \"data\": {\n    \"accountName\": \"account name\",\n    \"accountNumber\": \"account number\",\n    \"ifscCode\": \"ifsc code\"\n }\n}"},{"id":"2c286878-fc57-4ca2-9131-f460d0744e3b","name":"Invalid Account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accountNumber\":\"your account number\",\n    \"ifscCode\":\"Bank Ifsc\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/user/bank-account/validate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"error\": \"This account number is invalid. Please check and try again.\"\n}"},{"id":"e94d740c-390f-45ce-bf83-9c1f8e702b5d","name":"Missing Authorization header","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accountNumber\":\"your account number\",\n    \"ifscCode\":\"Bank Ifsc\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/user/bank-account/validate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Missing Authorization header\"\n}"},{"id":"1853b6ba-36b7-478d-abad-5514927946b7","name":"Invalid or expired token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accountNumber\":\"your account number\",\n    \"ifscCode\":\"Bank Ifsc\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/user/bank-account/validate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid or expired token\"\n}"},{"id":"18c6cbb5-e1a9-4c95-9afa-91672da4c62e","name":"API key is missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accountNumber\":\"your account number\",\n    \"ifscCode\":\"Bank Ifsc\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/user/bank-account/validate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"API key is missing\"\n}"},{"id":"50868f7b-39cc-48cb-a9b7-ba0d9b4f726b","name":"Invalid API key","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accountNumber\":\"your account number\",\n    \"ifscCode\":\"Bank Ifsc\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/user/bank-account/validate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid API key\"\n}"},{"id":"9f660e3f-c38c-44b7-ac9f-dc25729c1ab6","name":"Missing or invalid required fields","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accountNumber\":\"your account number\",\n    \"ifscCode\":\"Bank Ifsc\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/user/bank-account/validate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 400,\n  \"error\": \"Missing or invalid required fields\"\n}"}],"_postman_id":"6834fbdd-18a4-44f7-9af8-b4d27a2864ab"},{"name":"Add Fiat Account","id":"eb0b457a-ad55-4f10-9a0a-55bd83217d31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"customerId\": \"3339000160\",\n  \"fiatAccount\": \"9876543210\",\n  \"ifsc\": \"SBIN0000456\",\n  \"bankName\": \"State Bank of India\",\n  \"accountName\": \"Rahul Sharma\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/addFiatAccount","urlObject":{"protocol":"http","port":"3000","path":["api","v1","merchant","addFiatAccount"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"111024f0-4c8f-4e01-a9cf-580f51bdd340","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"customerId\": \"3339000160\",\n  \"fiatAccount\": \"9876543210\",\n  \"ifsc\": \"SBIN0000456\",\n  \"bankName\": \"State Bank of India\",\n  \"accountName\": \"Rahul Sharma\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/addFiatAccount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 200,\n  \"message\": \"success\",\n  \"data\": \"success\"\n}"},{"id":"15f511e3-7572-4925-bd97-a08b72819185","name":"Missing Authorization header","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"customerId\": \"3339000160\",\n  \"fiatAccount\": \"9876543210\",\n  \"ifsc\": \"SBIN0000456\",\n  \"bankName\": \"State Bank of India\",\n  \"accountName\": \"Rahul Sharma\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/addFiatAccount"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Missing Authorization header\"\n}"},{"id":"a824b7a8-36fc-4956-84b2-de8180db99ed","name":"Invalid or expired token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"customerId\": \"3339000160\",\n  \"fiatAccount\": \"9876543210\",\n  \"ifsc\": \"SBIN0000456\",\n  \"bankName\": \"State Bank of India\",\n  \"accountName\": \"Rahul Sharma\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/addFiatAccount"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid or expired token\"\n}"},{"id":"007125b1-450f-494b-a989-0364b741f55b","name":"API key is missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"customerId\": \"3339000160\",\n  \"fiatAccount\": \"9876543210\",\n  \"ifsc\": \"SBIN0000456\",\n  \"bankName\": \"State Bank of India\",\n  \"accountName\": \"Rahul Sharma\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/addFiatAccount"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"API key is missing\"\n}"},{"id":"b47023bd-3941-41d4-b70b-881ba1bd5143","name":"Invalid API key","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"customerId\": \"3339000160\",\n  \"fiatAccount\": \"9876543210\",\n  \"ifsc\": \"SBIN0000456\",\n  \"bankName\": \"State Bank of India\",\n  \"accountName\": \"Rahul Sharma\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/addFiatAccount"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid API key\"\n}"},{"id":"7da665af-a515-4843-918c-970975f2d431","name":"Account Already in Use","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"customerId\": \"3339000160\",\n  \"fiatAccount\": \"9876543210\",\n  \"ifsc\": \"SBIN0000456\",\n  \"bankName\": \"State Bank of India\",\n  \"accountName\": \"Rahul Sharma\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/addFiatAccount"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\":400,\n    \"error\":\"This account already in use\"\n}"},{"id":"9d478928-ab81-48e9-b9f9-0a9696eb84f1","name":"Missing or invalid required fields","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"customerId\": \"3339000160\",\n  \"fiatAccount\": \"9876543210\",\n  \"ifsc\": \"SBIN0000456\",\n  \"bankName\": \"State Bank of India\",\n  \"accountName\": \"Rahul Sharma\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/addFiatAccount"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 400,\n  \"error\": \"Missing or invalid required fields\"\n}"}],"_postman_id":"eb0b457a-ad55-4f10-9a0a-55bd83217d31"},{"name":"Delete fiat account","id":"d1008990-13f7-45aa-9a0d-a983fc419bc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"url":"http://localhost:3000/api/v1/merchant/deleteFiatAccount/{id}","urlObject":{"protocol":"http","port":"3000","path":["api","v1","merchant","deleteFiatAccount","{id}"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"12a6ad16-0db8-4e0a-9161-2eb116a5aae4","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"url":"http://localhost:3000/api/v1/merchant/deleteFiatAccount/{id}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 200,\n  \"message\": \"success\",\n  \"data\": \"success\"\n}"},{"id":"90af7d12-e7ef-4ec4-b760-2f319b74c5bb","name":"Missing Authorization header","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"url":"http://localhost:3000/api/v1/merchant/deleteFiatAccount/{id}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Missing Authorization header\"\n}"},{"id":"09d5ec9a-8b4f-4311-ba93-aea2c01de64f","name":"Invalid or expired token","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"url":"http://localhost:3000/api/v1/merchant/deleteFiatAccount/{id}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid or expired token\"\n}"},{"id":"931cbb4d-6d74-412a-bc21-18375100a9e0","name":"API key is missing","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"url":"http://localhost:3000/api/v1/merchant/deleteFiatAccount/{id}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"API key is missing\"\n}"},{"id":"3add05bc-7a81-4b39-8ab0-0a39fabfdc1f","name":"Invalid API key","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"url":"http://localhost:3000/api/v1/merchant/deleteFiatAccount/{id}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid API key\"\n}"}],"_postman_id":"d1008990-13f7-45aa-9a0d-a983fc419bc9"},{"name":"Get FX Rates","id":"9a6b89e8-bd43-4a92-977a-beb6f6424f5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"url":"http://localhost:3000/api/v1/merchant/getRates","urlObject":{"protocol":"http","port":"3000","path":["api","v1","merchant","getRates"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"32105359-63e8-41ba-9115-9544139aeb8d","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"url":"http://localhost:3000/api/v1/merchant/getRates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"success\",\n    \"data\": {\n        \"offramp\": 90.125098,\n        \"onramp\": 92\n    }\n}\n"},{"id":"745f97b4-0c0b-4a2a-bb42-4d13f06b2361","name":"Missing Authorization header","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"url":"http://localhost:3000/api/v1/merchant/getRates"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Missing Authorization header\"\n}"},{"id":"ef2d17f2-615f-4f08-8cf4-7dc03850372b","name":"Invalid or expired token","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"url":"http://localhost:3000/api/v1/merchant/getRates"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid or expired token\"\n}"},{"id":"3a2d9099-1980-482d-935b-3e8e7ca650e5","name":"API key is missing","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"url":"http://localhost:3000/api/v1/merchant/getRates"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"API key is missing\"\n}"},{"id":"4d16ca98-a3f3-4e7b-b77c-828af6c6cab5","name":"Invalid API key","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"url":"http://localhost:3000/api/v1/merchant/getRates"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid API key\"\n}"}],"_postman_id":"9a6b89e8-bd43-4a92-977a-beb6f6424f5d"}],"id":"7bb9403f-dbe9-4772-99e4-63ae1f68d6f1","_postman_id":"7bb9403f-dbe9-4772-99e4-63ae1f68d6f1","description":""},{"name":"Onramp Endpoints","item":[{"name":"Get Quotes","id":"6d51c5e8-22c4-4acd-bb83-89db0640b9ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"fromCurrency\": \"INR\",\n  \"toCurrency\": \"USDT\",\n  \"chainId\": 1,\n  \"fromAmount\": 1030\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/onramp/getQuotes","urlObject":{"protocol":"http","port":"3000","path":["api","v1","merchant","onramp","getQuotes"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"aee1409d-c6a6-4e99-ba0d-99c6e5407e06","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"fromCurrency\": \"INR\",\n  \"toCurrency\": \"USDT\",\n  \"chainId\": 1,\n  \"fromAmount\": 1030\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/onramp/getQuotes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"success\",\n    \"data\": {\n        \"id\": \"1\",\n        \"fromCurrency\": \"INR\",\n        \"toCurrency\": \"USDT\",\n        \"fromAmount\": \"1030\",\n        \"toAmount\": \"11.19\",\n        \"rate\": 92,\n        \"feeInUsdt\": \"0.05\"\n    }\n}"},{"id":"0662ea50-5cc2-4da8-9c72-2fe0c56fe6f8","name":"Missing Authorization header","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"fromCurrency\": \"INR\",\n  \"toCurrency\": \"USDT\",\n  \"chainId\": 1,\n  \"fromAmount\": 1030\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/onramp/getQuotes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Missing Authorization header\"\n}"},{"id":"f1a196d8-20be-4f4a-a20f-ad9e0fecc999","name":"Invalid or expired token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"fromCurrency\": \"INR\",\n  \"toCurrency\": \"USDT\",\n  \"chainId\": 1,\n  \"fromAmount\": 1030\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/onramp/getQuotes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid or expired token\"\n}"},{"id":"f8c9305e-1ab1-4053-95e3-3c4b3b2991ea","name":"API key is missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"fromCurrency\": \"INR\",\n  \"toCurrency\": \"USDT\",\n  \"chainId\": 1,\n  \"fromAmount\": 1030\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/onramp/getQuotes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"API key is missing\"\n}"},{"id":"85025cc0-c832-45aa-ab29-6c800a32e668","name":"Invalid API key","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"fromCurrency\": \"INR\",\n  \"toCurrency\": \"USDT\",\n  \"chainId\": 1,\n  \"fromAmount\": 1030\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/onramp/getQuotes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid API key\"\n}"},{"id":"43a22a00-0bb6-4ae7-bd7f-4cd899fb2cf2","name":"Invalid chain","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"fromCurrency\": \"INR\",\n  \"toCurrency\": \"USDT\",\n  \"chainId\": 1,\n  \"fromAmount\": 1030\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/onramp/getQuotes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 400,\n  \"error\": \"Invalid chain\"\n}"},{"id":"8d1f0172-d1a0-4525-8e65-ba940a2f66f8","name":"Missing or invalid required fields","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"fromCurrency\": \"INR\",\n  \"toCurrency\": \"USDT\",\n  \"chainId\": 1,\n  \"fromAmount\": 1030\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/onramp/getQuotes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 400,\n  \"error\": \"Missing or invalid required fields\"\n}"}],"_postman_id":"6d51c5e8-22c4-4acd-bb83-89db0640b9ff"},{"name":"Create Onramp Transaction","id":"ff82248f-4664-41f8-a5ec-9462d458debd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"quoteId\":\"e587922f-483c-4a2d-909f-4caa3e1d59f1\",\n    \"chainId\": 2,\n    \"depositAddress\": \"TCXBkjaRYgeZAARooz1sDVaKQjDfEotq37\",\n    \"customerId\": \"9bGY00qSiq_30656\",\n    \"orderId\":\"9899090\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/onramp/payments/initiate","urlObject":{"protocol":"http","port":"3000","path":["api","v1","merchant","onramp","payments","initiate"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a71ab153-c44b-4974-a894-821864ce4ef7","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"quoteId\":\"e587922f-483c-4a2d-909f-4caa3e1d59f1\",\n    \"chainId\": 2,\n    \"depositAddress\": \"TCXBkjaRYgeZAARooz1sDVaKQjDfEotq37\",\n    \"customerId\": \"9bGY00qSiq_30656\",\n    \"orderId\":\"9899090\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/onramp/payments/initiate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 200,\n  \"message\": \"Onramp request created successfully\",\n  \"data\": {\n    \"reference_id\": \"1381410502\",\n    \"depositAddress\": \"TCXBkjaRYgeZAARooz1sDVaKQjDfEotq37\",\n    \"fromAmount\": 1030,\n    \"toAmount\": 11.19,\n    \"chain\": \"trc20\",\n    \"upiUrls\": {\n      \"url\": \"upi://pay?pa=ashmanited&am=1030.00&mam=1030.00&mc=5311&mode=04&tr=AIRPAY1381410502&ver=1\",\n      \"paytmUrl\": \"paytmmp://pay?pa=ashmaPrivate+Limited&am=1030.00&mam=1030.00&mc=5311&mode=04&tr=AIRP\",\n      \"gpayUrl\": \"tez://upi/pay?pa=ashmaniaskillzt348226@.00&mc=5311&mode=04&tr=AIRPAY1381410502&ver=1\",\n      \"phonepeUrl\": \"phonepe://pay?0&mam=1030.00&mc=5311&mode=04&tr=AIRPAY1381410502&ver=1\"\n    }\n  }\n}"},{"id":"b53ed858-8eed-4570-b393-6284b8a05a9e","name":"Missing Authorization header","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"quoteId\":\"e587922f-483c-4a2d-909f-4caa3e1d59f1\",\n    \"chainId\": 2,\n    \"depositAddress\": \"TCXBkjaRYgeZAARooz1sDVaKQjDfEotq37\",\n    \"customerId\": \"9bGY00qSiq_30656\",\n    \"orderId\":\"9899090\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/onramp/payments/initiate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Missing Authorization header\"\n}"},{"id":"9dd48c1b-4ce3-4df5-86dd-511859afcd4d","name":"Invalid or expired token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"quoteId\":\"e587922f-483c-4a2d-909f-4caa3e1d59f1\",\n    \"chainId\": 2,\n    \"depositAddress\": \"TCXBkjaRYgeZAARooz1sDVaKQjDfEotq37\",\n    \"customerId\": \"9bGY00qSiq_30656\",\n    \"orderId\":\"9899090\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/onramp/payments/initiate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid or expired token\"\n}"},{"id":"20046c2a-e038-416d-ad9b-575353bb26dd","name":"API key is missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"quoteId\":\"e587922f-483c-4a2d-909f-4caa3e1d59f1\",\n    \"chainId\": 2,\n    \"depositAddress\": \"TCXBkjaRYgeZAARooz1sDVaKQjDfEotq37\",\n    \"customerId\": \"9bGY00qSiq_30656\",\n    \"orderId\":\"9899090\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/onramp/payments/initiate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"API key is missing\"\n}"},{"id":"0f5647aa-51c7-4429-8824-58bd5f1deccd","name":"Invalid API key","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"quoteId\":\"e587922f-483c-4a2d-909f-4caa3e1d59f1\",\n    \"chainId\": 2,\n    \"depositAddress\": \"TCXBkjaRYgeZAARooz1sDVaKQjDfEotq37\",\n    \"customerId\": \"9bGY00qSiq_30656\",\n    \"orderId\":\"9899090\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/onramp/payments/initiate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid API key\"\n}"},{"id":"35384170-45f6-4476-9be4-91bef7c9a317","name":"Invalid quote ID or quote expired","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"quoteId\":\"e587922f-483c-4a2d-909f-4caa3e1d59f1\",\n    \"chainId\": 2,\n    \"depositAddress\": \"TCXBkjaRYgeZAARooz1sDVaKQjDfEotq37\",\n    \"customerId\": \"9bGY00qSiq_30656\",\n    \"orderId\":\"9899090\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/onramp/payments/initiate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"error\": \"Invalid quote ID or quote expired\"\n}"},{"id":"ced947d7-91c9-43ac-9753-d75414b68357","name":"Missing or invalid required fields","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"quoteId\":\"e587922f-483c-4a2d-909f-4caa3e1d59f1\",\n    \"chainId\": 2,\n    \"depositAddress\": \"TCXBkjaRYgeZAARooz1sDVaKQjDfEotq37\",\n    \"customerId\": \"9bGY00qSiq_30656\",\n    \"orderId\":\"9899090\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/onramp/payments/initiate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 400,\n  \"error\": \"Missing or invalid required fields\"\n}"}],"_postman_id":"ff82248f-4664-41f8-a5ec-9462d458debd"},{"name":"Redirect Onramp Request","id":"01c8adea-9ec8-4160-9f45-f292ebeb9fc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n      \"quoteId\":\"e587922f-483c-4a2d-909f-4caa3e1d59f1\",\n      \"chainId\": 2,\n      \"depositAddress\": \"TCXBkjaRYgeZAARooz1sDVaKQjDfEotq37\",\n      \"customerId\": \"9bGY00qSiq_30656\",\n       \"orderId\":\"989909009\"\n    }","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/onramp/payments/redirect/initiate","urlObject":{"protocol":"http","port":"3000","path":["api","v1","merchant","onramp","payments","redirect","initiate"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9e89d82a-9b79-4cc3-bac0-06ef104556cc","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n      \"fromCurrency\": \"INR\",\n      \"toCurrency\": \"USDT\",\n      \"chainId\": 2,\n      \"depositAddress\": \"TCXBkjaRYgeZAARooz1sDVaKQjDfEotq37\",\n      \"customerId\": \"9bGY00qSiq_30656\",\n      \"fromAmount\": 1030,\n      \"toAmount\": 11.19,\n      \"rate\": 92,\n      \"webhookUrl\":\"https://xyz\"\n    }","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/onramp/payments/redirect/initiate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 200,\n  \"message\": \"Onramp request created successfully\",\n  \"data\": {\n    \"reference_id\": \"1381410502\",\n    \"depositAddress\": \"TCXBkjaRYgeZAARooz1sDVaKQjDfEotq37\",\n    \"fromAmount\": 1030,\n    \"toAmount\": 11.19,\n    \"chain\": \"trc20\",\n    \"redirectUrl\": \"https://widget.usdtmarketplace.com/onramp-success?transaction_id=1383518407\"\n  }\n}"},{"id":"2b33dd1f-4fb8-4ca2-b1c4-6041535e05c3","name":"Missing Authorization header","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n      \"fromCurrency\": \"INR\",\n      \"toCurrency\": \"USDT\",\n      \"chainId\": 2,\n      \"depositAddress\": \"TCXBkjaRYgeZAARooz1sDVaKQjDfEotq37\",\n      \"customerId\": \"9bGY00qSiq_30656\",\n      \"fromAmount\": 1030,\n      \"toAmount\": 11.19,\n      \"rate\": 92,\n      \"webhookUrl\":\"https://xyz\"\n    }","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/onramp/payments/redirect/initiate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Missing Authorization header\"\n}"},{"id":"88cda7ee-a521-4ccd-a14f-3e60e298ff11","name":"Invalid or expired token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n      \"fromCurrency\": \"INR\",\n      \"toCurrency\": \"USDT\",\n      \"chainId\": 2,\n      \"depositAddress\": \"TCXBkjaRYgeZAARooz1sDVaKQjDfEotq37\",\n      \"customerId\": \"9bGY00qSiq_30656\",\n      \"fromAmount\": 1030,\n      \"toAmount\": 11.19,\n      \"rate\": 92,\n      \"webhookUrl\":\"https://xyz\"\n    }","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/onramp/payments/redirect/initiate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid or expired token\"\n}"},{"id":"1e0c8837-f815-44b2-989f-f01414d74b56","name":"API key is missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n      \"fromCurrency\": \"INR\",\n      \"toCurrency\": \"USDT\",\n      \"chainId\": 2,\n      \"depositAddress\": \"TCXBkjaRYgeZAARooz1sDVaKQjDfEotq37\",\n      \"customerId\": \"9bGY00qSiq_30656\",\n      \"fromAmount\": 1030,\n      \"toAmount\": 11.19,\n      \"rate\": 92,\n      \"webhookUrl\":\"https://xyz\"\n    }","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/onramp/payments/redirect/initiate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"API key is missing\"\n}"},{"id":"dc312cbf-ac8e-4978-ab03-84de9e0f9218","name":"Invalid API key","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n      \"fromCurrency\": \"INR\",\n      \"toCurrency\": \"USDT\",\n      \"chainId\": 2,\n      \"depositAddress\": \"TCXBkjaRYgeZAARooz1sDVaKQjDfEotq37\",\n      \"customerId\": \"9bGY00qSiq_30656\",\n      \"fromAmount\": 1030,\n      \"toAmount\": 11.19,\n      \"rate\": 92,\n      \"webhookUrl\":\"https://xyz\"\n    }","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/onramp/payments/redirect/initiate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid API key\"\n}"},{"id":"a8891be8-8529-489f-8412-38f53d13ab97","name":"Invalid chain","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n      \"fromCurrency\": \"INR\",\n      \"toCurrency\": \"USDT\",\n      \"chainId\": 2,\n      \"depositAddress\": \"TCXBkjaRYgeZAARooz1sDVaKQjDfEotq37\",\n      \"customerId\": \"9bGY00qSiq_30656\",\n      \"fromAmount\": 1030,\n      \"toAmount\": 11.19,\n      \"rate\": 92,\n      \"webhookUrl\":\"https://xyz\"\n    }","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/onramp/payments/redirect/initiate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 400,\n  \"error\": \"Invalid chain\"\n}"},{"id":"b6e3d194-be26-4973-aa67-79556b0dbdd1","name":"Invalid deposit address","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n      \"fromCurrency\": \"INR\",\n      \"toCurrency\": \"USDT\",\n      \"chainId\": 2,\n      \"depositAddress\": \"TCXBkjaRYgeZAARooz1sDVaKQjDfEotq37\",\n      \"customerId\": \"9bGY00qSiq_30656\",\n      \"fromAmount\": 1030,\n      \"toAmount\": 11.19,\n      \"rate\": 92,\n      \"webhookUrl\":\"https://xyz\"\n    }","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/onramp/payments/redirect/initiate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 400,\n  \"error\": \"Invalid deposit address\"\n}"},{"id":"cefbe6d1-28ff-4431-a520-61df7ca9e4dd","name":"Missing or invalid required fields","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n      \"fromCurrency\": \"INR\",\n      \"toCurrency\": \"USDT\",\n      \"chainId\": 2,\n      \"depositAddress\": \"TCXBkjaRYgeZAARooz1sDVaKQjDfEotq37\",\n      \"customerId\": \"9bGY00qSiq_30656\",\n      \"fromAmount\": 1030,\n      \"toAmount\": 11.19,\n      \"rate\": 92,\n      \"webhookUrl\":\"https://xyz\"\n    }","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/onramp/payments/redirect/initiate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 400,\n  \"error\": \"Missing or invalid required fields\"\n}"}],"_postman_id":"01c8adea-9ec8-4160-9f45-f292ebeb9fc9"},{"name":"Get All Networks","id":"a1e32dd0-0a61-4413-b498-3ca6a5d6179d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/onramp/networks","urlObject":{"protocol":"http","port":"3000","path":["api","v1","merchant","onramp","networks"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f11f5280-5eb6-46da-a628-48dcc5e113d0","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/onramp/networks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": 200,\n \"message\": \"success\",\n \"data\": [\n  {\n   \"chainId\": 2,\n   \"chainSymbol\": \"trc20\",\n   \"addressRegex\": \"^T[1-9A-HJ-NP-Za-km-z]{33}$\",\n   \"memoRegex\": \"\",\n   \"chainName\": \"Tron Network\",\n   \"hashLink\": \"https://tronscan.org/#/transaction/\",\n   \"node\": 16,\n   \"startingWith\": [\"T\"],\n   \"networkId\": -1,\n   \"nativeToken\": 16,\n   \"icon\": \"https://s2.coinmarketcap.com/static/img/coins/64x64/1958.png\",\n   \"fee\": \"1.0000000000\",\n   \"minBuy\": \"11.0000000000\",\n   \"minBuyInRupee\": 1012,\n   \"inSync\": true,\n   \"disabled\": false\n   }\n  ]\n}"},{"id":"85131fcd-9618-4925-99bf-6ad5ed9c0ae1","name":"Missing Authorization header","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/onramp/networks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Missing Authorization header\"\n}"},{"id":"f2b226e1-9687-448e-b8b7-d31978c86ed6","name":"Invalid or expired token","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/onramp/networks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid or expired token\"\n}"},{"id":"1a1fe975-8c5c-43ec-a608-ae9da56f5c5f","name":"API key is missing","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/onramp/networks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"API key is missing\"\n}"},{"id":"1e43ff3b-7d29-494a-a080-60c8c29edf1b","name":"Invalid API key","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/onramp/networks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid API key\"\n}"}],"_postman_id":"a1e32dd0-0a61-4413-b498-3ca6a5d6179d"},{"name":"Get All Onramp Transactions","id":"a71a367b-7b7e-4465-966a-57aef0717aa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/onramp/transactions?limit=10&skip=0","urlObject":{"protocol":"http","port":"3000","path":["api","v1","merchant","onramp","transactions"],"host":["localhost"],"query":[{"key":"limit","value":"10"},{"key":"skip","value":"0"}],"variable":[]}},"response":[{"id":"68baa268-b565-4173-8586-36f5ab1186ee","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/api/v1/merchant/onramp/transactions?limit=10&skip=0","protocol":"http","host":["localhost"],"port":"3000","path":["api","v1","merchant","onramp","transactions"],"query":[{"key":"limit","value":"10"},{"key":"skip","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n \"code\": 200,\n \"message\": \"Success\",\n \"data\": [\n {\n  \"reference_id\": \"1381410502\",\n  \"transaction_id\": \"76ae6728-48fc-4466-9799-bc5be15c2f3c\",\n  \"fromCurrency\": \"INR\",\n  \"toCurrency\": \"USDT\",\n  \"chain\": \"trc20\",\n  \"paymentMethodType\": \"IMPS\",\n  \"depositAddress\": \"TCXBkjaRYgeZAARooz1sDVaKQjDfEotq37\",\n  \"customerId\": \"3339000160\",\n  \"fromAmount\": 1030,\n  \"toAmount\": 11.19,\n  \"rate\": 92,\n  \"status\": \"PENDING\",\n  \"phone\": \"+919340079982\",\n  \"txHash\": null,\n  \"amountTransferred\": null,\n  \"txStatus\": \"PENDING\",\n  \"date\": \"2025-10-20T06:25:06.058Z\",\n  \"FiatMoneyTransferStatus\": \"Fiat money transfer pending\",\n  \"cryptoTransferStatus\": \"Crypto transfer pending to TCXBkjaRYgeZAARooz1sDVaKQjDfEotq37\"\n },\n {\n  \"reference_id\": \"1381396285\",\n  \"transaction_id\": \"eb8db125-de3c-4156-a425-997b493831ce\",\n  \"fromCurrency\": \"INR\",\n  \"toCurrency\": \"USDT\",\n  \"chain\": \"trc20\",\n  \"paymentMethodType\": \"IMPS\",\n  \"depositAddress\": \"TCXBkjaRYgeZAARooz1sDVaKQjDfEotq37\",\n  \"customerId\": \"3339000160\",\n  \"fromAmount\": 1030,\n  \"toAmount\": 11.19,\n  \"rate\": 92,\n  \"status\": \"SUCCESS\",\n  \"phone\": \"+919340079982\",\n  \"txHash\": null,\n  \"amountTransferred\": null,\n  \"txStatus\": \"PENDING\",\n  \"date\": \"2025-10-20T06:10:42.206Z\",\n  \"FiatMoneyTransferStatus\": \"Fiat money recieved successfully\",\n  \"cryptoTransferStatus\": \"Crypto transfer pending to TCXBkjaRYgeZAARooz1sDVaKQjDfEotq37\"\n },\n {\n  \"reference_id\": \"1379287821\",\n  \"transaction_id\": \"05ca0256-821b-4f42-8271-d60d4c935e08\",\n  \"fromCurrency\": \"INR\",\n  \"toCurrency\": \"USDT\",\n  \"chain\": \"trc20\",\n  \"paymentMethodType\": \"IMPS\",\n  \"depositAddress\": \"TCXBkjaRYgeZAARooz1sDVaKQjDfEotq37\",\n  \"customerId\": \"3339000160\",\n  \"fromAmount\": 1030,\n  \"toAmount\": 11.19,\n  \"rate\": 92,\n  \"status\": \"PENDING\",\n  \"phone\": \"+919340079982\",\n  \"txHash\": null,\n  \"amountTransferred\": null,\n  \"txStatus\": \"PENDING\",\n  \"date\": \"2025-10-18T06:14:25.461Z\",\n  \"FiatMoneyTransferStatus\": \"Fiat money transfer pending\",\n  \"cryptoTransferStatus\": \"Crypto transfer pending to TCXBkjaRYgeZAARooz1sDVaKQjDfEotq37\"\n }]\n}"},{"id":"36f1d498-ed3d-4c9b-b501-c351fc12ee70","name":"Missing Authorization header","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/api/v1/merchant/onramp/transactions?limit=10&skip=0","protocol":"http","host":["localhost"],"port":"3000","path":["api","v1","merchant","onramp","transactions"],"query":[{"key":"limit","value":"10"},{"key":"skip","value":"0"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Missing Authorization header\"\n}"},{"id":"0354e9f6-67ec-42fe-99ae-a75cc3058163","name":"Invalid or expired token","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/api/v1/merchant/onramp/transactions?limit=10&skip=0","protocol":"http","host":["localhost"],"port":"3000","path":["api","v1","merchant","onramp","transactions"],"query":[{"key":"limit","value":"10"},{"key":"skip","value":"0"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid or expired token\"\n}"},{"id":"bd801af5-8344-40ba-9645-7a8656906efc","name":"Invalid API key","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/api/v1/merchant/onramp/transactions?limit=10&skip=0","protocol":"http","host":["localhost"],"port":"3000","path":["api","v1","merchant","onramp","transactions"],"query":[{"key":"limit","value":"10"},{"key":"skip","value":"0"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid API key\"\n}"}],"_postman_id":"a71a367b-7b7e-4465-966a-57aef0717aa5"},{"name":"Check Transaction Status","id":"259f9882-20ac-4012-a59d-6cd2a587a56e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/onramp/transactionStatus?reference_id=<reference_id>","urlObject":{"protocol":"http","port":"3000","path":["api","v1","merchant","onramp","transactionStatus"],"host":["localhost"],"query":[{"key":"reference_id","value":"<reference_id>"}],"variable":[]}},"response":[{"id":"ace08c4f-cb26-4a6c-887a-d28d6055bf5d","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/api/v1/merchant/onramp/transactionStatus?reference_id=<reference_id>","protocol":"http","host":["localhost"],"port":"3000","path":["api","v1","merchant","onramp","transactionStatus"],"query":[{"key":"reference_id","value":"<reference_id>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 200,\n  \"message\": \"Success\",\n  \"data\": {\n    \"reference_id\": \"1381410502\",\n    \"transaction_id\": \"76ae6728-48fc-4466-9799-bc5be15c2f3c\",\n    \"fromCurrency\": \"INR\",\n    \"toCurrency\": \"USDT\",\n    \"chain\": \"trc20\",\n    \"paymentMethodType\": \"IMPS\",\n    \"depositAddress\": \"TCXBkjaRYgeZAARooz1sDVaKQjDfEotq37\",\n    \"customerId\": \"3339000160\",\n    \"fromAmount\": 1030,\n    \"toAmount\": 11.19,\n    \"rate\": 92,\n    \"status\": \"PENDING\",\n    \"phone\": \"+919340079982\",\n    \"txHash\": null,\n    \"amountTransferred\": null,\n    \"txStatus\": \"PENDING\",\n    \"date\": \"2025-10-20T06:25:06.058Z\",\n    \"FiatMoneyTransferStatus\": \"Fiat money transfer pending\",\n    \"cryptoTransferStatus\": \"Crypto transfer pending to TCXBkjaRYgeZAARooz1sDVaKQjDfEotq37\"\n  }\n}"},{"id":"7f0f2755-3fc6-4199-be16-3e2a0c746d1b","name":"Missing Authorization header","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/api/v1/merchant/onramp/transactionStatus?reference_id=<reference_id>","protocol":"http","host":["localhost"],"port":"3000","path":["api","v1","merchant","onramp","transactionStatus"],"query":[{"key":"reference_id","value":"<reference_id>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Missing Authorization header\"\n}"},{"id":"8bd1d6a7-127b-4ddc-b041-f504f930655a","name":"Invalid or expired token","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/api/v1/merchant/onramp/transactionStatus?reference_id=<reference_id>","protocol":"http","host":["localhost"],"port":"3000","path":["api","v1","merchant","onramp","transactionStatus"],"query":[{"key":"reference_id","value":"<reference_id>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid or expired token\"\n}"},{"id":"b0d7b17d-4156-40f6-95d8-d11295b3a1c6","name":"API key is missing","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/api/v1/merchant/onramp/transactionStatus?reference_id=<reference_id>","protocol":"http","host":["localhost"],"port":"3000","path":["api","v1","merchant","onramp","transactionStatus"],"query":[{"key":"reference_id","value":"<reference_id>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"API key is missing\"\n}"},{"id":"8ba5504a-a806-4952-87d0-ce1946985fbb","name":"Invalid API key","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/api/v1/merchant/onramp/transactionStatus?reference_id=<reference_id>","protocol":"http","host":["localhost"],"port":"3000","path":["api","v1","merchant","onramp","transactionStatus"],"query":[{"key":"reference_id","value":"<reference_id>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid API key\"\n}"}],"_postman_id":"259f9882-20ac-4012-a59d-6cd2a587a56e"}],"id":"ef7985cd-6b35-4d04-a4d3-68d8405d0fd1","_postman_id":"ef7985cd-6b35-4d04-a4d3-68d8405d0fd1","description":""},{"name":"Offramp Endpoints","item":[{"name":"Get Quotes","id":"26024502-8ab0-4871-8eab-312f4a4bb590","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"x-api-key","value":"{","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"fromCurrency\": \"USDT\",\n  \"toCurrency\": \"INR\",\n  \"chainId\": 2,\n  \"fromAmount\": 100\n}\n","options":{"raw":{"language":"json"}}},"url":"/api/v1/merchant/offramp/getQuotes","urlObject":{"path":["api","v1","merchant","offramp","getQuotes"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"f614031f-8e37-453b-b8a4-5ab5c0b5fe56","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"fromCurrency\": \"USDT\",\n  \"toCurrency\": \"INR\",\n  \"chainId\": 2,\n  \"fromAmount\": 100\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/offramp/getQuotes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 200,\n  \"message\": \"success\",\n  \"data\": {\n    \"id\": 1,\n    \"fromCurrency\": \"USDT\",\n    \"toCurrency\": \"INR\",\n    \"fromAmount\": 100,\n    \"toAmount\": \"9012.51\",\n    \"rate\": 90.125098\n  }\n}"},{"id":"472debd2-2803-479e-b571-ba2841101c3c","name":"Missing Authorization header","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"fromCurrency\": \"USDT\",\n  \"toCurrency\": \"INR\",\n  \"chainId\": 2,\n  \"fromAmount\": 100\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/offramp/getQuotes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Missing Authorization header\"\n}"},{"id":"1023bcb6-7117-4044-80d7-bf06209493ad","name":"Invalid or expired token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"fromCurrency\": \"USDT\",\n  \"toCurrency\": \"INR\",\n  \"chainId\": 2,\n  \"fromAmount\": 100\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/offramp/getQuotes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid or expired token\"\n}"},{"id":"62766719-3784-4571-a467-c8a29746dcb3","name":"API key is missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"fromCurrency\": \"USDT\",\n  \"toCurrency\": \"INR\",\n  \"chainId\": 2,\n  \"fromAmount\": 100\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/offramp/getQuotes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"API key is missing\"\n}"},{"id":"640425e6-d21a-4d06-a1af-9845a2f92ac2","name":"Invalid API key","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"fromCurrency\": \"USDT\",\n  \"toCurrency\": \"INR\",\n  \"chainId\": 2,\n  \"fromAmount\": 100\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/offramp/getQuotes"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid API key\"\n}"},{"id":"a203b758-650a-4148-bd79-c68a2f7482b0","name":"Invalid chain","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"fromCurrency\": \"USDT\",\n  \"toCurrency\": \"INR\",\n  \"chainId\": 2,\n  \"fromAmount\": 100\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/offramp/getQuotes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 400,\n  \"error\": \"Invalid chain\"\n}"},{"id":"7c41d544-119e-43d4-8c9e-201481973153","name":"Bad Request- fromCurrency","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"fromCurrency\": \"USDT\",\n  \"toCurrency\": \"INR\",\n  \"chainId\": 2,\n  \"fromAmount\": 100\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/offramp/getQuotes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\":400,\n  \"error\":\"fromCurrency: must be equal to one of the allowed values. Allowed values: USDT\"\n}"},{"id":"1bee0811-994b-4660-b443-3530a6211449","name":"Bad Request- toCurrency","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"fromCurrency\": \"USDT\",\n  \"toCurrency\": \"INR\",\n  \"chainId\": 2,\n  \"fromAmount\": 100\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/offramp/getQuotes"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\":400,\n  \"error\":\"toCurrency: must be equal to one of the allowed values. Allowed values: INR\"\n}"}],"_postman_id":"26024502-8ab0-4871-8eab-312f4a4bb590"},{"name":"Get Networks","id":"31b95f83-0bf1-45ad-9abc-11e0fa23bb8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"raw","raw":"\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/offramp/networks","urlObject":{"protocol":"http","port":"3000","path":["api","v1","merchant","offramp","networks"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4dfc8f00-f006-43db-acbf-93043e42b1a4","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"url":"http://localhost:3000/api/v1/merchant/offramp/networks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 200,\n  \"message\": \"success\",\n  \"data\": [\n    {\n      \"chainId\": 2,\n      \"chainSymbol\": \"trc20\",\n      \"addressRegex\": \"^T[1-9A-HJ-NP-Za-km-z]{33}$\",\n      \"memoRegex\": \"\",\n      \"chainName\": \"Tron Network\",\n      \"hashLink\": \"https://tronscan.org/#/transaction/\",\n      \"node\": 16,\n      \"startingWith\": [\"T\"],\n      \"networkId\": -1,\n      \"nativeToken\": 16,\n      \"icon\": \"https://s2.coinmarketcap.com/static/img/coins/64x64/1958.png\",\n      \"inSync\": true,\n      \"disabled\": false,\n      \"minSell\": \"11.0000000000\",\n      \"minSellInRupee\": 991\n    },\n    {\n      \"chainId\": 0,\n      \"chainSymbol\": \"ethereum\",\n      \"addressRegex\": \"^0x[a-fA-F0-9]{40}$\",\n      \"memoRegex\": \"\",\n      \"chainName\": \"Ethereum Network\",\n      \"hashLink\": \"https://etherscan.io/tx/\",\n      \"node\": 6,\n      \"startingWith\": [\"0x\"],\n      \"networkId\": 1,\n      \"nativeToken\": 6,\n      \"icon\": \"https://s2.coinmarketcap.com/static/img/coins/64x64/1027.png\",\n      \"inSync\": true,\n      \"disabled\": true,\n      \"minSell\": \"17.6000000000\",\n      \"minSellInRupee\": 1586\n    },\n    {\n      \"chainId\": 1,\n      \"chainSymbol\": \"bsc\",\n      \"addressRegex\": \"^0x[a-fA-F0-9]{40}$\",\n      \"memoRegex\": \"\",\n      \"chainName\": \"Binance Smart Chain\",\n      \"hashLink\": \"https://bscscan.com/tx/\",\n      \"node\": 110,\n      \"startingWith\": [\"0x\"],\n      \"networkId\": 56,\n      \"nativeToken\": 72,\n      \"icon\": \"https://s2.coinmarketcap.com/static/img/coins/64x64/1839.png\",\n      \"inSync\": true,\n      \"disabled\": true,\n      \"minSell\": \"5.5000000000\",\n      \"minSellInRupee\": 496\n    }\n  ]\n}"},{"id":"23db9743-2b40-4989-97b1-78ef26280622","name":"Missing Authorization header","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"url":"http://localhost:3000/api/v1/merchant/offramp/networks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Missing Authorization header\"\n}"},{"id":"bc93a12b-7cd5-4dff-aed5-fdaef222d66e","name":"Invalid or expired token","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"url":"http://localhost:3000/api/v1/merchant/offramp/networks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid or expired token\"\n}"},{"id":"e33a17d6-3839-47ba-a7b1-0b0a5ca90818","name":"API key is missing","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"url":"http://localhost:3000/api/v1/merchant/offramp/networks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"API key is missing\"\n}"},{"id":"21fa15be-dc56-4d60-b320-728a18eeca67","name":"Invalid API key","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"url":"http://localhost:3000/api/v1/merchant/offramp/networks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid API key\"\n}"}],"_postman_id":"31b95f83-0bf1-45ad-9abc-11e0fa23bb8a"},{"name":"Redirect Offramp Payment","id":"5a7a1272-1509-4968-a60d-3d89f9fc691e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer ","type":"text"},{"key":"x-api-key","value":"","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"chainId\": 2,\n  \"quoteId\": \"5507b9e3-235a-4bf2-9fab-9ab29d423eb7\",\n  \"customerId\": \"9bGY00qSisadassdadsadq_ddsdsd3065699\"\n//   \"orderId\":\"233398\"\n}","options":{"raw":{"language":"json"}}},"url":"/api/v1/merchant/offramp/payments/redirect/initiate","urlObject":{"path":["api","v1","merchant","offramp","payments","redirect","initiate"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"e2c5ff1c-12bf-43da-b9f1-fd337c8ed6a6","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"chainId\": 0,\n  \"quoteId\": \"1\",\n  \"customerId\": \"9bGY00qSiq_3065699\",\n  \"orderId\":\"233398\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/offramp/payments/redirect/initiate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"success\",\n    \"data\": {\n        \"reference_id\": 3822122673,\n        \"fromAmount\": 10,\n        \"toAmount\": 901.25,\n        \"chain\": \"ethereum\",\n        \"url\": \"https://usdt-widget-stage.netlify.app/sell3822122673\"\n    }\n}"},{"id":"21b6be9a-9926-4ae9-814a-5012264fe1e1","name":"Missing Authorization header","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"chainId\": 0,\n  \"quoteId\": \"1\",\n  \"customerId\": \"9bGY00qSiq_3065699\",\n  \"orderId\":\"233398\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/offramp/payments/redirect/initiate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Missing Authorization header\"\n}"},{"id":"d1f6bad6-77b9-4572-ab14-340fc44d6ef0","name":"Invalid or expired token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"chainId\": 0,\n  \"quoteId\": \"1\",\n  \"customerId\": \"9bGY00qSiq_3065699\",\n  \"orderId\":\"233398\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/offramp/payments/redirect/initiate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid or expired token\"\n}"},{"id":"9fc0b0b6-06bb-4992-8015-4ac2f849cd17","name":"API key is missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"chainId\": 0,\n  \"quoteId\": \"1\",\n  \"customerId\": \"9bGY00qSiq_3065699\",\n  \"orderId\":\"233398\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/offramp/payments/redirect/initiate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"API key is missing\"\n}"},{"id":"c9504b14-4799-416e-b207-25112860181f","name":"Invalid API key","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"chainId\": 0,\n  \"quoteId\": \"1\",\n  \"customerId\": \"9bGY00qSiq_3065699\",\n  \"orderId\":\"233398\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/offramp/payments/redirect/initiate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid API key\"\n}"},{"id":"eae3386c-97cf-48c7-bf4b-1a52cce7cf53","name":"Invalid quote ID or quote expired","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"chainId\": 0,\n  \"quoteId\": \"1\",\n  \"customerId\": \"9bGY00qSiq_3065699\",\n  \"orderId\":\"233398\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/offramp/payments/redirect/initiate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 400,\n  \"error\": \"Missing or invalid required fields\"\n}"},{"id":"e8790db3-0256-4a06-b96d-145ed42cf05e","name":"Bad Request- fromCurrency","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"chainId\": 0,\n  \"quoteId\": \"1\",\n  \"customerId\": \"9bGY00qSiq_3065699\",\n  \"orderId\":\"233398\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/offramp/payments/redirect/initiate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\":400,\n  \"error\":\"fromCurrency: must be equal to one of the allowed values. Allowed values: USDT\"\n}"},{"id":"48a3aa92-99e8-486b-8676-0925c9d6840d","name":"Bad Request- toCurrency","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"chainId\": 0,\n  \"quoteId\": \"1\",\n  \"customerId\": \"9bGY00qSiq_3065699\",\n  \"orderId\":\"233398\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/offramp/payments/redirect/initiate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\":400,\n  \"error\":\"toCurrency: must be equal to one of the allowed values. Allowed values: INR\"\n}"}],"_postman_id":"5a7a1272-1509-4968-a60d-3d89f9fc691e"},{"name":"Payment Initiate","id":"7f6bd250-01a1-492a-ac82-bfb05a96c460","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"quoteId\":\"1\",\n  \"chainId\": 1,\n  \"customerId\": \"9379982\",\n  \"bankDetails\":{\n    \"accountNumber\":\"Customer account number\",\n    \"ifsc\":\"Customer IFSC\",\n    \"accountHolderName\":\"Customer account name\",\n    \"bankName\":\"Bank name\"\n  },\n  \"orderId\": \"88278838\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/offramp/payments/initiate","urlObject":{"protocol":"http","port":"3000","path":["api","v1","merchant","offramp","payments","initiate"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"96bf3ea3-3253-4461-86b2-685f084c8f40","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"quoteId\":\"1\",\n  \"chainId\": 1,\n  \"customerId\": \"9379982\",\n  \"bankDetails\":{\n    \"accountNumber\":\"Customer account number\",\n    \"ifsc\":\"Customer IFSC\",\n    \"accountHolderName\":\"Customer account name\",\n    \"bankName\":\"Bank name\"\n  },\n  \"orderId\": \"88278838\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/offramp/payments/initiate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 200,\n  \"message\": \"success\",\n  \"data\": {\n    \"reference_id\": 7973506599,\n    \"wallet\": \"TAbGLKVZXJxAMhhzEC3WZmR4xhrz6xrPQj\",\n    \"fromCurrency\": \"USDT\",\n    \"toCurrency\": \"INR\",\n    \"chain\": \"trc20\",\n    \"fromAmount\": 10,\n    \"cryptoNotes\": [\n      {\n        \"type\": -1,\n        \"msg\": \"Transfers via bank accounts are not allowed for this wallet.\"\n      },\n      {\n        \"type\": 1,\n        \"msg\": \"Please transfer funds to the wallet address listed above.\"\n      },\n      {\n        \"type\": 1,\n        \"msg\": \"Cryptocurrency transfers using Tron are accepted.\"\n      },\n      {\n        \"type\": -1,\n        \"msg\": \"Transfers via credit or debit cards are not supported for this wallet.\"\n      }\n    ]\n  }\n}"},{"id":"c2e417db-84f7-4963-95d8-6456feeadb12","name":"Missing Authorization header","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"quoteId\":\"1\",\n  \"chainId\": 1,\n  \"customerId\": \"9379982\",\n  \"bankDetails\":{\n    \"accountNumber\":\"Customer account number\",\n    \"ifsc\":\"Customer IFSC\",\n    \"accountHolderName\":\"Customer account name\",\n    \"bankName\":\"Bank name\"\n  },\n  \"orderId\": \"88278838\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/offramp/payments/initiate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Missing Authorization header\"\n}"},{"id":"3dbc59e7-f156-4e2f-a692-c8bff598167e","name":"Invalid or expired token","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"quoteId\":\"1\",\n  \"chainId\": 1,\n  \"customerId\": \"9379982\",\n  \"bankDetails\":{\n    \"accountNumber\":\"Customer account number\",\n    \"ifsc\":\"Customer IFSC\",\n    \"accountHolderName\":\"Customer account name\",\n    \"bankName\":\"Bank name\"\n  },\n  \"orderId\": \"88278838\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/offramp/payments/initiate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid or expired token\"\n}"},{"id":"92fb594b-574a-481f-a250-a10979f692d0","name":"API key is missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"quoteId\":\"1\",\n  \"chainId\": 1,\n  \"customerId\": \"9379982\",\n  \"bankDetails\":{\n    \"accountNumber\":\"Customer account number\",\n    \"ifsc\":\"Customer IFSC\",\n    \"accountHolderName\":\"Customer account name\",\n    \"bankName\":\"Bank name\"\n  },\n  \"orderId\": \"88278838\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/offramp/payments/initiate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"API key is missing\"\n}"},{"id":"0841a695-a6d3-4609-85ff-53ce190b97b3","name":"Invalid API key","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"quoteId\":\"1\",\n  \"chainId\": 1,\n  \"customerId\": \"9379982\",\n  \"bankDetails\":{\n    \"accountNumber\":\"Customer account number\",\n    \"ifsc\":\"Customer IFSC\",\n    \"accountHolderName\":\"Customer account name\",\n    \"bankName\":\"Bank name\"\n  },\n  \"orderId\": \"88278838\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/offramp/payments/initiate"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid API key\"\n}"},{"id":"5d28fe73-6c49-4925-a332-55320af9a301","name":"Invalid chain","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"quoteId\":\"1\",\n  \"chainId\": 1,\n  \"customerId\": \"9379982\",\n  \"bankDetails\":{\n    \"accountNumber\":\"Customer account number\",\n    \"ifsc\":\"Customer IFSC\",\n    \"accountHolderName\":\"Customer account name\",\n    \"bankName\":\"Bank name\"\n  },\n  \"orderId\": \"88278838\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/offramp/payments/initiate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 400,\n  \"error\": \"Invalid chain\"\n}"},{"id":"049a49e4-16d5-4e55-9a93-9bc35b7d734b","name":"Invalid quote ID or quote expired","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"quoteId\":\"1\",\n  \"chainId\": 1,\n  \"customerId\": \"9379982\",\n  \"bankDetails\":{\n    \"accountNumber\":\"Customer account number\",\n    \"ifsc\":\"Customer IFSC\",\n    \"accountHolderName\":\"Customer account name\",\n    \"bankName\":\"Bank name\"\n  },\n  \"orderId\": \"88278838\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/offramp/payments/initiate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 400,\n    \"error\": \"Invalid quote ID or quote expired\"\n}"},{"id":"5285ba40-4e50-4671-86b0-ad861b36c835","name":"Bad Request- fromCurrency","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"quoteId\":\"1\",\n  \"chainId\": 1,\n  \"customerId\": \"9379982\",\n  \"bankDetails\":{\n    \"accountNumber\":\"Customer account number\",\n    \"ifsc\":\"Customer IFSC\",\n    \"accountHolderName\":\"Customer account name\",\n    \"bankName\":\"Bank name\"\n  },\n  \"orderId\": \"88278838\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/offramp/payments/initiate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\":400,\n  \"error\":\"fromCurrency: must be equal to one of the allowed values. Allowed values: USDT\"\n}"},{"id":"a86674a5-a4a7-4559-95fa-a60f4b4c3b60","name":"Bad Request- toCurrency","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"quoteId\":\"1\",\n  \"chainId\": 1,\n  \"customerId\": \"9379982\",\n  \"bankDetails\":{\n    \"accountNumber\":\"Customer account number\",\n    \"ifsc\":\"Customer IFSC\",\n    \"accountHolderName\":\"Customer account name\",\n    \"bankName\":\"Bank name\"\n  },\n  \"orderId\": \"88278838\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/offramp/payments/initiate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\":400,\n  \"error\":\"toCurrency: must be equal to one of the allowed values. Allowed values: INR\"\n}"}],"_postman_id":"7f6bd250-01a1-492a-ac82-bfb05a96c460"},{"name":"Get Transactions","id":"69000de0-19bf-4be9-b005-f0477bc359ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"url":"http://localhost:3000/api/v1/merchant/offramp/transactions?limit=10&skip=0","urlObject":{"protocol":"http","port":"3000","path":["api","v1","merchant","offramp","transactions"],"host":["localhost"],"query":[{"key":"limit","value":"10"},{"key":"skip","value":"0"}],"variable":[]}},"response":[{"id":"a7c40e0e-21b6-42f4-93da-8b4adcab06b6","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"url":{"raw":"http://localhost:3000/api/v1/merchant/offramp/transactions?limit=10&skip=0","protocol":"http","host":["localhost"],"port":"3000","path":["api","v1","merchant","offramp","transactions"],"query":[{"key":"limit","value":"10"},{"key":"skip","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 200,\n  \"message\": \"Success\",\n  \"data\": [\n    {\n      \"reference_id\": \"6123236439\",\n      \"transaction_id\": \"5c71f650-b6d5-4010-aca5-7e633f0c80fd\",\n      \"fromCurrency\": \"USDT\",\n      \"toCurrency\": \"INR\",\n      \"status\": \"PENDING\",\n      \"chain\": \"trc20\",\n      \"fiatAccountId\": \"7183280200\",\n      \"customerId\": \"9bGY00qSiq_30656\",\n      \"fromAmount\": 10,\n      \"toAmount\": 901.25,\n      \"rate\": 90.125098,\n      \"txHash\": null,\n      \"processed\": \"PENDING\",\n      \"payout_id\": null,\n      \"txStatus\": \"PENDING\",\n      \"depositAddress\": \"TYLBQLkrYJjwgAUguVLX4LSyiHEnrqseBf\",\n      \"walletAddress\": null,\n      \"network\": \"tron\",\n      \"date\": \"2025-10-23T12:45:54.870Z\",\n      \"FiatMoneyTransferStatus\": \"Fiat money transfer pending to undefined\",\n      \"cryptoTransferStatus\": \"Crypto receive pending to TYLBQLkrYJjwgAUguVLX4LSyiHEnrqseBf\"\n    },\n    {\n      \"reference_id\": \"7856720304\",\n      \"transaction_id\": \"9c43f166-8bb3-4108-b8f3-4b9d6cc66f55\",\n      \"fromCurrency\": \"USDT\",\n      \"toCurrency\": \"INR\",\n      \"status\": \"PENDING\",\n      \"chain\": \"trc20\",\n      \"fiatAccountId\": \"7183280200\",\n      \"customerId\": \"9bGY00qSiq_30656\",\n      \"fromAmount\": 10,\n      \"toAmount\": 901.25,\n      \"rate\": 90.125098,\n      \"txHash\": null,\n      \"processed\": \"PENDING\",\n      \"payout_id\": null,\n      \"txStatus\": \"PENDING\",\n      \"depositAddress\": \"TYLBQLkrYJjwgAUguVLX4LSyiHEnrqseBf\",\n      \"walletAddress\": null,\n      \"network\": \"tron\",\n      \"date\": \"2025-10-23T12:45:33.447Z\",\n      \"FiatMoneyTransferStatus\": \"Fiat money transfer pending to undefined\",\n      \"cryptoTransferStatus\": \"Crypto receive pending to TYLBQLkrYJjwgAUguVLX4LSyiHEnrqseBf\"\n    }\n  ]\n}\n"},{"id":"4cde9a19-0e4a-481c-aff7-c6820dca2031","name":"Missing Authorization header","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"url":{"raw":"http://localhost:3000/api/v1/merchant/offramp/transactions?limit=10&skip=0","protocol":"http","host":["localhost"],"port":"3000","path":["api","v1","merchant","offramp","transactions"],"query":[{"key":"limit","value":"10"},{"key":"skip","value":"0"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Missing Authorization header\"\n}"},{"id":"3fe689cf-4f30-4265-948e-b39e3c66f1d5","name":"Invalid or expired token","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"url":{"raw":"http://localhost:3000/api/v1/merchant/offramp/transactions?limit=10&skip=0","protocol":"http","host":["localhost"],"port":"3000","path":["api","v1","merchant","offramp","transactions"],"query":[{"key":"limit","value":"10"},{"key":"skip","value":"0"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid or expired token\"\n}"},{"id":"76a20413-8f9d-40f7-93b0-eb237a68ad3c","name":"API key is missing","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"url":{"raw":"http://localhost:3000/api/v1/merchant/offramp/transactions?limit=10&skip=0","protocol":"http","host":["localhost"],"port":"3000","path":["api","v1","merchant","offramp","transactions"],"query":[{"key":"limit","value":"10"},{"key":"skip","value":"0"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"API key is missing\"\n}"},{"id":"62ef0b4c-7505-40a3-933c-764cc163ed3d","name":"Invalid API key","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"url":{"raw":"http://localhost:3000/api/v1/merchant/offramp/transactions?limit=10&skip=0","protocol":"http","host":["localhost"],"port":"3000","path":["api","v1","merchant","offramp","transactions"],"query":[{"key":"limit","value":"10"},{"key":"skip","value":"0"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid API key\"\n}"}],"_postman_id":"69000de0-19bf-4be9-b005-f0477bc359ab"},{"name":"Transaction Status","id":"ba7089c9-5087-4354-8cc6-1d23671d6de7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"url":"http://localhost:3000/api/v1/merchant/offramp/transaction/status?reference_id=<reference_id>","urlObject":{"protocol":"http","port":"3000","path":["api","v1","merchant","offramp","transaction","status"],"host":["localhost"],"query":[{"key":"reference_id","value":"<reference_id>"}],"variable":[]}},"response":[{"id":"e4debda4-dfb8-4aab-b811-c7da712a00e9","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/api/v1/merchant/offramp/transaction/status?reference_id=<reference_id>","protocol":"http","host":["localhost"],"port":"3000","path":["api","v1","merchant","offramp","transaction","status"],"query":[{"key":"reference_id","value":"<reference_id>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"success\",\n    \"data\": {\n        \"reference_id\": \"6123236439\",\n        \"transaction_id\": \"5c71f650-b6d5-4010-aca5-7e633f0c80fd\",\n        \"fromCurrency\": \"USDT\",\n        \"toCurrency\": \"INR\",\n        \"status\": \"PENDING\",\n        \"chain\": \"trc20\",\n        \"fiatAccountId\": \"7183280200\",\n        \"customerId\": \"9bGY00qSiq_30656\",\n        \"fromAmount\": 10,\n        \"toAmount\": 901.25,\n        \"rate\": 90.125098,\n        \"txHash\": null,\n        \"processed\": \"PENDING\",\n        \"payout_id\": null,\n        \"txStatus\": \"PENDING\",\n        \"depositAddress\": \"TYLBQLkrYJjwgAUguVLX4LSyiHEnrqseBf\",\n        \"network\": \"tron\",\n        \"date\": \"2025-10-23T12:45:54.870Z\",\n        \"time\": \"2025-10-23T12:45:54.870Z\"\n    }\n}"},{"id":"9805c786-636e-4d87-8b4b-3947bc841928","name":"Missing Authorization header","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/api/v1/merchant/offramp/transaction/status?reference_id=<reference_id>","protocol":"http","host":["localhost"],"port":"3000","path":["api","v1","merchant","offramp","transaction","status"],"query":[{"key":"reference_id","value":"<reference_id>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Missing Authorization header\"\n}"},{"id":"ce81fa79-29c3-425c-9211-117c6e134678","name":"Invalid or expired token","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/api/v1/merchant/offramp/transaction/status?reference_id=<reference_id>","protocol":"http","host":["localhost"],"port":"3000","path":["api","v1","merchant","offramp","transaction","status"],"query":[{"key":"reference_id","value":"<reference_id>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid or expired token\"\n}"},{"id":"ca66ce81-9ed9-4cc8-8a48-2eb7badc0e5f","name":"API key is missing","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/api/v1/merchant/offramp/transaction/status?reference_id=<reference_id>","protocol":"http","host":["localhost"],"port":"3000","path":["api","v1","merchant","offramp","transaction","status"],"query":[{"key":"reference_id","value":"<reference_id>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"API key is missing\"\n}"},{"id":"8bdae142-420c-4734-b552-65dcc49daff9","name":"Invalid API key","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/api/v1/merchant/offramp/transaction/status?reference_id=<reference_id>","protocol":"http","host":["localhost"],"port":"3000","path":["api","v1","merchant","offramp","transaction","status"],"query":[{"key":"reference_id","value":"<reference_id>"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid API key\"\n}"},{"id":"15ce5cef-4b8b-4196-ad75-494b79264a9a","name":"Transaction does not exist","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:3000/api/v1/merchant/offramp/transaction/status?reference_id=<reference_id>","protocol":"http","host":["localhost"],"port":"3000","path":["api","v1","merchant","offramp","transaction","status"],"query":[{"key":"reference_id","value":"<reference_id>"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 404,\n  \"error\": \"Transaction does not exist\"\n}"}],"_postman_id":"ba7089c9-5087-4354-8cc6-1d23671d6de7"},{"name":"Supported Banks","id":"d9dbd9fc-9da3-40f1-9502-ce1ea30741f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"url":"http://localhost:3000/api/v1/merchant/offramp/supported-banks","urlObject":{"protocol":"http","port":"3000","path":["api","v1","merchant","offramp","supported-banks"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f4d3f25f-c66b-4922-9910-84a3c073b678","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"url":"http://localhost:3000/api/v1/merchant/offramp/supported-banks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 200,\n    \"message\": \"success\",\n    \"data\": [\n        {\n            \"name\": \"Allahabad Bank\",\n            \"shortName\": \"AB\",\n            \"imageUrl\": \"https://designersio.com/wp-content/uploads/2024/04/png-clipart-allahabad-bank-purasawalkam-branch-bank-of-india-bank-blue-angle-300x171.png\"\n        },\n        {\n            \"name\": \"Punjab National Bank\",\n            \"shortName\": \"PNB\",\n            \"imageUrl\": \"https://companieslogo.com/img/orig/PNB.NS-f0a1e3ee.png?t=1720244493\"\n        },\n        {\n            \"name\": \"HDFC Bank Ltd\",\n            \"shortName\": \"HDFC\",\n            \"imageUrl\": \"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSSquouX3qJzp6uZwleCOtTBppHfDKlN6vDHg&s\"\n        },\n        {\n            \"name\": \"ICICI Bank Ltd\",\n            \"shortName\": \"ICICI\",\n            \"imageUrl\": \"https://companieslogo.com/img/orig/IBN-af38b5c0.png?t=1720244492\"\n        }\n    ]\n}"},{"id":"51def599-ed57-4979-aba9-46b3665adf72","name":"Missing Authorization header","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/offramp/supported-banks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Missing Authorization header\"\n}"},{"id":"3e6224db-50eb-43db-b06e-fcc2e75694a8","name":"Invalid or expired token","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/offramp/supported-banks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid or expired token\"\n}"},{"id":"5ebf7a36-39bd-4589-b734-8b1b602354f3","name":"API key is missing","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/offramp/supported-banks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"API key is missing\"\n}"},{"id":"a9141c02-3331-465a-b066-3d9dd3f69282","name":"Invalid API key","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <token>","type":"text"},{"key":"x-api-key","value":"<your-api-key>","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/merchant/offramp/supported-banks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n  \"code\": 401,\n  \"error\": \"Invalid API key\"\n}"}],"_postman_id":"d9dbd9fc-9da3-40f1-9502-ce1ea30741f6"}],"id":"a05b802d-f170-4d9f-a802-50bdb4ccbe8b","_postman_id":"a05b802d-f170-4d9f-a802-50bdb4ccbe8b","description":""}],"variable":[{"key":"base_url","value":""},{"key":"token","value":""},{"key":"adminApiKey","value":""}]}