{ "info": { "_postman_id": "b3546f75-3932-41ad-bfb9-35ecbbc99151", "name": "Neuro-Pay Terminals", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "18992219" }, "item": [ { "name": "Payment - Create", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\r\n \"amount\": 1550,\r\n \"currency\": \"SEK\",\r\n \"terminal_id\": \"9a63f5c6597441f357b240c1295f4f66\",\r\n \"reference\": \"123\",\r\n \"sent_via\": \"sms\",\r\n \"sent_to\": \"+34695148039\"\r\n}" }, "url": { "raw": "https://api.neuro-admin.com/terminalpayment/terminal-payment/create", "protocol": "https", "host": [ "api", "neuro-admin", "com" ], "path": [ "terminalpayment", "terminal-payment", "create" ] } }, "response": [] }, { "name": "Payment - Check Status", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\r\n \"payment_id\": \"a2c447a1c95e494c6fe4980d7680d0ff\"\r\n}" }, "url": { "raw": "https://api.neuro-admin.com/terminalpayment/terminal-payment/check-status", "protocol": "https", "host": [ "api", "neuro-admin", "com" ], "path": [ "terminalpayment", "terminal-payment", "check-status" ] } }, "response": [] }, { "name": "Payment - Cancel", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\r\n \"payment_id\": \"a2c447a1c95e494c6fe4980d7680d0ff\"\r\n}" }, "url": { "raw": "https://api.neuro-admin.com/terminalpayment/terminal-payment/cancel", "protocol": "https", "host": [ "api", "neuro-admin", "com" ], "path": [ "terminalpayment", "terminal-payment", "cancel" ] } }, "response": [] }, { "name": "Payment - Available Terminal", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\r\n \"amount\": 1550,\r\n \"terminal_id\": \"\",\r\n \"reference\": \"\",\r\n \"send_method\": \"\",\r\n \"send_to\": \"\"\r\n}" }, "url": { "raw": "https://api.neuro-admin.com/terminalpayment/terminal-payment/available-reader", "protocol": "https", "host": [ "api", "neuro-admin", "com" ], "path": [ "terminalpayment", "terminal-payment", "available-reader" ] } }, "response": [] } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "zQOcgwLgx0McE6xK39mu7tbFmCp3F71H", "type": "string" } ] }, "event": [ { "listen": "prerequest", "script": { "type": "text/javascript", "exec": [ "" ] } }, { "listen": "test", "script": { "type": "text/javascript", "exec": [ "" ] } } ] }