{"collection":{"info":{"_postman_id":"ca02bae9-7306-4dbf-8ba5-35250972bae7","name":"Noventiq Payments API","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json","createdAt":"2021-11-02T04:37:30.000Z","updatedAt":"2023-12-11T09:33:04.000Z","lastUpdatedBy":"15240180","uid":"15240180-ca02bae9-7306-4dbf-8ba5-35250972bae7"},"item":[{"name":"Create Payment (min dataset)","id":"0f2ab918-02f8-499e-a227-d888048ca94e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AuthorizationJWT","value":"Bearer {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"currency\": \"EUR\",\n  \"amount\": \"112.50\",\n  \"return_success_url\": \"https://shop.com/successful_payment\",\n  \"payment_method\": \"CreditCard\",\n  \"payment_id\": \"TEST12025\",\n  \"customer\": {\n    \"email\": \"customer@gmail.com\",\n    \"first_name\": \"Marcel\",\n    \"last_name\": \"Laporte\" \n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Base API URL}}/v1/payment","host":["{{Base API URL}}"],"path":["v1","payment"]}},"response":[],"createdAt":"2021-11-02T04:42:28.000Z","updatedAt":"2023-10-23T09:37:04.000Z","uid":"15240180-0f2ab918-02f8-499e-a227-d888048ca94e"},{"name":"Create Payment (full dataset)","id":"e4ca757d-0cfe-4573-be8c-e3c34fe3f3eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AuthorizationJWT","value":"Bearer {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"currency\": \"EUR\",\n  \"amount\": \"112.50\",\n  \"return_success_url\": \"https://shop.com/successful_payment\",\n  \"payment_method\": \"CreditCard\",\n  \"recurring_indicator\": false,\n  \"payment_id\": \"TEST12025\",\n  \"payment_description\": \"Test payment\",\n  \"locale\": \"en_EN\",\n  \"customer\": {\n    \"email\": \"customer@gmail.com\",\n    \"first_name\": \"Marcel\",\n    \"last_name\": \"Laporte\",\n    \"phone\": \"7999991111\",\n    \"vat_number\": \"12345654321\",\n    \"company_name\": \"My company\",\n    \"company_billing_address\": \"Trocadéro, Avenue Anatole-France, 5\",\n    \"company_delivery_address\": \"Trocadéro, Avenue Anatole-France, 5\"\n  },\n  \"additional_data\": {\n    \"referer7\": \"test\",\n    \"referer8\": \"testA\",\n    \"referer9\": \"testB\",\n    \"referer10\": \"testC\",\n    \"referer11\": \"testD\",\n    \"referer12\": \"testF\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Base API URL}}/v1/payment","host":["{{Base API URL}}"],"path":["v1","payment"]}},"response":[],"createdAt":"2021-11-02T04:38:48.000Z","updatedAt":"2023-10-26T07:18:48.000Z","uid":"15240180-e4ca757d-0cfe-4573-be8c-e3c34fe3f3eb"},{"name":"Auto-Payment","id":"08d687d6-205e-4c16-a1f4-ff1279de41eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AuthorizationJWT","value":"Bearer {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"parent_order_id\": 1122344,\n    \"payment_id\": \"TEST12025-2\",\n    \"currency\": \"EUR\",\n    \"amount\": \"112.50\",\n    \"payment_description\": \"Test payment\" \n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Base API URL}}/v1/payment/recurring","host":["{{Base API URL}}"],"path":["v1","payment","recurring"]}},"response":[],"createdAt":"2022-03-11T07:08:04.000Z","updatedAt":"2023-10-23T09:38:07.000Z","uid":"15240180-08d687d6-205e-4c16-a1f4-ff1279de41eb"},{"name":"Get token for authentication","id":"4bebf955-bdfe-452c-89c6-0b4ae9a2f784","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"{{Username}}\",\r\n    \"password\": \"{{Password}}\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Base API URL}}/v1/login_check","host":["{{Base API URL}}"],"path":["v1","login_check"]}},"response":[],"createdAt":"2021-11-02T04:38:39.000Z","updatedAt":"2023-10-23T09:38:39.000Z","uid":"15240180-4bebf955-bdfe-452c-89c6-0b4ae9a2f784"}]}}