{"info":{"_postman_id":"7f0d53c6-2565-44eb-903e-94ea71cb47b0","name":"Distribution & Transmission APIs for Merchants ","description":"<html><head></head><body><p>For UPI / IMPS / NEFT money distribution / settlement to anyone via APIs\n<a href=\"https://mypoolin.com/api.html\">https://mypoolin.com/api.html</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"4111011","collectionId":"7f0d53c6-2565-44eb-903e-94ea71cb47b0","publishedId":"S17kyArh","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-03-14T09:46:54.000Z"},"item":[{"name":"Validate a UPI virtual address (VPA)","id":"c2fa30a0-822f-4853-bd5f-a810ff29654f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>The secret key provided to you by our team for authentication </p>\n","key":"apikey","value":"{{ABHIMONEY}}"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"beneficiary_virtual_address","type":"text","value":"8927716670@ybl","description":"<p>Validate VPA </p>\n"}]},"url":"https://sdk.mypoolin.com/merchants_upi/validate_vpa","description":"<p>Generated from a curl request: \ncurl -X POST <a href=\"https://sdk.mypoolin.com/merchants_upi/validate_vpa\">https://sdk.mypoolin.com/merchants_upi/validate_vpa</a> -d \"beneficiary_virtual_address=8800149537@upi\" -H \"apikey:API_KEY\"</p>\n","urlObject":{"protocol":"https","path":["merchants_upi","validate_vpa"],"host":["sdk","mypoolin","com"],"query":[],"variable":[]}},"response":[{"id":"7185929c-a305-46e9-ac9d-99a7deebedcd","name":"If API keys not passed","originalRequest":{"method":"POST","header":[{"description":"The secret key provided to you by our team for authentication ","key":"apikey","value":"API_KEY","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"beneficiary_virtual_address","type":"text","value":"subratakamila@ybl"}]},"url":"https://sdk.mypoolin.com/merchants_upi/validate_vpa"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Mar 2019 12:58:58 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"Connection","value":"keep-alive"},{"key":"WWW-Authenticate","value":"Key realm=\"kong\""},{"key":"Server","value":"Webserver"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"7faff0a7-9ee4-40fd-bbd2-a6e0f8b01e51","name":"When you check for an invalid VPA","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"API_KEY","description":"The secret key provided to you by our team for authentication "}],"body":{"mode":"urlencoded","urlencoded":[{"key":"beneficiary_virtual_address","value":"subratakamila8989@upi","type":"text","description":"Virtual Payment Address (VPA)  validation"}]},"url":"https://sdk.mypoolin.com/merchants_upi/validate_vpa"},"status":"NOT FOUND","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Mar 2019 10:37:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Webserver"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"beneficiary_name\": \"NA\",\n    \"beneficiary_virtual_address\": \"subratakamila8989@upi\",\n    \"message\": \"Virtual Address not exist for Transaction\",\n    \"status\": \"error\"\n}"},{"id":"c938bed0-703f-414a-9109-574bde0e69f1","name":"If a blank space is passed in the VPA field","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"API_KEY","description":"The secret key provided to you by our team for authentication "}],"body":{"mode":"urlencoded","urlencoded":[{"key":"beneficiary_virtual_address","value":"    ","type":"text","description":"Virtual Payment Address (VPA)  "}]},"url":"https://sdk.mypoolin.com/merchants_upi/validate_vpa"},"status":"NOT FOUND","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Mar 2019 11:25:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Webserver"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"beneficiary_name\": \"NA\",\n    \"beneficiary_virtual_address\": \"NA\",\n    \"message\": \"Virtual address not valid\",\n    \"status\": \"error\"\n}"},{"id":"db1aca0b-9c58-4fab-bf35-5f7ae6c9af93","name":"Valid VPA status check","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"API_KEY","description":"The secret key provided to you by our team for authentication "}],"body":{"mode":"urlencoded","urlencoded":[{"key":"beneficiary_virtual_address","value":"subratakamila@upi","type":"text"}]},"url":"https://sdk.mypoolin.com/merchants_upi/validate_vpa"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Mar 2019 10:36:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"max-age=120"},{"key":"X-Pirate-Treasure","value":"You_found_it_mate_mail_me_on_admin@mypoolin.com"},{"key":"Server","value":"Webserver"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"beneficiary_name\": \"SUBRATA  KAMILA\",\n    \"beneficiary_virtual_address\": \"subratakamila@upi\",\n    \"message\": \"Virtual Address exist for Transaction\",\n    \"status\": \"success\"\n}"}],"_postman_id":"c2fa30a0-822f-4853-bd5f-a810ff29654f"},{"name":"Sending money to a single UPI address","event":[{"listen":"test","script":{"id":"9eaf666c-35c1-4c0f-889d-758ada233166","exec":[""],"type":"text/javascript"}}],"id":"5f17c8d0-a9b8-4392-a306-2e5d732d9635","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>The secret key provided to you by our team for authentication </p>\n","key":"apikey","value":"API_KEYS"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>VPA parameter</p>\n","key":"beneficiary_virtual_address","type":"text","value":"8927716670@ybl"},{"description":"<p>Amount to transfer</p>\n","key":"beneficiary_amount","type":"text","value":"1"},{"description":"<p>Unique transaction id for each transaction (Optional)</p>\n","key":"merchant_txn_id","type":"text","value":"    A    B"}]},"url":"https://sdk.mypoolin.com/merchants_upi/request_upi_single","description":"<p>Generated from a curl request: \ncurl -X POST <a href=\"https://sdk.mypoolin.com/merchants_upi/request_upi_single\">https://sdk.mypoolin.com/merchants_upi/request_upi_single</a> -d \"beneficiary_virtual_address=8800149537@upi\" -d “beneficiary_amount=1” -H \"apikey:API_KEY\"</p>\n","urlObject":{"protocol":"https","path":["merchants_upi","request_upi_single"],"host":["sdk","mypoolin","com"],"query":[],"variable":[]}},"response":[{"id":"468caea3-44a6-4ad0-a14e-64977137d45d","name":"If we are not passing any beneficiary amount","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"API_KEY","description":"The secret key provided to you by our team for authentication. "}],"body":{"mode":"urlencoded","urlencoded":[{"key":"beneficiary_virtual_address","value":"subratakamila@ybl","type":"text","description":"VPA parameter"},{"key":"beneficiary_amount","value":"1","type":"text","description":"Amount to transfer","disabled":true},{"key":"merchant_txn_id","value":"","type":"text","disabled":true}]},"url":"https://sdk.mypoolin.com/merchants_upi/request_upi_single"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Mar 2019 11:45:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"125"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Webserver"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Input payload validation failed\",\n    \"errors\": {\n        \"beneficiary_amount\": \"Amount to be credited to the beneficiary\"\n    }\n}"},{"id":"72dc383d-ca15-4c49-b0b0-99362cb4de30","name":"Valid Payment with out merchant Txn_id","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"API_KEY","description":"The secret key provided to you by our team for authentication "}],"body":{"mode":"urlencoded","urlencoded":[{"key":"beneficiary_virtual_address","value":"subratakamila@ybl","type":"text","description":"VPA parameter"},{"key":"beneficiary_amount","value":"1","type":"text","description":"Amount to transfer"},{"key":"merchant_txn_id","value":"","type":"text","disabled":true}]},"url":"https://sdk.mypoolin.com/merchants_upi/request_upi_single"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Mar 2019 11:43:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"max-age=120"},{"key":"X-Pirate-Treasure","value":"You_found_it_mate_mail_me_on_admin@mypoolin.com"},{"key":"Server","value":"Webserver"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Transaction Successful\",\n    \"mypoolin_commission\": 0,\n    \"order_id\": \"UPII447I1552477434174IU\",\n    \"other_commission\": 0,\n    \"sent_amount\": 1,\n    \"status\": \"success\"\n}"},{"id":"7aa0479a-8c65-4e48-9f50-8fd29a64d668","name":"Invalid amount format or less than one rupee","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"API_KEY","description":"The secret key provided to you by our team for authentication "}],"body":{"mode":"urlencoded","urlencoded":[{"key":"beneficiary_virtual_address","value":"subratakamila@ybl","type":"text","description":"VPA parameter"},{"key":"beneficiary_amount","value":"0","type":"text","description":"Amount to transfer"},{"key":"merchant_txn_id","value":"","type":"text","disabled":true}]},"url":"https://sdk.mypoolin.com/merchants_upi/request_upi_single"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Mar 2019 11:48:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"79"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Webserver"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Amount should be greater or equal to 1\",\n    \"status\": \"failed\"\n}"},{"id":"93e9a8f8-d0ef-41b7-b85e-a5c823ba1b4d","name":"Insufficient balance in your account","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"API_KEY","description":"The secret key provided to you by our team for authentication "}],"body":{"mode":"urlencoded","urlencoded":[{"key":"beneficiary_virtual_address","value":"subratakamila@ybl","type":"text","description":"VPA parameter"},{"key":"beneficiary_amount","value":"1","type":"text","description":"Amount to transfer"},{"key":"merchant_txn_id","value":"ABC123","description":"Unique transaction id for each transaction (Optional)","type":"text"}]},"url":"https://sdk.mypoolin.com/merchants_upi/request_upi_single"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Mar 2019 11:56:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"221"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Webserver"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Hi! The money you are trying to send is more than the sum of your balance amount and the charges that we deduct per transaction. Please add more balance and then try again. Thanks!\",\n    \"status\": \"failed\"\n}"},{"id":"9a689f5d-8302-493e-92d2-44bc54e30cc2","name":"Merchant Transaction ID already exist in past transaction","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"API_KEY","description":"The secret key provided to you by our team for authentication "}],"body":{"mode":"urlencoded","urlencoded":[{"key":"beneficiary_virtual_address","value":"subratakamila@ybl","type":"text","description":"VPA parameter"},{"key":"beneficiary_amount","value":"1","type":"text","description":"Amount to transfer"},{"key":"merchant_txn_id","value":"ABC123","description":"Unique transaction id for each transaction (Optional)","type":"text"}]},"url":"https://sdk.mypoolin.com/merchants_upi/request_upi_single"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Mar 2019 13:00:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"79"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Webserver"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Merchant transaction id already exists\",\n    \"status\": \"failed\"\n}"},{"id":"9ec95a3c-1b76-43b8-bd3b-375a0e3c8a3e","name":"If API keys not passed","originalRequest":{"method":"POST","header":[{"description":"The secret key provided to you by our team for authentication ","key":"apikey","value":"API_KEY","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"description":"VPA parameter","key":"beneficiary_virtual_address","type":"text","value":"subratakamila@ybl"},{"description":"Amount to transfer","key":"beneficiary_amount","type":"text","value":"1"},{"description":"Unique transaction id for each transaction (Optional)","key":"merchant_txn_id","type":"text","value":"    A    B"}]},"url":"https://sdk.mypoolin.com/merchants_upi/request_upi_single"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Mar 2019 12:59:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"Connection","value":"keep-alive"},{"key":"WWW-Authenticate","value":"Key realm=\"kong\""},{"key":"Server","value":"Webserver"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"b370aca1-5a6a-46d3-9c1e-ecb5507d9129","name":"Amount in words","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"API_KEY","description":"The secret key provided to you by our team for authentication "}],"body":{"mode":"urlencoded","urlencoded":[{"key":"beneficiary_virtual_address","value":"subratakamila@ybl","type":"text","description":"VPA parameter"},{"key":"beneficiary_amount","value":"one","type":"text","description":"Amount to transfer"},{"key":"merchant_txn_id","value":"","type":"text","disabled":true}]},"url":"https://sdk.mypoolin.com/merchants_upi/request_upi_single"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Mar 2019 11:54:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"125"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Webserver"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Input payload validation failed\",\n    \"errors\": {\n        \"beneficiary_amount\": \"Amount to be credited to the beneficiary\"\n    }\n}"},{"id":"c36dd5d9-408e-4e48-846d-bafd369476da","name":"If We are passing wrong or invalid merchant_txn_id","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"API_KEY","description":"The secret key provided to you by our team for authentication "}],"body":{"mode":"urlencoded","urlencoded":[{"key":"beneficiary_virtual_address","value":"subratakamila@ybl","type":"text","description":"VPA parameter"},{"key":"beneficiary_amount","value":"1","type":"text","description":"Amount to transfer"},{"key":"merchant_txn_id","value":"    A    B","description":"Unique transaction id for each transaction (Optional)","type":"text"}]},"url":"https://sdk.mypoolin.com/merchants_upi/request_upi_single"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Mar 2019 13:01:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"67"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Webserver"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Not a valid transaction id\",\n    \"status\": \"failed\"\n}"}],"_postman_id":"5f17c8d0-a9b8-4392-a306-2e5d732d9635"},{"name":"Sending money to a single UPI address without immediate response (Queue)","id":"12dd00fe-cd1b-40da-8cce-90adf08a58f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>The secret key provided to you by our team for authentication </p>\n","key":"apikey","value":"API_KEY"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>VPA parameter</p>\n","key":"beneficiary_virtual_address","type":"text","value":"8927716670@ybl"},{"description":"<p>Amount to transfer</p>\n","key":"beneficiary_amount","type":"text","value":"1"},{"description":"<p>Unique transaction id for each transaction (Optional)</p>\n","key":"merchant_txn_id","type":"text","value":"ABC123456","disabled":true}]},"url":"https://sdk.mypoolin.com/merchants_upi/request_upi_single_async","description":"<p>Generated from a curl request: \ncurl -X POST <a href=\"https://sdk.mypoolin.com/merchants_upi/request_upi_single_async\">https://sdk.mypoolin.com/merchants_upi/request_upi_single_async</a> -d \"beneficiary_virtual_address=8800149537@upi\" -d “beneficiary_amount=1” -H \"apikey:API_KEY\"</p>\n","urlObject":{"protocol":"https","path":["merchants_upi","request_upi_single_async"],"host":["sdk","mypoolin","com"],"query":[],"variable":[]}},"response":[{"id":"2451c306-8fe2-4e2e-bfef-8f41eca321dc","name":"If you passed same \"merchant_txn_id\"  again","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"API_KEY","description":"The secret key provided to you by our team for authentication "}],"body":{"mode":"urlencoded","urlencoded":[{"key":"beneficiary_virtual_address","value":"subratakamila89889277@ybl","type":"text","description":"VPA parameter"},{"key":"beneficiary_amount","value":"1","type":"text","description":"Amount to transfer"},{"key":"merchant_txn_id","value":"ABC123","description":"Unique transaction id for each transaction (Optional)","type":"text"}]},"url":"https://sdk.mypoolin.com/merchants_upi/request_upi_single_async"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Mar 2019 07:32:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"79"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Webserver"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Merchant transaction id already exists\",\n    \"status\": \"failed\"\n}"},{"id":"381ac778-a355-4b01-a985-c1ce2e40ec71","name":"Amount should be greater than or equal to 1","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"API_KEY","description":"The secret key provided to you by our team for authentication "}],"body":{"mode":"urlencoded","urlencoded":[{"key":"beneficiary_virtual_address","value":"subratakamila@ybl","type":"text","description":"VPA parameter"},{"key":"beneficiary_amount","value":"0.5","type":"text","description":"Amount to transfer"},{"key":"merchant_txn_id","value":"ABC12345","description":"Unique transaction id for each transaction (Optional)","type":"text"}]},"url":"https://sdk.mypoolin.com/merchants_upi/request_upi_single_async"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Mar 2019 07:38:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"79"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Webserver"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Amount should be greater or equal to 1\",\n    \"status\": \"failed\"\n}"},{"id":"397837dc-fa30-4f4f-82d4-a4acb4464ead","name":"Passing invalid format of amount","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"API_KEY","description":"The secret key provided to you by our team for authentication "}],"body":{"mode":"urlencoded","urlencoded":[{"key":"beneficiary_virtual_address","value":"subratakamila@ybl","type":"text","description":"VPA parameter"},{"key":"beneficiary_amount","value":"One","type":"text","description":"Amount to transfer"},{"key":"merchant_txn_id","value":"ABC12345","description":"Unique transaction id for each transaction (Optional)","type":"text"}]},"url":"https://sdk.mypoolin.com/merchants_upi/request_upi_single_async"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Mar 2019 07:35:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"125"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Webserver"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Input payload validation failed\",\n    \"errors\": {\n        \"beneficiary_amount\": \"Amount to be credited to the beneficiary\"\n    }\n}"},{"id":"3dc4b356-83f5-451e-b8a9-7bddf7aaf3c4","name":"Insufficient balance in your account","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"API_KEY","description":"The secret key provided to you by our team for authentication "}],"body":{"mode":"urlencoded","urlencoded":[{"key":"beneficiary_virtual_address","value":"subratakamila@ybl","type":"text","description":"VPA parameter"},{"key":"beneficiary_amount","value":"1","type":"text","description":"Amount to transfer"},{"key":"merchant_txn_id","value":"ABC123456","description":"Unique transaction id for each transaction (Optional)","type":"text"}]},"url":"https://sdk.mypoolin.com/merchants_upi/request_upi_single_async"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Mar 2019 07:40:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"221"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Webserver"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Hi! The money you are trying to send is more than the sum of your balance amount and the charges that we deduct per transaction. Please add more balance and then try again. Thanks!\",\n    \"status\": \"failed\"\n}"},{"id":"6130d88a-683f-4636-aaae-b91413b5afa3","name":"Response for a valid transaction (with the optional field of merchant_txn_id being passed)","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"API_KEY","description":"The secret key provided to you by our team for authentication "}],"body":{"mode":"urlencoded","urlencoded":[{"key":"beneficiary_virtual_address","value":"subratakamila@ybl","type":"text","description":"VPA parameter"},{"key":"beneficiary_amount","value":"1","type":"text","description":"Amount to transfer"},{"key":"merchant_txn_id","value":"ABC123","description":"Unique transaction id for each transaction (Optional)","type":"text"}]},"url":"https://sdk.mypoolin.com/merchants_upi/request_upi_single_async"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Mar 2019 07:26:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"max-age=120"},{"key":"X-Pirate-Treasure","value":"You_found_it_mate_mail_me_on_admin@mypoolin.com"},{"key":"Server","value":"Webserver"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The order_id UPII447I1552548369135IU has been placed\",\n    \"order_id\": \"UPII447I1552548369135IU\",\n    \"status\": \"success\"\n}"},{"id":"6e667c5b-0dec-4155-a292-91556bfd0794","name":"Invalid merchant_txn_id for transaction","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"API_KEY","description":"The secret key provided to you by our team for authentication "}],"body":{"mode":"urlencoded","urlencoded":[{"key":"beneficiary_virtual_address","value":"subratakamila@ybl","type":"text","description":"VPA parameter"},{"key":"beneficiary_amount","value":"1","type":"text","description":"Amount to transfer"},{"key":"merchant_txn_id","value":"ABC  12  345","description":"Unique transaction id for each transaction (Optional)","type":"text"}]},"url":"https://sdk.mypoolin.com/merchants_upi/request_upi_single_async"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Mar 2019 07:37:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"67"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Webserver"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Not a valid transaction id\",\n    \"status\": \"failed\"\n}"},{"id":"ea8db970-e022-403d-8fee-3a311484820e","name":"If API keys not passed","originalRequest":{"method":"POST","header":[{"description":"The secret key provided to you by our team for authentication ","key":"apikey","value":"API_KEY","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"description":"VPA parameter","key":"beneficiary_virtual_address","type":"text","value":"subratakamila@ybl"},{"description":"Amount to transfer","key":"beneficiary_amount","type":"text","value":"1"},{"description":"Unique transaction id for each transaction (Optional)","key":"merchant_txn_id","type":"text","value":"ABC123456"}]},"url":"https://sdk.mypoolin.com/merchants_upi/request_upi_single_async"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Mar 2019 13:00:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"Connection","value":"keep-alive"},{"key":"WWW-Authenticate","value":"Key realm=\"kong\""},{"key":"Server","value":"Webserver"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"}],"_postman_id":"12dd00fe-cd1b-40da-8cce-90adf08a58f6"},{"name":"Check Transaction Status for UPI","id":"06342214-c35f-4372-95e1-373ccf669450","request":{"method":"POST","header":[{"description":"<p>The secret key provided to you by our team for authentication </p>\n","key":"apikey","value":"API_KEYS"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"order_id","type":"text","value":"UPII447I1547105704405IU","description":"<p>order_id generated during transaction</p>\n"}]},"url":"https://sdk.mypoolin.com/merchants_upi/check_transaction_status","description":"<p>Generated from a curl request: \ncurl -X POST <a href=\"https://sdk.mypoolin.com/merchants_upi/check_transaction_status\">https://sdk.mypoolin.com/merchants_upi/check_transaction_status</a> -H 'apikey: API_KEY' -d order_id=None1510559700IU</p>\n","urlObject":{"protocol":"https","path":["merchants_upi","check_transaction_status"],"host":["sdk","mypoolin","com"],"query":[],"variable":[]}},"response":[{"id":"2bcaa130-e7a4-4a6a-8f06-0c0eade02be2","name":"Failed Transaction","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"API_KEY","description":"The secret key provided to you by our team for authentication "}],"body":{"mode":"urlencoded","urlencoded":[{"key":"order_id","type":"text","value":"UPII447I1552549538898IU"}]},"url":"https://sdk.mypoolin.com/merchants_upi/check_transaction_status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Mar 2019 07:45:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"max-age=120"},{"key":"X-Pirate-Treasure","value":"You_found_it_mate_mail_me_on_admin@mypoolin.com"},{"key":"Server","value":"Webserver"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"mypoolin_commission\": 0,\n        \"order_id\": \"UPII447I1552549538898IU\",\n        \"transfer_amount\": 1,\n        \"transfer_bank_ref_no\": \"\",\n        \"transfer_txn_status\": \"Virtual Address Not Valid\",\n        \"transfer_type\": \"UPI\"\n    },\n    \"status\": \"failed\"\n}"},{"id":"30f99132-a12f-4eca-9073-1632a1145c75","name":"Successful Transaction","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"API_KEY","description":"The secret key provided to you by our team for authentication "}],"body":{"mode":"urlencoded","urlencoded":[{"key":"order_id","type":"text","value":"UPII447I1552548369135IU"}]},"url":"https://sdk.mypoolin.com/merchants_upi/check_transaction_status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Mar 2019 07:43:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"max-age=120"},{"key":"X-Pirate-Treasure","value":"You_found_it_mate_mail_me_on_admin@mypoolin.com"},{"key":"Server","value":"Webserver"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"mypoolin_commission\": 0,\n        \"order_id\": \"UPII447I1552548369135IU\",\n        \"transfer_amount\": 1,\n        \"transfer_bank_ref_no\": \"907312749914\",\n        \"transfer_txn_status\": \"COMPLETED\",\n        \"transfer_type\": \"UPI\"\n    },\n    \"status\": \"success\"\n}"},{"id":"44cf3e06-f823-4f49-bb18-3e1cff4d257f","name":"If API keys not passed","originalRequest":{"method":"POST","header":[{"description":"The secret key provided to you by our team for authentication ","key":"apikey","value":"API_KEY","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"order_id","type":"text","value":"UPII447I1547105704405IU"}]},"url":"https://sdk.mypoolin.com/merchants_upi/check_transaction_status"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Mar 2019 13:00:41 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"Connection","value":"keep-alive"},{"key":"WWW-Authenticate","value":"Key realm=\"kong\""},{"key":"Server","value":"Webserver"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"}],"_postman_id":"06342214-c35f-4372-95e1-373ccf669450"},{"name":"Check your merchant account balance for UPI","id":"11aed276-2421-4213-9998-decdfa05dcdc","request":{"method":"GET","header":[{"description":"<p>The secret key provided to you by our team for authentication </p>\n","key":"apikey","value":"API_KEYS"}],"url":"https://sdk.mypoolin.com/merchants_upi/get_balance","description":"<p>Generated from a curl request: \ncurl -X GET <a href=\"https://sdk.mypoolin.com/merchants_upi/get_balance\">https://sdk.mypoolin.com/merchants_upi/get_balance</a> -H 'apikey: API_KEY'</p>\n","urlObject":{"protocol":"https","path":["merchants_upi","get_balance"],"host":["sdk","mypoolin","com"],"query":[],"variable":[]}},"response":[{"id":"7cc0b017-aefc-4392-94c6-4fe0ef10a69b","name":"If API keys not passed","originalRequest":{"method":"GET","header":[{"description":"The secret key provided to you by our team for authentication ","key":"apikey","value":"API_KEY","disabled":true}],"url":"https://sdk.mypoolin.com/merchants_upi/get_balance"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Mar 2019 13:01:08 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"Connection","value":"keep-alive"},{"key":"WWW-Authenticate","value":"Key realm=\"kong\""},{"key":"Server","value":"Webserver"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"9ff57fde-feed-4631-a99f-4e0a9f32a642","name":"Check your merchant account balance","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"API_KEY","description":"The secret key provided to you by our team for authentication "}],"url":"https://sdk.mypoolin.com/merchants_upi/get_balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Mar 2019 12:00:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"max-age=120"},{"key":"X-Pirate-Treasure","value":"You_found_it_mate_mail_me_on_admin@mypoolin.com"},{"key":"Server","value":"Webserver"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"credit_balance\": 20,\n    \"merchant_username\": \"main-subrata2\",\n    \"status\": \"success\",\n    \"transaction_limit\": 10\n}"}],"_postman_id":"11aed276-2421-4213-9998-decdfa05dcdc"},{"name":"Send money via IMPS to a single bank account","id":"6a454a4d-6f39-4ae8-bab6-e947d7dbb378","request":{"method":"POST","header":[{"description":"<p>The secret key provided to you by our team for authentication </p>\n","key":"apikey","value":"API_KEYS"}],"body":{"mode":"formdata","formdata":[{"description":"<p>Beneficiary Name (Only String allowed - MAX 30 char)</p>\n","key":"beneficiary_name","type":"text","value":"Rohit T"},{"description":"<p>Bank Account Number</p>\n","key":"beneficiary_account_number","type":"text","value":"100801518355"},{"description":"<p>Bank IFSC code</p>\n","key":"beneficiary_ifsc_code","type":"text","value":"ICIC0001079"},{"description":"<p>Amount to transfer</p>\n","key":"beneficiary_amount","type":"text","value":"1"},{"description":"<p>Message for the transaction (MAX 30 alpha numeric char allowed Optional)</p>\n","key":"comment","type":"text","value":"ForTestingForTesting1234567809"},{"description":"<p>Beneficiary mobile number (Optional)</p>\n","key":"beneficiary_mobile","type":"text","value":"6989898989"}]},"url":"https://sdk.mypoolin.com/merchants_imps/request_imps_single","description":"<p>Generated from a curl request: \ncurl -X POST <a href=\"https://sdk.mypoolin.com/merchants_imps/request_imps_single\">https://sdk.mypoolin.com/merchants_imps/request_imps_single</a> -H 'apikey: API_KEY' -F 'beneficiary_name=Shobhit Verma' -F 'beneficiary_account_number=8411566856' -F 'beneficiary_ifsc_code=KKBK0005029' -F 'beneficiary_amount=1'</p>\n","urlObject":{"protocol":"https","path":["merchants_imps","request_imps_single"],"host":["sdk","mypoolin","com"],"query":[],"variable":[]}},"response":[{"id":"03fec507-c986-432e-9caf-b5dd2fa823ae","name":"Insufficient balance in your account","originalRequest":{"method":"POST","header":[{"description":"The secret key provided to you by our team for authentication ","key":"apikey","value":"API_KEY"}],"body":{"mode":"formdata","formdata":[{"description":"Beneficiary Name (Only String allowed - MAX 30 char)","key":"beneficiary_name","type":"text","value":"Rohit T"},{"description":"Bank Account Number","key":"beneficiary_account_number","type":"text","value":"100801518355"},{"description":"Bank IFSC code","key":"beneficiary_ifsc_code","type":"text","value":"ICIC0001079"},{"description":"Amount to transfer","key":"beneficiary_amount","type":"text","value":"1"},{"description":"Message for the transaction (MAX 30 alpha numeric char allowed Optional)","key":"comment","type":"text","value":"ForTestingForTesting1234567809"},{"description":"Beneficiary mobile number (Optional)","key":"beneficiary_mobile","type":"text","value":"6989898989"}]},"url":"https://sdk.mypoolin.com/merchants_imps/request_imps_single"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Mar 2019 07:24:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"221"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Webserver"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Hi! The money you are trying to send is more than the sum of your balance amount and the charges that we deduct per transaction. Please add more balance and then try again. Thanks!\",\n    \"status\": \"failed\"\n}"},{"id":"6156af8e-738e-4193-afad-aeb0fe7e1480","name":"Successful transaction","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"API_KEY","description":"The secret key provided to you by our team for authentication "}],"body":{"mode":"formdata","formdata":[{"key":"beneficiary_name","value":"Rohit T","type":"text"},{"key":"beneficiary_account_number","value":"100801518355","type":"text"},{"key":"beneficiary_ifsc_code","value":"ICIC0001079","type":"text"},{"key":"beneficiary_amount","value":"1","type":"text"},{"key":"comment","value":"ForTestingForTesting1234567809","type":"text"},{"key":"beneficiary_mobile","value":"6989898989","type":"text"}]},"url":"https://sdk.mypoolin.com/merchants_imps/request_imps_single"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Mar 2019 08:34:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"max-age=120"},{"key":"X-Pirate-Treasure","value":"You_found_it_mate_mail_me_on_admin@mypoolin.com"},{"key":"Server","value":"Webserver"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Transaction Successful\",\n    \"mypoolin_commission\": 0,\n    \"other_commission\": 0,\n    \"requestNo\": \"IMPSI447I1552552438667IU\",\n    \"sent_amount\": 1,\n    \"status\": \"success\"\n}"},{"id":"8c9e8bf1-c44d-47e4-9360-10a74a384ef8","name":"Wrong Account number or IFSC code ","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"API_KEY","description":"The secret key provided to you by our team for authentication "}],"body":{"mode":"formdata","formdata":[{"key":"beneficiary_name","value":"Rohit T","type":"text","description":"Beneficiary Name (Only String allowed - MAX 30 char)"},{"key":"beneficiary_account_number","value":"10080151835545454545454545","type":"text","description":"Bank Account Number"},{"key":"beneficiary_ifsc_code","value":"ICIC0001079","type":"text","description":"Bank IFSC code"},{"key":"beneficiary_amount","value":"1","type":"text","description":"Amount to transfer"},{"key":"comment","value":"ForTestingForTesting1234567809","description":"Message for the transaction (MAX 30 alpha numeric char allowed Optional)","type":"text"},{"key":"beneficiary_mobile","value":"6989898989","description":"Beneficiary mobile number (Optional)","type":"text"}]},"url":"https://sdk.mypoolin.com/merchants_imps/request_imps_single"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Mar 2019 09:14:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"191"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Webserver"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Account Details Not Matching\",\n    \"mypoolin_commission\": 0,\n    \"other_commission\": 0,\n    \"requestNo\": \"IMPSI447I1552554894317IU\",\n    \"sent_amount\": 1,\n    \"status\": \"failed\"\n}"},{"id":"9c105a05-9d78-4bf0-ad77-6e792c357981","name":"If API keys not passed","originalRequest":{"method":"POST","header":[{"description":"The secret key provided to you by our team for authentication ","key":"apikey","value":"API_KEY","disabled":true}],"body":{"mode":"formdata","formdata":[{"description":"Beneficiary Name (Only String allowed - MAX 30 char)","key":"beneficiary_name","type":"text","value":"Rohit T","disabled":true},{"description":"Bank Account Number","key":"beneficiary_account_number","type":"text","value":"100801518355","disabled":true},{"description":"Bank IFSC code","key":"beneficiary_ifsc_code","type":"text","value":"ICIC0001079","disabled":true},{"description":"Amount to transfer","key":"beneficiary_amount","type":"text","value":"1","disabled":true},{"description":"Message for the transaction (MAX 30 alpha numeric char allowed Optional)","key":"comment","type":"text","value":"ForTestingForTesting1234567809","disabled":true},{"description":"Beneficiary mobile number (Optional)","key":"beneficiary_mobile","type":"text","value":"6989898989","disabled":true}]},"url":"https://sdk.mypoolin.com/merchants_imps/request_imps_single"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Mar 2019 12:52:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"Connection","value":"keep-alive"},{"key":"WWW-Authenticate","value":"Key realm=\"kong\""},{"key":"Server","value":"Webserver"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"}],"_postman_id":"6a454a4d-6f39-4ae8-bab6-e947d7dbb378"},{"name":"Send money via IMPS to a single bank account without immediate response (Queue)","id":"fbaae983-f02c-42f6-a8ba-1545a94e0457","request":{"method":"POST","header":[{"description":"<p>The secret key provided to you by our team for authentication </p>\n","key":"apikey","value":"API_KEYS"}],"body":{"mode":"formdata","formdata":[{"description":"<p>Beneficiary Name (Only String allowed - MAX 30 char)</p>\n","key":"beneficiary_name","type":"text","value":"Rohit T"},{"description":"<p>Bank Account Number</p>\n","key":"beneficiary_account_number","type":"text","value":"100801518355"},{"description":"<p>Bank IFSC code</p>\n","key":"beneficiary_ifsc_code","type":"text","value":"ICIC0001079"},{"description":"<p>Amount to transfer</p>\n","key":"beneficiary_amount","type":"text","value":"1"},{"description":"<p>Comment/Message for transfer</p>\n","key":"comment","type":"text","value":"ForTestingForTestingForTesting"},{"description":"<p>Beneficiary mobile number (Optional)</p>\n","key":"beneficiary_mobile","type":"text","value":""}]},"url":"https://sdk.mypoolin.com/merchants_imps/request_imps_single_async","description":"<p>Generated from a curl request: \ncurl -X POST <a href=\"https://sdk.mypoolin.com/merchants_imps/request_imps_single\">https://sdk.mypoolin.com/merchants_imps/request_imps_single</a> -H 'apikey: API_KEY' -F 'beneficiary_name=Shobhit Verma' -F 'beneficiary_account_number=8411566856' -F 'beneficiary_ifsc_code=KKBK0005029' -F 'beneficiary_amount=1'</p>\n","urlObject":{"protocol":"https","path":["merchants_imps","request_imps_single_async"],"host":["sdk","mypoolin","com"],"query":[],"variable":[]}},"response":[{"id":"4b24086a-81fe-4e92-886b-4f78f885e859","name":"Successful transaction  with valid details","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"API_KEY","description":"The secret key provided to you by our team for authentication "}],"body":{"mode":"formdata","formdata":[{"key":"beneficiary_name","type":"text","value":"Rohit T","description":"Beneficiary Name (Only String allowed - MAX 30 char)"},{"key":"beneficiary_account_number","type":"text","value":"100801518355","description":"Bank Account Number"},{"key":"beneficiary_ifsc_code","type":"text","value":"ICIC0001079","description":"Bank IFSC code"},{"key":"beneficiary_amount","type":"text","value":"1","description":"Amount to transfer"},{"description":"Amount to transfer","key":"comment","type":"text","value":"ForTestingForTestingForTesting"},{"description":"Beneficiary mobile number (Optional)","key":"beneficiary_mobile","type":"text","value":""}]},"url":"https://sdk.mypoolin.com/merchants_imps/request_imps_single_async"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Mar 2019 09:29:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"max-age=120"},{"key":"X-Pirate-Treasure","value":"You_found_it_mate_mail_me_on_admin@mypoolin.com"},{"key":"Server","value":"Webserver"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The order_id IMPSI447I1552555758214IU has been placed\",\n    \"order_id\": \"IMPSI447I1552555758214IU\",\n    \"status\": \"success\"\n}"},{"id":"b0cf609a-945c-45b2-9574-c677db53b3b4","name":"If API keys not passed","originalRequest":{"method":"POST","header":[{"description":"The secret key provided to you by our team for authentication ","key":"apikey","value":"API_KEY","disabled":true}],"body":{"mode":"formdata","formdata":[{"description":"Beneficiary Name (Only String allowed - MAX 30 char)","key":"beneficiary_name","type":"text","value":"Rohit T"},{"description":"Bank Account Number","key":"beneficiary_account_number","type":"text","value":"100801518355"},{"description":"Bank IFSC code","key":"beneficiary_ifsc_code","type":"text","value":"ICIC0001079"},{"description":"Amount to transfer","key":"beneficiary_amount","type":"text","value":"1"},{"description":"Comment/Message for transfer","key":"comment","type":"text","value":"ForTestingForTestingForTesting"},{"description":"Beneficiary mobile number (Optional)","key":"beneficiary_mobile","type":"text","value":""}]},"url":"https://sdk.mypoolin.com/merchants_imps/request_imps_single_async"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Mar 2019 13:01:43 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"Connection","value":"keep-alive"},{"key":"WWW-Authenticate","value":"Key realm=\"kong\""},{"key":"Server","value":"Webserver"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"}],"_postman_id":"fbaae983-f02c-42f6-a8ba-1545a94e0457"},{"name":"Check Transaction Status for IMPS","id":"e95be062-f4d0-40d8-9eda-645e2ad28df8","request":{"method":"POST","header":[{"key":"apikey","value":"API_KEY","type":"text","description":"<p>The secret key provided to you by our team for authentication </p>\n"}],"body":{"mode":"formdata","formdata":[{"description":"<p>Order id which you will get during transaction</p>\n","key":"order_id","type":"text","value":"IMPSI447I1568267741054156878IU"},{"key":"merchant_txn_id","value":"SUB142","type":"text","disabled":true}]},"url":"https://sdk.mypoolin.com/merchants_imps/check_transaction_status","description":"<p>Generated from a curl request: \ncurl -X POST <a href=\"https://sdk.mypoolin.com/merchants_imps/check_transaction_status\">https://sdk.mypoolin.com/merchants_imps/check_transaction_status</a> -H 'apikey: API_KEY' -F order_id=IMPSIMERI28I1510723520IU</p>\n","urlObject":{"protocol":"https","path":["merchants_imps","check_transaction_status"],"host":["sdk","mypoolin","com"],"query":[],"variable":[]}},"response":[{"id":"048e4ee7-81a2-4014-a5ee-5a6752fe3880","name":"Transaction which is on pending state","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"API_KEY"}],"body":{"mode":"formdata","formdata":[{"key":"order_id","value":"UPII447I1552549538898IU","type":"text","description":"Order id which you will get during transaction"}]},"url":"https://sdk.mypoolin.com/merchants_imps/check_transaction_status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Mar 2019 09:37:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"max-age=120"},{"key":"X-Pirate-Treasure","value":"You_found_it_mate_mail_me_on_admin@mypoolin.com"},{"key":"Server","value":"Webserver"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"mypoolin_commission\": 0,\n        \"order_id\": \"UPII447I1552549538898IU\",\n        \"transfer_amount\": 1,\n        \"transfer_bank_ref_no\": \"\",\n        \"transfer_txn_status\": \"Transaction in pending state\",\n        \"transfer_type\": \"IMPS\"\n    },\n    \"status\": \"pending\"\n}"},{"id":"4e96d3d3-73fb-4e35-a5d5-d0cca25ecd8d","name":"Transaction on failed status","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"API_KEY"}],"body":{"mode":"formdata","formdata":[{"key":"order_id","value":"IMPSI447I1551866267743IU","type":"text","description":"Order id which you will get during transaction"}]},"url":"https://sdk.mypoolin.com/merchants_imps/check_transaction_status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Mar 2019 09:39:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"max-age=120"},{"key":"X-Pirate-Treasure","value":"You_found_it_mate_mail_me_on_admin@mypoolin.com"},{"key":"Server","value":"Webserver"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"mypoolin_commission\": 0,\n        \"order_id\": \"IMPSI447I1551866267743IU\",\n        \"transfer_amount\": 1,\n        \"transfer_bank_ref_no\": \"\",\n        \"transfer_txn_status\": \"Account Details Not Matching\",\n        \"transfer_type\": \"IMPS\"\n    },\n    \"status\": \"failed\"\n}"},{"id":"b4cb8d41-7c49-4352-9759-b0a19ffaf4ca","name":"Completed Transaction status","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"API_KEY"}],"body":{"mode":"formdata","formdata":[{"key":"order_id","value":"IMPSI447I1533883144877IU","type":"text","description":"Order id which you will get during transaction"}]},"url":"https://sdk.mypoolin.com/merchants_imps/check_transaction_status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Mar 2019 09:34:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"max-age=120"},{"key":"X-Pirate-Treasure","value":"You_found_it_mate_mail_me_on_admin@mypoolin.com"},{"key":"Server","value":"Webserver"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"response\": {\n        \"mypoolin_commission\": 5,\n        \"order_id\": \"IMPSI447I1533883144877IU\",\n        \"transfer_amount\": 1,\n        \"transfer_bank_ref_no\": \"822212465642\",\n        \"transfer_txn_status\": \"COMPLETED\",\n        \"transfer_type\": \"IMPS\"\n    },\n    \"status\": \"success\"\n}"},{"id":"c1d17f42-8e0e-43d7-a398-b04d6155345a","name":"If API keys not passed","originalRequest":{"method":"POST","header":[{"description":"The secret key provided to you by our team for authentication ","key":"apikey","value":"API_KEY","disabled":true}],"body":{"mode":"formdata","formdata":[{"description":"Order id which you will get during transaction","key":"order_id","type":"text","value":"IMPSI447I1551866267743IU"}]},"url":"https://sdk.mypoolin.com/merchants_imps/check_transaction_status"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Mar 2019 13:02:16 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"Connection","value":"keep-alive"},{"key":"WWW-Authenticate","value":"Key realm=\"kong\""},{"key":"Server","value":"Webserver"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"}],"_postman_id":"e95be062-f4d0-40d8-9eda-645e2ad28df8"},{"name":"Check your merchant account balance for IMPS","id":"ac015c17-5cae-4030-9706-eb9abdd24fea","request":{"method":"GET","header":[{"description":"<p>The secret key provided to you by our team for authentication </p>\n","key":"apikey","value":"API_KEYS"}],"url":"https://sdk.mypoolin.com/merchants_imps/get_balance","description":"<p>Generated from a curl request: \ncurl -X GET <a href=\"https://sdk.mypoolin.com/merchants_imps/get_balance\">https://sdk.mypoolin.com/merchants_imps/get_balance</a> -H 'apikey: API_KEY'</p>\n","urlObject":{"protocol":"https","path":["merchants_imps","get_balance"],"host":["sdk","mypoolin","com"],"query":[],"variable":[]}},"response":[{"id":"38c2cc11-5941-4ca4-96fa-dc131038281e","name":"If API keys not passed","originalRequest":{"method":"GET","header":[{"description":"The secret key provided to you by our team for authentication ","key":"apikey","value":"API_KEY","disabled":true}],"url":"https://sdk.mypoolin.com/merchants_imps/get_balance"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Mar 2019 13:02:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"Connection","value":"keep-alive"},{"key":"WWW-Authenticate","value":"Key realm=\"kong\""},{"key":"Server","value":"Webserver"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No API key found in request\"\n}"},{"id":"855c963f-c4bb-44fd-bf03-8d15bfd9cd73","name":"Check your merchant account balance for IMPS","originalRequest":{"method":"GET","header":[{"key":"apikey","value":"API_KEY","description":"The secret key provided to you by our team for authentication "}],"url":"https://sdk.mypoolin.com/merchants_imps/get_balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Mar 2019 09:40:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"max-age=120"},{"key":"X-Pirate-Treasure","value":"You_found_it_mate_mail_me_on_admin@mypoolin.com"},{"key":"Server","value":"Webserver"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"credit_balance\": 14,\n    \"merchant_username\": \"main-subrata2\",\n    \"status\": \"success\",\n    \"transaction_limit\": 10\n}"}],"_postman_id":"ac015c17-5cae-4030-9706-eb9abdd24fea"},{"name":"Beneficiary addition for IMPS transaction","id":"3e1d660f-4490-467d-95e4-ecb8ac8a3805","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"API_KEY","description":"<p>The secret key provided to you by our team for authentication </p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"account_number","value":"9180100249828402434234212","description":"<p>User account number for adding for making simple and easy transaction</p>\n","type":"text"},{"key":"ifsc_code","value":"ICIC00010","description":"<p>Bank account IFSC code</p>\n","type":"text"},{"key":"merchant_username","value":"32143241242gsdfgsddg","description":"<p>Merchant User name</p>\n","type":"text"}]},"url":"https://sdk.mypoolin.com/merchants_imps/add_beneficiary","urlObject":{"protocol":"https","path":["merchants_imps","add_beneficiary"],"host":["sdk","mypoolin","com"],"query":[],"variable":[]}},"response":[{"id":"14d36ff7-eb32-49c9-a48d-353ba025ae92","name":"Invalid Beneficiary addition for IMPS transaction","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"API_KEY","description":"The secret key provided to you by our team for authentication ","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"account_number","value":"918010024982840","description":"User account number for adding for making simple and easy transaction","type":"text"},{"key":"ifsc_code","value":"ICIC00010795656565","description":"Bank account IFSC code","type":"text"},{"key":"merchant_username","value":"main-subrata2","description":"Merchant User name","type":"text"}]},"url":"https://sdk.mypoolin.com/merchants_imps/add_beneficiary"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Apr 2019 12:06:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"68"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Webserver"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Beneficiary addition failed\",\n    \"status\": \"failed\"\n}"},{"id":"537a2b15-a318-43be-9637-c961f4095a50","name":"Successful Beneficiary addition for IMPS transaction","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"API_KEY","description":"The secret key provided to you by our team for authentication ","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"account_number","value":"918010024982840","description":"User account number for adding for making simple and easy transaction","type":"text"},{"key":"ifsc_code","value":"ICIC0001079","description":"Bank account IFSC code","type":"text"},{"key":"merchant_username","value":"main-subrata2","description":"Merchant User name","type":"text"}]},"url":"https://sdk.mypoolin.com/merchants_imps/add_beneficiary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Apr 2019 11:58:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"max-age=120"},{"key":"X-Pirate-Treasure","value":"You_found_it_mate_mail_me_on_admin@mypoolin.com"},{"key":"Server","value":"Webserver"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Beneficiary addition successful\",\n    \"status\": \"success\"\n}"}],"_postman_id":"3e1d660f-4490-467d-95e4-ecb8ac8a3805"},{"name":"Beneficiary verify for IMPS transaction","id":"ae405624-b186-4eff-b6cc-ea990f42daa3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"API_KEY","description":"<p>The secret key provided to you by our team for authentication </p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"account_number","value":"100801518355","type":"text","description":"<p>User account number for adding for making simple and easy transaction</p>\n"},{"key":"ifsc_code","value":"ICIC0001079","type":"text","description":"<p>Bank account IFSC code</p>\n"},{"key":"merchant_username","value":"abhimoney","type":"text","description":"<p>Merchant User name</p>\n"}]},"url":"https://sdk.mypoolin.com/merchants_imps/verify_beneficiary","urlObject":{"protocol":"https","path":["merchants_imps","verify_beneficiary"],"host":["sdk","mypoolin","com"],"query":[],"variable":[]}},"response":[{"id":"5c1a52de-004a-4902-9a04-4c19f9f341a7","name":"If you trying to verify without adding beneficiary","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"API_KEY","description":"The secret key provided to you by our team for authentication ","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"account_number","value":"10080151835589","type":"text","description":"User account number for adding for making simple and easy transaction"},{"key":"ifsc_code","value":"ICIC0001079","type":"text","description":"Bank account IFSC code"},{"key":"merchant_username","value":"abhimoney","type":"text","description":"Merchant User name"}]},"url":"https://sdk.mypoolin.com/merchants_imps/verify_beneficiary"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Jul 2019 06:54:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"127"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Webserver"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"No beneficiary code found with given account details. Add beneficiary before verifying\",\n    \"status\": \"failed\"\n}"},{"id":"96169f1d-cc7e-4a72-be18-54747c21ff9c","name":"IF you passing invalid user name","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"API_KEY","description":"The secret key provided to you by our team for authentication ","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"account_number","value":"10080151835589","type":"text","description":"User account number for adding for making simple and easy transaction"},{"key":"ifsc_code","value":"ICIC0001079","type":"text","description":"Bank account IFSC code"},{"key":"merchant_username","value":"abhimoney","type":"text","description":"Merchant User name"}]},"url":"https://sdk.mypoolin.com/merchants_imps/verify_beneficiary"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Jul 2019 06:52:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"77"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Webserver"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid merchant username in request\",\n    \"status\": \"failed\"\n}"},{"id":"aae1c0cb-74a0-4a06-bf9a-87a00e0765e6","name":"Beneficiary verifyed after adding","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"API_KEY","description":"The secret key provided to you by our team for authentication ","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"account_number","value":"10080151835590","type":"text","description":"User account number for adding for making simple and easy transaction"},{"key":"ifsc_code","value":"ICIC0001079","type":"text","description":"Bank account IFSC code"},{"key":"merchant_username","value":"abhimoney","type":"text","description":"Merchant User name"}]},"url":"https://sdk.mypoolin.com/merchants_imps/verify_beneficiary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Jul 2019 06:59:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"max-age=120"},{"key":"X-Pirate-Treasure","value":"You_found_it_mate_mail_me_on_admin@mypoolin.com"},{"key":"Server","value":"Webserver"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Beneficiary successfully verified\",\n    \"status\": \"success\"\n}"},{"id":"b078a088-6087-44c5-adc5-35877d6835a8","name":"If not passing API_KEY for verify beneficiary ","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"API_KEY","description":"The secret key provided to you by our team for authentication ","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"account_number","value":"100801518355","type":"text","description":"User account number for adding for making simple and easy transaction"},{"key":"ifsc_code","value":"ICIC0001079","type":"text","description":"Bank account IFSC code"},{"key":"merchant_username","value":"abhimoney","type":"text","description":"Merchant User name"}]},"url":"https://sdk.mypoolin.com/merchants_imps/verify_beneficiary"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Jul 2019 06:51:26 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Webserver"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid authentication credentials\"\n}"},{"id":"f1635a15-ae08-4372-86d9-cfa6f691c386","name":"Instently adding and verifying beneficiary","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"API_KEY","description":"The secret key provided to you by our team for authentication ","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"account_number","value":"10080151835590","type":"text","description":"User account number for adding for making simple and easy transaction"},{"key":"ifsc_code","value":"ICIC0001079","type":"text","description":"Bank account IFSC code"},{"key":"merchant_username","value":"abhimoney","type":"text","description":"Merchant User name"}]},"url":"https://sdk.mypoolin.com/merchants_imps/verify_beneficiary"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Jul 2019 06:57:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"62"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Webserver"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Record does not exist\",\n    \"status\": \"failed\"\n}"}],"_postman_id":"ae405624-b186-4eff-b6cc-ea990f42daa3"}],"event":[{"listen":"prerequest","script":{"id":"ae1e74db-69e9-4f0b-82c8-05dd2f87ab5f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a58e6721-4b64-4f11-972c-9d19bab28ae9","type":"text/javascript","exec":[""]}}],"variable":[{"key":"API_KEY","value":"ME8C4peZ1Af4MoCZg9zl1P4hBhqLmHPp"}]}