{ "info": { "_postman_id": "34135de2-1cea-4a8d-b4f8-4c0c442782bc", "name": "Neuro-Pay Checkout", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "18992219" }, "item": [ { "name": "Check - Create", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\r\n \"amount\": 1000,\r\n \"currency\": \"SEK\",\r\n \"message\": \"Test\",\r\n \"capture\": false,\r\n \"customer_id\": \"752f411574797067137f24ebe7224c4a\",\r\n \"card_id\": \"qNpdctqqDpIsIkKu\",\r\n \"returnUrl\": \"http://google.com\",\r\n \"returnUrlCancel\": \"http://facebook.com/testing\",\r\n \"metaData\": {\r\n \"data1\": \"testing data1\"\r\n }\r\n}" }, "url": { "raw": "https://api.neuro-admin.com/checkout/create", "protocol": "https", "host": [ "api", "neuro-admin", "com" ], "path": [ "checkout", "create" ] } }, "response": [] }, { "name": "Check - Retrieve", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\r\n \"checkout_id\": \"7af264d31797bc488246b9325e2a2aae\"\r\n}" }, "url": { "raw": "https://api.neuro-admin.com/checkout/retrieve", "protocol": "https", "host": [ "api", "neuro-admin", "com" ], "path": [ "checkout", "retrieve" ] } }, "response": [] }, { "name": "Check - Capture", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\r\n \"checkout_id\": \"023476f6e5aa9453ea19cf9c1e5aa1af\"\r\n}" }, "url": { "raw": "https://api.neuro-admin.com/checkout/capture", "protocol": "https", "host": [ "api", "neuro-admin", "com" ], "path": [ "checkout", "capture" ] } }, "response": [] }, { "name": "Check - Refund", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\r\n \"checkout_id\": \"023476f6e5aa9453ea19cf9c1e5aa1af\",\r\n \"amount\": 100\r\n}" }, "url": { "raw": "https://api.neuro-admin.com/checkout/refund", "protocol": "https", "host": [ "api", "neuro-admin", "com" ], "path": [ "checkout", "refund" ] } }, "response": [] }, { "name": "Check - Update", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\r\n \"checkout_id\": \"496ef2555e33884262dbb312d98b176b\",\r\n \"metaData\": {\r\n \"data999\": \"ciao\"\r\n }\r\n}" }, "url": { "raw": "https://api.neuro-admin.com/checkout/update", "protocol": "https", "host": [ "api", "neuro-admin", "com" ], "path": [ "checkout", "update" ] } }, "response": [] }, { "name": "Customer - Create", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\r\n \"first_name\": \"John\",\r\n \"last_name\": \"doe\",\r\n \"email\": \"johndoe@test.com\",\r\n \"metaData\": {\r\n \"kundnummer\": \"3333333\"\r\n }\r\n}" }, "url": { "raw": "https://api.neuro-admin.com/checkout/create-customer", "protocol": "https", "host": [ "api", "neuro-admin", "com" ], "path": [ "checkout", "create-customer" ] } }, "response": [] }, { "name": "Customer - Retrieve", "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json", "type": "text" } ], "body": { "mode": "raw", "raw": "{\r\n \"customer_id\": \"752f411574797067137f24ebe7224c4a\"\r\n}" }, "url": { "raw": "https://api.neuro-admin.com/checkout/retrieve-customer", "protocol": "https", "host": [ "api", "neuro-admin", "com" ], "path": [ "checkout", "retrieve-customer" ] } }, "response": [] } ] }