{"info":{"_postman_id":"58a80082-8430-4277-a15e-a32e88911718","name":"MultiSafePay - API ","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Gateways","item":[{"name":"All Gateways","id":"bac3333c-6264-4161-870c-016ec006510f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/gateways","description":"https://docs.multisafepay.com/api/#retrieve-all-gateways"},"response":[],"_postman_id":"bac3333c-6264-4161-870c-016ec006510f"},{"name":"Gateway by ID","id":"5e9e282b-da86-48cd-814a-b7f2cde3d28d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/gateways/{id}","description":"https://docs.multisafepay.com/api/#retrieve-a-gateway"},"response":[],"_postman_id":"5e9e282b-da86-48cd-814a-b7f2cde3d28d"},{"name":"iDeal Issuer","id":"27eff57a-1cee-4324-be14-d445cb0db987","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"redirect\",\n    \"order_id\": \"my-order-id-1\",\n    \"gateway\": \"\",\n    \"currency\": \"EUR\",\n    \"amount\": \"1000\",\n    \"description\": \"Test Order Description\",\n    \"payment_options\": {\n       \"notification_url\": \"http://www.example.com/client/notification?type=notification\",\n        \"redirect_url\": \"http://www.example.com/client/notification?type=redirect\",\n        \"cancel_url\": \"http://www.example.com/client/notification?type=cancel\", \n        \"close_window\": \"\"\n    },\n    \"customer\": {\n        \"locale\": \"nl_NL\",\n        \"ip_address\": \"89.20.162.110\",\n        \"first_name\": \"Testperson-nl\",\n        \"last_name\": \"Approved\",\n        \"address1\": \"Kraanspoor\",\n        \"house_number\": \"39C\",\n        \"zip_code\": \"1033SC\",\n        \"city\": \"Amsterdam\",\n        \"country\": \"NL\",\n        \"phone\": \"0208500500\",\n        \"email\": \"test@example.com\",\n        \"referrer\": \"http://test.com\",\n        \"user_agent\": \"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36\"\n    },\n    \"second_chance\": {\n        \"send_email\" : true\n    }\n}"},"url":"{{baseUrl}}/issuers/ideal"},"response":[],"_postman_id":"27eff57a-1cee-4324-be14-d445cb0db987"}],"id":"00986618-eb61-4596-b856-c398d8a96de9","_postman_id":"00986618-eb61-4596-b856-c398d8a96de9"},{"name":"Orders","item":[{"name":"Create Redirect Order","id":"307787b9-7a79-4482-b629-9f8ba18b6805","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"redirect\",\n    \"order_id\": \"my-order-id-2\",\n    \"gateway\": \"\",\n    \"currency\": \"EUR\",\n    \"amount\": \"1000\",\n    \"description\": \"Test Order Description\",\n    \"payment_options\": {\n       \"notification_url\": \"http://www.example.com/client/notification?type=notification\",\n        \"redirect_url\": \"http://www.example.com/client/notification?type=redirect\",\n        \"cancel_url\": \"http://www.example.com/client/notification?type=cancel\", \n        \"close_window\": \"\"\n    },\n    \"customer\": {\n        \"locale\": \"nl_NL\",\n        \"ip_address\": \"89.20.162.110\",\n        \"first_name\": \"Testperson-nl\",\n        \"last_name\": \"Approved\",\n        \"address1\": \"Kraanspoor\",\n        \"house_number\": \"39C\",\n        \"zip_code\": \"1033SC\",\n        \"city\": \"Amsterdam\",\n        \"country\": \"NL\",\n        \"phone\": \"0208500500\",\n        \"email\": \"test@example.com\",\n        \"referrer\": \"http://test.com\",\n        \"user_agent\": \"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36\"\n    },\n    \"second_chance\": {\n        \"send_email\" : true\n    }\n}"},"url":"{{baseUrl}}/orders","description":"Create an order\nhttps://docs.multisafepay.com/api/#create-an-order"},"response":[],"_postman_id":"307787b9-7a79-4482-b629-9f8ba18b6805"},{"name":"Create Direct Order","id":"28c76f66-f2c9-4cac-98c7-506ffc657e0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"direct\",\n    \"order_id\": \"My-order-id-2\",\n    \"currency\": \"EUR\",\n    \"amount\": 1000,\n    \"gateway\": \"iDEAL\",\n    \"description\": \"product description\",\n    \"gateway_info\": {\n        \"issuer_id\": \"0021\"\n    },\n    \"payment_options\": {\n        \"notification_url\": \"http://www.example.com/client/notification?type=notification\",\n        \"redirect_url\": \"http://www.example.com/client/notification?type=redirect\",\n        \"cancel_url\": \"http://www.example.com/client/notification?type=cancel\", \n        \"close_window\": true\n    }\n}"},"url":"{{baseUrl}}/orders","description":"https://docs.multisafepay.com/api/#creates-a-direct-order"},"response":[],"_postman_id":"28c76f66-f2c9-4cac-98c7-506ffc657e0e"},{"name":"Recurring Payment","id":"e68d8038-f888-4e59-a55b-4a622dd23078","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"redirect\",\n    \"order_id\": \"My-order-id-3\",\n    \"gateway\": \"gatewaycode\",\n    \"recurring_id\": \"{recurring_id}\",\n    \"currency\": \"EUR\",\n    \"amount\": \"1000\",\n    \"description\": \"Test Order Description\",\n    \"payment_options\": {\n       \"notification_url\": \"http://www.example.com/client/notification?type=notification\",\n        \"redirect_url\": \"http://www.example.com/client/notification?type=redirect\",\n        \"cancel_url\": \"http://www.example.com/client/notification?type=cancel\", \n        \"close_window\": \"\"\n    }\n}"},"url":"{{baseUrl}}/orders"},"response":[],"_postman_id":"e68d8038-f888-4e59-a55b-4a622dd23078"},{"name":"Split Payments","id":"e7c53d79-3bc8-40b3-83d8-250bafd90a59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"redirect\",\n    \"order_id\": \"my-order-id-4\",\n    \"currency\": \"EUR\",\n    \"amount\": \"1000\",\n    \"description\": \"Split Payment Order\",\n    \"affiliate\": {\n        \"split_payments\": [\n            {\n                \"merchant\": 1001001,\n                \"fixed\": 112,\n                \"description\": \"Fixed fee\"\n            },\n            {\n                \"merchant\": 1001001,\n                \"percentage\": 11.2,\n                \"description\": \"percentage fee\"\n            }\n        ]\n    }\n}"},"url":"{{baseUrl}}/orders"},"response":[],"_postman_id":"e7c53d79-3bc8-40b3-83d8-250bafd90a59"},{"name":"Update Order","id":"425d92ed-2345-4ac2-a125-beaa84f41144","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"tracktrace_code\": \"3SMSP0123456789\",\n    \"carrier\": \"MSP Logistics\",\n    \"ship_date\": \"01-01-1911\",\n    \"reason\": \"Fulfilled by warehouse\",\n    \"invoice_id\": \"AB12345\"\n}"},"url":"{{baseUrl}}/orders/{{oder_id}}"},"response":[],"_postman_id":"425d92ed-2345-4ac2-a125-beaa84f41144"},{"name":"Retrieve an order","id":"0e24c95b-1cef-4c7a-be45-182fff8b721d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/orders/{{order_id}}"},"response":[],"_postman_id":"0e24c95b-1cef-4c7a-be45-182fff8b721d"},{"name":"Dynamic Template","id":"6e69944f-d326-4bb6-92a0-29d948df35f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"redirect\",\n    \"order_id\": \"my-order-id-5\",\n    \"gateway\": \"\",\n    \"currency\": \"EUR\",\n    \"amount\": \"1000\",\n    \"description\": \"Test Order Description\",\n    \"manual\": \"false\",\n   \"payment_options\": {\n        \"notification_url\": \"http://www.example.com/client/notification?type=notification\",\n        \"redirect_url\": \"http://www.example.com/client/notification?type=redirect\",\n        \"cancel_url\": \"http://www.example.com/client/notification?type=cancel\",\n        \"template_id\": \"123456\",\n        \"template\": {\n            \"version\": \"1.0\",\n            \"settings\": {\n                \"hide_logo\": false,\n                \"hide_flags\": false,\n                \"hide_powered\": false,\n                \"hide_cart\": false,\n                \"hide_btn_cancel\": false,\n                \"hide_cc_logos\": false,\n                \"hide_btn_all_methods\": false\n            },\n            \"header\": {\n                \"logo\": {\n                    \"image\": \"\"\n                },\n                \"cover\": {\n                    \"image\": \"\"\n                },\n                \"background\": \"\",\n                \"text\": \"#333\"\n            },\n            \"body\": {\n                \"text\": \"#ab141b\",\n                \"background\": \"#fdfcfc\",\n                \"link\": {\n                    \"text\": \"#00acf1\",\n                    \"hover\": {\n                        \"text\": \"\",\n                        \"border\": \"\"\n                    }\n                }\n            },\n            \"container\": {\n                \"text\": \"#ffffff\",\n                \"label\": \"#a4a3a3\",\n                \"background\": \"#080808\",\n                \"link\": {\n                    \"text\": \"\"\n                }\n            },\n            \"cart\": {\n                \"text\": \"#333333\",\n                \"label\": \"#8b8b8b\",\n                \"background\": \"#ffffff\",\n                \"border\": \"#333333\"\n            },\n            \"payment_form\": {\n                \"text\": \"#ab141b\",\n                \"background\": \"#ffffff\",\n                \"border\": \"#333333\",\n                \"inputs\": {\n                    \"border\": \"#bdbbbb\",\n                    \"label\": \"#8b8b8b\"\n                }\n            },\n            \"buttons\": {\n                \"payment_method\": {\n                    \"background\": \"#ffffff\",\n                    \"text\": \"#ab141b\",\n                    \"border\": \"#333333\",\n                    \"hover\": {\n                        \"background\": \"#ab141b\",\n                        \"text\": \"#ffffff\",\n                        \"border\": \"\"\n                    },\n                    \"active\": {\n                        \"background\": \"\",\n                        \"text\": \"\",\n                        \"border\": \"\"\n                    }\n                },\n                \"secondary\": {\n                    \"background\": \"#00acf1\",\n                    \"text\": \"#ffffff\",\n                    \"hover\": {\n                        \"background\": \"\",\n                        \"text\": \"\"\n                    }\n                },\n                \"primary\": {\n                    \"background\": \"#cccccc\",\n                    \"text\": \"#ffffff\",\n                    \"hover\": {\n                        \"background\": \"\",\n                        \"text\": \"\"\n                    }\n                }\n            }\n        }\n    },\n    \"customer\": {\n        \"email\": \"test@example.com\"\n    }\n}"},"url":"{{baseUrl}}/orders","description":"https://docs.multisafepay.com/api/#dynamic-template"},"response":[],"_postman_id":"6e69944f-d326-4bb6-92a0-29d948df35f2"}],"id":"0bb77951-a06e-477f-b8b5-1aa5fc002c10","_postman_id":"0bb77951-a06e-477f-b8b5-1aa5fc002c10"},{"name":"Payment Methods","item":[{"name":"AfterPay","id":"fb7c5737-03da-4959-bd94-fa9be26218ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"direct\",\n    \"gateway\": \"AFTERPAY\",\n    \"order_id\": \"my-order-id-1\",\n    \"currency\": \"EUR\",\n    \"amount\": \"37380\",\n    \"description\": \"Test Order Description\",\n    \"var1\": \"\",\n    \"var2\": \"\",\n    \"var3\": \"\",\n    \"items\": \"\",\n    \"manual\": \"false\",\n    \"payment_options\": {\n       \"notification_url\": \"http://www.example.com/client/notification?type=notification\",\n        \"redirect_url\": \"http://www.example.com/client/notification?type=redirect\",\n        \"cancel_url\": \"http://www.example.com/client/notification?type=cancel\", \n        \"close_window\": \"\"\n    },\n    \"customer\": {\n        \"locale\": \"nl_NL\",\n        \"ip_address\": \"31.148.195.10\",\n        \"forwarded_ip\": \"\",\n        \"first_name\": \"Testperson-nl\",\n        \"last_name\": \"Approved\",\n        \"address1\": \"Neherkade\",\n        \"address2\": \"\",\n        \"house_number\": \"1/XI\",\n        \"zip_code\": \"2521VA\",\n        \"city\": \"Gravenhage\",\n        \"state\": \"\",\n        \"country\": \"NL\",\n        \"email\": \"rejection@afterpay.nl\",\n        \"referrer\": \"http://multisafepay-demo.com/plugingroup/dev/magento/1901/checkout/cart/\",\n        \"user_agent\": \"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36\"\n    },\n    \"delivery\": {\n        \"first_name\": \"Testperson-nl\",\n        \"last_name\": \"Approved\",\n        \"address1\": \"Neherkade\",\n        \"address2\": \"\",\n        \"house_number\": \"1/XI\",\n        \"zip_code\": \"2521VA\",\n        \"city\": \"Gravenhage\",\n        \"state\": \"\",\n        \"country\": \"NL\",\n        \"phone\": \"0612345678\",\n        \"email\": \"rejection@afterpay.nl\"\n    },\n    \"gateway_info\": {\n        \"birthday\": \"1970-07-10\",\n        \"gender\": \"mr\",\n        \"phone\": \"0612345678\",\n        \"email\": \"rejection@afterpay.nl\"\n    },\n    \"shopping_cart\": {\n        \"items\": [\n            {\n                \"name\": \"Geometric Candle Holders\",\n                \"description\": \"\",\n                \"unit_price\": \"90\",\n                \"quantity\": \"3\",\n                \"merchant_item_id\": \"1111\",\n                \"tax_table_selector\": \"BTW21\",\n                \"weight\": {\n                    \"unit\": \"KG\",\n                    \"value\": \"12\"\n                }\n            },\n            {\n                \"name\": \"Nice apple\",\n                \"description\": \"\",\n                \"unit_price\": \"35\",\n                \"quantity\": \"1\",\n                \"merchant_item_id\": \"666666\",\n                \"tax_table_selector\": \"BTW6\",\n                \"weight\": {\n                    \"unit\": \"KG\",\n                    \"value\": \"20\"\n                }\n            },\n            {\n                \"name\": \"Flat Rate - Fixed\",\n                \"description\": \"Shipping\",\n                \"unit_price\": \"10.0000\",\n                \"quantity\": \"1\",\n                \"merchant_item_id\": \"msp-shipping\",\n                \"tax_table_selector\": \"none\",\n                \"weight\": {\n                    \"unit\": \"KG\",\n                    \"value\": \"0\"\n                }\n            }\n        ]\n    },\n    \"checkout_options\": {\n        \"tax_tables\": {\n            \"default\": {\n                \"shipping_taxed\": \"true\",\n                \"rate\": \"0.21\"\n            },\n            \"alternate\": [\n                {\n                    \"name\": \"BTW21\",\n                    \"standalone\": true,\n                    \"rules\": [\n                        {\n                            \"rate\": \"0.21\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"BTW6\",\n                    \"standalone\": true,\n                    \"rules\": [\n                        {\n                            \"rate\": \"0.06\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"BTW0\",\n                    \"standalone\": true,\n                    \"rules\": [\n                        {\n                            \"rate\": \"0.00\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"0.0000\",\n                    \"standalone\": false,\n                    \"rules\": [\n                        {\n                            \"rate\": \"0\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"0.0000\",\n                    \"standalone\": false,\n                    \"rules\": [\n                        {\n                            \"rate\": \"0\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"FEE\",\n                    \"standalone\": false,\n                    \"rules\": [\n                        {\n                            \"rate\": \"0.00\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"none\",\n                    \"standalone\": false,\n                    \"rules\": [\n                        {\n                            \"rate\": \"0.00\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"2\",\n                    \"standalone\": true,\n                    \"rules\": [\n                        {\n                            \"rate\": \"0.0825\",\n                            \"country\": \"US\"\n                        },\n                        {\n                            \"rate\": \"0.08375\",\n                            \"country\": \"US\"\n                        }\n                    ]\n                }\n            ]\n        }\n    }\n}"},"url":"{{baseUrl}}/orders"},"response":[],"_postman_id":"fb7c5737-03da-4959-bd94-fa9be26218ef"},{"name":"Alipay","id":"207f9139-39bd-4205-975b-dbb063815ba4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"redirect\",\n    \"order_id\": \"my-order-id-1\",\n    \"gateway\": \"ALIPAY\",\n    \"currency\": \"EUR\",\n    \"amount\": \"1000\",\n    \"description\": \"Test Order Description\",\n    \"payment_options\": {\n       \"notification_url\": \"http://www.example.com/client/notification?type=notification\",\n        \"redirect_url\": \"http://www.example.com/client/notification?type=redirect\",\n        \"cancel_url\": \"http://www.example.com/client/notification?type=cancel\", \n        \"close_window\": \"\"\n    },\n    \"customer\": {\n        \"locale\": \"en_US\"\n    }\n}"},"url":"{{baseUrl}}/orders"},"response":[],"_postman_id":"207f9139-39bd-4205-975b-dbb063815ba4"},{"name":"Bancontact","id":"9b51c610-44dd-4399-97f4-b1af48c7f9da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"redirect\",\n    \"order_id\": \"my-order-id-1\",\n    \"gateway\": \"MISTERCASH\",\n    \"currency\": \"EUR\",\n    \"amount\": \"1000\",\n    \"description\": \"Test Order Description\",\n    \"payment_options\": {\n       \"notification_url\": \"http://www.example.com/client/notification?type=notification\",\n        \"redirect_url\": \"http://www.example.com/client/notification?type=redirect\",\n        \"cancel_url\": \"http://www.example.com/client/notification?type=cancel\", \n        \"close_window\": \"\"\n    },\n    \"customer\": {\n        \"locale\": \"en_US\"\n    }\n}"},"url":"{{baseUrl}}/orders"},"response":[],"_postman_id":"9b51c610-44dd-4399-97f4-b1af48c7f9da"},{"name":"Bank Transfer","id":"cd3a9be1-486c-4f4c-adee-1e135b6e2c0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"direct\",\n    \"order_id\": \"my-order-id-1\",\n    \"gateway\": \"BANKTRANS\",\n    \"currency\": \"EUR\",\n    \"amount\": \"9743\",\n    \"description\": \"Test Order Description\",\n    \"payment_options\": {\n       \"notification_url\": \"http://www.example.com/client/notification?type=notification\",\n        \"redirect_url\": \"http://www.example.com/client/notification?type=redirect\",\n        \"cancel_url\": \"http://www.example.com/client/notification?type=cancel\", \n        \"close_window\": \"\"\n    }\n}"},"url":"{{baseUrl}}/orders"},"response":[],"_postman_id":"cd3a9be1-486c-4f4c-adee-1e135b6e2c0c"},{"name":"Belfius","id":"d09594d6-fb9b-45da-8b24-d6cb17bf617d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"redirect\",\n    \"order_id\": \"my-order-id-1\",\n    \"gateway\": \"BELFIUS\",\n    \"currency\": \"EUR\",\n    \"amount\": \"1000\",\n    \"description\": \"Test Order Description\",\n    \"payment_options\": {\n       \"notification_url\": \"http://www.example.com/client/notification?type=notification\",\n        \"redirect_url\": \"http://www.example.com/client/notification?type=redirect\",\n        \"cancel_url\": \"http://www.example.com/client/notification?type=cancel\", \n        \"close_window\": \"\"\n    },\n    \"customer\": {\n        \"locale\": \"en_US\"\n    }\n}"},"url":"{{baseUrl}}/orders"},"response":[],"_postman_id":"d09594d6-fb9b-45da-8b24-d6cb17bf617d"},{"name":"Credit Cards","id":"a5bd6306-fba2-49b8-9966-4db0118da80e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"direct\",\n    \"order_id\": \"my-order-id-1\",\n    \"gateway\": \"CREDITCARD\",\n    \"currency\": \"EUR\",\n    \"amount\": \"9743\",\n    \"description\": \"Test Order Description\",\n   \"payment_options\": {\n       \"notification_url\": \"http://www.example.com/client/notification?type=notification\",\n        \"redirect_url\": \"http://www.example.com/client/notification?type=redirect\",\n        \"cancel_url\": \"http://www.example.com/client/notification?type=cancel\", \n        \"close_window\": \"\"\n    },\n    \"gateway_info\": {\n        \"card_number\": \"4012001038443335\",\n        \"card_holder_name\": \"Test Holder Name\",\n        \"card_expiry_date\": \"2022\",\n        \"card_cvc\": \"123\"\n    },\n    \"customer\": {\n        \"locale\": \"en_US\",\n        \"ip_address\": \"31.148.195.10\",\n        \"forwarded_ip\": \"\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"address1\": \"Neherkade\",\n        \"house_number\": \"XI\",\n        \"zip_code\": \"2521VA\",\n        \"city\": \"Gravenhage\",\n        \"state\": \"\",\n        \"country\": \"NL\",\n        \"email\": \"test@example.com\",\n        \"referrer\": \"http://example.com\",\n        \"user_agent\": \"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36\"\n    }\n}"},"url":"{{baseUrl}}/orders"},"response":[],"_postman_id":"a5bd6306-fba2-49b8-9966-4db0118da80e"},{"name":"Direct Debit","id":"bffe81a8-1fca-465c-a95c-1523c93eac27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"direct\",\n    \"order_id\": \"my-order-id-1\",\n    \"gateway\": \"DIRDEB\",\n    \"currency\": \"EUR\",\n    \"amount\": \"9743\",\n    \"description\": \"Test Order Description\",\n    \"payment_options\": {\n       \"notification_url\": \"http://www.example.com/client/notification?type=notification\",\n        \"redirect_url\": \"http://www.example.com/client/notification?type=redirect\",\n        \"cancel_url\": \"http://www.example.com/client/notification?type=cancel\", \n        \"close_window\": \"\"\n    },\n    \"customer\": {\n        \"locale\": \"en_US\",\n        \"ip_address\": \"31.148.195.10\",\n        \"forwarded_ip\": \"\"\n    },\n    \"gateway_info\": {\n        \"account_id\": \"NL87ABNA0000000001\",\n        \"account_holder_name\": \"J Janse\",\n        \"account_holder_city\": \"Amsterdam\",\n        \"account_holder_country\": \"NL\",\n        \"account_holder_iban\": \"NL87ABNA0000000001\",\n        \"account_holder_bic\": \"NL\",\n        \"emandate\": \"madateID\"\n    }\n}"},"url":"{{baseUrl}}/orders"},"response":[],"_postman_id":"bffe81a8-1fca-465c-a95c-1523c93eac27"},{"name":"Dotpay","id":"de378499-106a-4ed8-9019-e5809c0944e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"redirect\",\n    \"order_id\": \"my-order-id-1\",\n    \"gateway\": \"DOTPAY\",\n    \"currency\": \"EUR\",\n    \"amount\": \"1000\",\n    \"description\": \"Test Order Description\",\n    \"payment_options\": {\n       \"notification_url\": \"http://www.example.com/client/notification?type=notification\",\n        \"redirect_url\": \"http://www.example.com/client/notification?type=redirect\",\n        \"cancel_url\": \"http://www.example.com/client/notification?type=cancel\", \n        \"close_window\": \"\"\n    },\n    \"customer\": {\n        \"locale\": \"en_US\"\n    }\n}"},"url":"{{baseUrl}}/orders"},"response":[],"_postman_id":"de378499-106a-4ed8-9019-e5809c0944e2"},{"name":"E-invoicing","id":"1b395797-2e2d-4e47-ad80-ecf1a815b1e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"direct\",\n    \"gateway\": \"EINVOICE\",\n    \"order_id\": \"my-order-id-1\",\n    \"currency\": \"EUR\",\n    \"amount\": \"26000\",\n    \"description\": \"Test Order Description\",\n    \"var1\": \"\",\n    \"var2\": \"\",\n    \"var3\": \"\",\n    \"items\": \"\",\n    \"manual\": \"false\",\n    \"gateway_info\": {\n        \"birthday\": \"1980-01-30\",\n        \"bankaccount\": \"0417164300\",\n        \"phone\": \"0208500500\",\n        \"email\": \"example@example.com\"\n    },\n    \"payment_options\": {\n       \"notification_url\": \"http://www.example.com/client/notification?type=notification\",\n        \"redirect_url\": \"http://www.example.com/client/notification?type=redirect\",\n        \"cancel_url\": \"http://www.example.com/client/notification?type=cancel\", \n        \"close_window\": \"\"\n    },\n    \"customer\": {\n        \"locale\": \"us\",\n        \"ip_address\": \"31.148.195.10\",\n        \"forwarded_ip\": \"\",\n        \"first_name\": \"Testperson-nl\",\n        \"last_name\": \"Approved\",\n        \"address1\": \"Neherkade\",\n        \"address2\": \"\",\n        \"house_number\": \"39c\",\n        \"zip_code\": \"1033 SC\",\n        \"city\": \"Gravenhage\",\n        \"state\": \"\",\n        \"country\": \"NL\",\n        \"email\": \"test@example.com\",\n        \"referrer\": \"http://www.example.com\",\n        \"user_agent\": \"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36\"\n    },\n    \"delivery\": {\n        \"first_name\": \"Testperson-nl\",\n        \"last_name\": \"Approved\",\n        \"address1\": \"Neherkade\",\n        \"address2\": \"\",\n        \"house_number\": \"39c\",\n        \"zip_code\": \"1033 SC\",\n        \"city\": \"Gravenhage\",\n        \"state\": \"\",\n        \"country\": \"NL\",\n        \"phone\": \"\",\n        \"email\": \"\"\n    },\n    \"shopping_cart\": {\n        \"items\": [\n            {\n                \"name\": \"Item demo 1\",\n                \"description\": \"\",\n                \"unit_price\": \"90\",\n                \"quantity\": \"2\",\n                \"merchant_item_id\": \"666666\",\n                \"tax_table_selector\": \"none\",\n                \"weight\": {\n                    \"unit\": \"KG\",\n                    \"value\": \"12\"\n                }\n            },\n            {\n                \"name\": \"Item demo 2\",\n                \"description\": \"\",\n                \"unit_price\": \"35\",\n                \"quantity\": \"2\",\n                \"merchant_item_id\": \"666666\",\n                \"tax_table_selector\": \"none\",\n                \"weight\": {\n                    \"unit\": \"KG\",\n                    \"value\": \"20\"\n                }\n            },\n            {\n                \"name\": \"Item shipping - Flat Rate - Fixed\",\n                \"description\": \"Shipping\",\n                \"unit_price\": \"10\",\n                \"quantity\": \"1\",\n                \"merchant_item_id\": \"msp-shipping\",\n                \"tax_table_selector\": \"none\",\n                \"weight\": {\n                    \"unit\": \"KG\",\n                    \"value\": \"0\"\n                }\n            }\n        ]\n    },\n    \"checkout_options\": {\n        \"tax_tables\": {\n            \"default\": {\n                \"shipping_taxed\": \"true\",\n                \"rate\": \"0.21\"\n            },\n            \"alternate\": [\n                {\n                    \"name\": \"BTW21\",\n                    \"standalone\": true,\n                    \"rules\": [\n                        {\n                            \"rate\": \"0.21\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"BTW6\",\n                    \"standalone\": true,\n                    \"rules\": [\n                        {\n                            \"rate\": \"0.06\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"BTW0\",\n                    \"standalone\": true,\n                    \"rules\": [\n                        {\n                            \"rate\": \"0.00\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"0.0000\",\n                    \"standalone\": false,\n                    \"rules\": [\n                        {\n                            \"rate\": \"0\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"0.0000\",\n                    \"standalone\": false,\n                    \"rules\": [\n                        {\n                            \"rate\": \"0\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"FEE\",\n                    \"standalone\": false,\n                    \"rules\": [\n                        {\n                            \"rate\": \"0.00\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"none\",\n                    \"standalone\": false,\n                    \"rules\": [\n                        {\n                            \"rate\": \"0.00\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"2\",\n                    \"standalone\": true,\n                    \"rules\": [\n                        {\n                            \"rate\": \"0.0825\",\n                            \"country\": \"US\"\n                        },\n                        {\n                            \"rate\": \"0.08375\",\n                            \"country\": \"NL\"\n                        }\n                    ]\n                }\n            ]\n        }\n    }\n}"},"url":"{{baseUrl}}/orders"},"response":[],"_postman_id":"1b395797-2e2d-4e47-ad80-ecf1a815b1e5"},{"name":"EPS","id":"b591f4c4-6613-4890-9c5d-92c56decebd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"redirect\",\n    \"order_id\": \"my-order-id-1\",\n    \"gateway\": \"EPS\",\n    \"currency\": \"EUR\",\n    \"amount\": \"1000\",\n    \"description\": \"Test Order Description\",\n   \"payment_options\": {\n       \"notification_url\": \"http://www.example.com/client/notification?type=notification\",\n        \"redirect_url\": \"http://www.example.com/client/notification?type=redirect\",\n        \"cancel_url\": \"http://www.example.com/client/notification?type=cancel\", \n        \"close_window\": \"\"\n    },\n    \"customer\": {\n        \"locale\": \"en_US\"\n    }\n}"},"url":"{{baseUrl}}/orders"},"response":[],"_postman_id":"b591f4c4-6613-4890-9c5d-92c56decebd9"},{"name":"Gift card","id":"7106515c-a041-44a6-ad7e-a907bb06b22d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"redirect\",\n    \"order_id\": \"my-order-id\",\n    \"gateway\": \"VVVGIFTCRD\",\n    \"currency\": \"EUR\",\n    \"amount\": \"1000\",\n    \"description\": \"Test Order Description\",\n    \"manual\": \"false\",\n    \"payment_options\": {\n        \"notification_url\": \"http://www.example.com/client/json-live/notification?type=notification\",\n        \"redirect_url\": \"http://www.example.comclient/json-live/notification?type=redirect\",\n        \"cancel_url\": \"http://www.example.com/client/json-live/notification?type=cancel\",\n        \"close_window\": \"\"\n    },\n    \"customer\": {\n        \"locale\": \"nl_NL\",\n        \"ip_address\": \"89.20.162.110\",\n        \"country\": \"NL\",\n        \"email\": \"test@example.com\"\n    }\n}"},"url":"{{baseUrl}}/orders"},"response":[],"_postman_id":"7106515c-a041-44a6-ad7e-a907bb06b22d"},{"name":"Giropay","id":"e4a97ca5-2190-4d16-93a7-492436c7f10a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"redirect\",\n    \"order_id\": \"my-order-id-1\",\n    \"gateway\": \"GIROPAY\",\n    \"currency\": \"EUR\",\n    \"amount\": \"1000\",\n    \"description\": \"Test Order Description\",\n    \"payment_options\": {\n       \"notification_url\": \"http://www.example.com/client/notification?type=notification\",\n        \"redirect_url\": \"http://www.example.com/client/notification?type=redirect\",\n        \"cancel_url\": \"http://www.example.com/client/notification?type=cancel\", \n        \"close_window\": \"\"\n    },\n    \"customer\": {\n        \"locale\": \"en_US\"\n    }\n}"},"url":"{{baseUrl}}/orders"},"response":[],"_postman_id":"e4a97ca5-2190-4d16-93a7-492436c7f10a"},{"name":"iDEAL Redirect","id":"75db2ede-cd6f-4b4e-b64a-256426ea85ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"redirect\",\n    \"order_id\": \"my-order-id-1\",\n    \"gateway\": \"IDEAL\",\n    \"currency\": \"EUR\",\n    \"amount\": \"1000\",\n    \"description\": \"Test Order Description\",\n    \"payment_options\": {\n       \"notification_url\": \"http://www.example.com/client/notification?type=notification\",\n        \"redirect_url\": \"http://www.example.com/client/notification?type=redirect\",\n        \"cancel_url\": \"http://www.example.com/client/notification?type=cancel\", \n        \"close_window\": \"\"\n    },\n    \"customer\": {\n        \"locale\": \"en_US\"\n    }\n}"},"url":"{{baseUrl}}/orders"},"response":[],"_postman_id":"75db2ede-cd6f-4b4e-b64a-256426ea85ab"},{"name":"iDEAL Direct","id":"ca8b6ffc-9a24-4f5d-84ad-4ed5c6532966","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"direct\",\n    \"order_id\": \"apitool_504957\",\n    \"currency\": \"EUR\",\n    \"amount\": 1000,\n    \"gateway\": \"iDEAL\",\n    \"description\": \"product description\",\n    \"custom_info\": {},\n    \"gateway_info\": {\n        \"issuer_id\": \"0031\"\n    },\n     \"payment_options\": {\n       \"notification_url\": \"http://www.example.com/client/notification?type=notification\",\n        \"redirect_url\": \"http://www.example.com/client/notification?type=redirect\",\n        \"cancel_url\": \"http://www.example.com/client/notification?type=cancel\", \n        \"close_window\": \"\"\n    }\n}"},"url":"{{baseUrl}}/orders"},"response":[],"_postman_id":"ca8b6ffc-9a24-4f5d-84ad-4ed5c6532966"},{"name":"iDEAL QR","id":"ea060b01-d903-474b-98e7-c98bb0c1944c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"direct\",\n    \"order_id\": \"my-order-id-1\",\n    \"gateway\": \"iDEALQR\",\n    \"currency\": \"EUR\",\n    \"amount\": \"1000\",\n    \"description\": \"Test Order Description\",\n    \"payment_options\": {\n       \"notification_url\": \"http://www.example.com/client/notification?type=notification\",\n        \"redirect_url\": \"http://www.example.com/client/notification?type=redirect\",\n        \"cancel_url\": \"http://www.example.com/client/notification?type=cancel\", \n        \"close_window\": \"\"\n    },\n    \"gateway_info\": {\n        \"qr_size\": 250,\n        \"allow_multiple\": false,\n        \"allow_change_amount\": false,\n        \"max_amount\": 1000\n    },\n    \"customer\": {\n        \"locale\": \"en_US\"\n    }\n}"},"url":"{{baseUrl}}/orders"},"response":[],"_postman_id":"ea060b01-d903-474b-98e7-c98bb0c1944c"},{"name":"ING Home Pay","id":"e434d812-a468-4638-9b5d-19bf48982944","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"direct\",\n    \"order_id\": \"my-order-id-1\",\n    \"gateway\": \"INGHOME\",\n    \"currency\": \"EUR\",\n    \"amount\": \"1000\",\n    \"description\": \"Test Order Description\",\n    \"payment_options\": {\n       \"notification_url\": \"http://www.example.com/client/notification?type=notification\",\n        \"redirect_url\": \"http://www.example.com/client/notification?type=redirect\",\n        \"cancel_url\": \"http://www.example.com/client/notification?type=cancel\", \n        \"close_window\": \"\"\n    },\n    \"customer\": {\n        \"locale\": \"en_US\"\n    }\n}"},"url":"{{baseUrl}}/orders"},"response":[],"_postman_id":"e434d812-a468-4638-9b5d-19bf48982944"},{"name":"KBC","id":"84d3998b-faf5-4f39-a08c-9ad3c7e7de0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"redirect\",\n    \"order_id\": \"my-order-id-1\",\n    \"gateway\": \"KBC\",\n    \"currency\": \"EUR\",\n    \"amount\": \"1000\",\n    \"description\": \"Test Order Description\",\n    \"payment_options\": {\n       \"notification_url\": \"http://www.example.com/client/notification?type=notification\",\n        \"redirect_url\": \"http://www.example.com/client/notification?type=redirect\",\n        \"cancel_url\": \"http://www.example.com/client/notification?type=cancel\", \n        \"close_window\": \"\"\n    },\n    \"customer\": {\n        \"locale\": \"en_US\"\n    }\n}"},"url":"{{baseUrl}}/orders"},"response":[],"_postman_id":"84d3998b-faf5-4f39-a08c-9ad3c7e7de0d"},{"name":"Klarna","id":"8cb47c61-5a1c-448d-b405-f9d095160289","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"direct\",\n    \"gateway\": \"KLARNA\",\n    \"order_id\": \"my-order-id-1\",\n    \"currency\": \"EUR\",\n    \"amount\": \"26000\",\n    \"description\": \"Test Order Description\",\n    \"var1\": \"\",\n    \"var2\": \"\",\n    \"var3\": \"\",\n    \"items\": \"\",\n    \"manual\": \"false\",\n    \"gateway_info\": {\n        \"birthday\": \"1970-07-10\",\n        \"gender\": \"male\",\n        \"phone\": \"0612345678\",\n        \"email\": \"youremail@email.com\"\n    },\n    \"payment_options\": {\n       \"notification_url\": \"http://www.example.com/client/notification?type=notification\",\n        \"redirect_url\": \"http://www.example.com/client/notification?type=redirect\",\n        \"cancel_url\": \"http://www.example.com/client/notification?type=cancel\", \n        \"close_window\": \"\"\n    },\n    \"customer\": {\n        \"locale\": \"en_US\",\n        \"ip_address\": \"31.148.195.10\",\n        \"forwarded_ip\": \"\",\n        \"first_name\": \"Testperson-nl\",\n        \"last_name\": \"Approved\",\n        \"address1\": \"Neherkade\",\n        \"address2\": \"\",\n        \"house_number\": \"39c\",\n        \"zip_code\": \"1033 SC\",\n        \"city\": \"Gravenhage\",\n        \"state\": \"\",\n        \"country\": \"NL\",\n        \"email\": \"test@example.com\",\n        \"referrer\": \"http://www.example.com\",\n        \"user_agent\": \"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36\"\n    },\n    \"delivery\": {\n        \"first_name\": \"Testperson-nl\",\n        \"last_name\": \"Approved\",\n        \"address1\": \"Neherkade\",\n        \"address2\": \"\",\n        \"house_number\": \"39c\",\n        \"zip_code\": \"1033 SC\",\n        \"city\": \"Gravenhage\",\n        \"state\": \"\",\n        \"country\": \"NL\",\n        \"phone\": \"\",\n        \"email\": \"\"\n    },\n    \"shopping_cart\": {\n        \"items\": [\n            {\n                \"name\": \"Item demo 1\",\n                \"description\": \"\",\n                \"unit_price\": \"90\",\n                \"quantity\": \"2\",\n                \"merchant_item_id\": \"111111\",\n                \"tax_table_selector\": \"none\",\n                \"weight\": {\n                    \"unit\": \"KG\",\n                    \"value\": \"12\"\n                }\n            },\n            {\n                \"name\": \"Item demo 2\",\n                \"description\": \"\",\n                \"unit_price\": \"35\",\n                \"quantity\": \"2\",\n                \"merchant_item_id\": \"666666\",\n                \"tax_table_selector\": \"none\",\n                \"weight\": {\n                    \"unit\": \"KG\",\n                    \"value\": \"20\"\n                }\n            },\n            {\n                \"name\": \"Item shipping - Flat Rate - Fixed\",\n                \"description\": \"Shipping\",\n                \"unit_price\": \"10\",\n                \"quantity\": \"1\",\n                \"merchant_item_id\": \"msp-shipping\",\n                \"tax_table_selector\": \"none\",\n                \"weight\": {\n                    \"unit\": \"KG\",\n                    \"value\": \"0\"\n                }\n            }\n        ]\n    },\n    \"checkout_options\": {\n        \"tax_tables\": {\n            \"default\": {\n                \"shipping_taxed\": \"true\",\n                \"rate\": \"0.21\"\n            },\n            \"alternate\": [\n                {\n                    \"name\": \"BTW21\",\n                    \"standalone\": true,\n                    \"rules\": [\n                        {\n                            \"rate\": \"0.21\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"BTW6\",\n                    \"standalone\": true,\n                    \"rules\": [\n                        {\n                            \"rate\": \"0.06\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"BTW0\",\n                    \"standalone\": true,\n                    \"rules\": [\n                        {\n                            \"rate\": \"0.00\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"0.0000\",\n                    \"standalone\": false,\n                    \"rules\": [\n                        {\n                            \"rate\": \"0\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"0.0000\",\n                    \"standalone\": false,\n                    \"rules\": [\n                        {\n                            \"rate\": \"0\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"FEE\",\n                    \"standalone\": false,\n                    \"rules\": [\n                        {\n                            \"rate\": \"0.00\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"none\",\n                    \"standalone\": false,\n                    \"rules\": [\n                        {\n                            \"rate\": \"0.00\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"2\",\n                    \"standalone\": true,\n                    \"rules\": [\n                        {\n                            \"rate\": \"0.0825\",\n                            \"country\": \"US\"\n                        },\n                        {\n                            \"rate\": \"0.08375\",\n                            \"country\": \"NL\"\n                        }\n                    ]\n                }\n            ]\n        }\n    }\n}"},"url":"{{baseUrl}}/orders"},"response":[],"_postman_id":"8cb47c61-5a1c-448d-b405-f9d095160289"},{"name":"Pay After Delivery","id":"c6d2076b-d5c1-48ce-9828-df74d01320e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"redirect\",\n    \"gateway\": \"PAYAFTER\",\n    \"order_id\": \"my-order-id-1\",\n    \"currency\": \"EUR\",\n    \"amount\": \"26000\",\n    \"description\": \"Test Order Description\",\n    \"var1\": \"\",\n    \"var2\": \"\",\n    \"var3\": \"\",\n    \"items\": \"\",\n    \"manual\": \"false\",\n    \"gateway_info\": {\n        \"birthday\": \"1980-01-30\",\n        \"bankaccount\": \"0417164300\",\n        \"phone\": \"0208500500\",\n        \"email\": \"example@example.com\"\n    },\n    \"payment_options\": {\n       \"notification_url\": \"http://www.example.com/client/notification?type=notification\",\n        \"redirect_url\": \"http://www.example.com/client/notification?type=redirect\",\n        \"cancel_url\": \"http://www.example.com/client/notification?type=cancel\", \n        \"close_window\": \"\"\n    },\n    \"customer\": {\n        \"locale\": \"us\",\n        \"ip_address\": \"31.148.195.10\",\n        \"forwarded_ip\": \"\",\n        \"first_name\": \"Testperson-nl\",\n        \"last_name\": \"Approved\",\n        \"address1\": \"Neherkade\",\n        \"address2\": \"\",\n        \"house_number\": \"39c\",\n        \"zip_code\": \"1033 SC\",\n        \"city\": \"Gravenhage\",\n        \"state\": \"\",\n        \"country\": \"NL\",\n        \"email\": \"test@example.com\",\n        \"referrer\": \"http://www.example.com\",\n        \"user_agent\": \"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36\"\n    },\n    \"delivery\": {\n        \"first_name\": \"Testperson-nl\",\n        \"last_name\": \"Approved\",\n        \"address1\": \"Neherkade\",\n        \"address2\": \"\",\n        \"house_number\": \"39c\",\n        \"zip_code\": \"1033 SC\",\n        \"city\": \"Gravenhage\",\n        \"state\": \"\",\n        \"country\": \"NL\",\n        \"phone\": \"\",\n        \"email\": \"\"\n    },\n    \"shopping_cart\": {\n        \"items\": [\n            {\n                \"name\": \"Item demo 1\",\n                \"description\": \"\",\n                \"unit_price\": \"90\",\n                \"quantity\": \"2\",\n                \"merchant_item_id\": \"111111\",\n                \"tax_table_selector\": \"none\",\n                \"weight\": {\n                    \"unit\": \"KG\",\n                    \"value\": \"12\"\n                }\n            },\n            {\n                \"name\": \"Item demo 2\",\n                \"description\": \"\",\n                \"unit_price\": \"35\",\n                \"quantity\": \"2\",\n                \"merchant_item_id\": \"666666\",\n                \"tax_table_selector\": \"none\",\n                \"weight\": {\n                    \"unit\": \"KG\",\n                    \"value\": \"20\"\n                }\n            },\n            {\n                \"name\": \"Item shipping - Flat Rate - Fixed\",\n                \"description\": \"Shipping\",\n                \"unit_price\": \"10\",\n                \"quantity\": \"1\",\n                \"merchant_item_id\": \"msp-shipping\",\n                \"tax_table_selector\": \"none\",\n                \"weight\": {\n                    \"unit\": \"KG\",\n                    \"value\": \"0\"\n                }\n            }\n        ]\n    },\n    \"checkout_options\": {\n        \"tax_tables\": {\n            \"default\": {\n                \"shipping_taxed\": \"true\",\n                \"rate\": \"0.21\"\n            },\n            \"alternate\": [\n                {\n                    \"name\": \"BTW21\",\n                    \"standalone\": true,\n                    \"rules\": [\n                        {\n                            \"rate\": \"0.21\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"BTW6\",\n                    \"standalone\": true,\n                    \"rules\": [\n                        {\n                            \"rate\": \"0.06\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"BTW0\",\n                    \"standalone\": true,\n                    \"rules\": [\n                        {\n                            \"rate\": \"0.00\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"0.0000\",\n                    \"standalone\": false,\n                    \"rules\": [\n                        {\n                            \"rate\": \"0\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"0.0000\",\n                    \"standalone\": false,\n                    \"rules\": [\n                        {\n                            \"rate\": \"0\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"FEE\",\n                    \"standalone\": false,\n                    \"rules\": [\n                        {\n                            \"rate\": \"0.00\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"none\",\n                    \"standalone\": false,\n                    \"rules\": [\n                        {\n                            \"rate\": \"0.00\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"2\",\n                    \"standalone\": true,\n                    \"rules\": [\n                        {\n                            \"rate\": \"0.0825\",\n                            \"country\": \"US\"\n                        },\n                        {\n                            \"rate\": \"0.08375\",\n                            \"country\": \"NL\"\n                        }\n                    ]\n                }\n            ]\n        }\n    }\n}"},"url":"{{baseUrl}}/orders"},"response":[],"_postman_id":"c6d2076b-d5c1-48ce-9828-df74d01320e7"},{"name":"Paypal","id":"c84c76ee-0344-4b4d-9610-e25aea43a0de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"redirect\",\n    \"order_id\": \"my-order-id-1\",\n    \"gateway\": \"PAYPAL\",\n    \"currency\": \"EUR\",\n    \"amount\": \"1000\",\n    \"description\": \"Test Order Description\",\n    \"payment_options\": {\n       \"notification_url\": \"http://www.example.com/client/notification?type=notification\",\n        \"redirect_url\": \"http://www.example.com/client/notification?type=redirect\",\n        \"cancel_url\": \"http://www.example.com/client/notification?type=cancel\", \n        \"close_window\": \"\"\n    },\n    \"customer\": {\n        \"locale\": \"en_US\"\n    }\n}"},"url":"{{baseUrl}}/orders"},"response":[],"_postman_id":"c84c76ee-0344-4b4d-9610-e25aea43a0de"},{"name":"Santander Betaalplan","id":"578b213a-7336-426f-8d95-6f92c1d9c448","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"direct\",\n    \"order_id\": \"my-order-id-1\",\n    \"gateway\": \"SANTANDER\",\n    \"currency\": \"EUR\",\n    \"amount\": 50000,\n    \"description\": \"Test Order Description\",\n    \"payment_options\": {\n       \"notification_url\": \"http://www.example.com/client/notification?type=notification\",\n        \"redirect_url\": \"http://www.example.com/client/notification?type=redirect\",\n        \"cancel_url\": \"http://www.example.com/client/notification?type=cancel\", \n        \"close_window\": \"\"\n    },\n    \"customer\": {\n        \"locale\": \"en_US\",\n        \"ip_address\": \"31.148.195.10\",\n        \"forwarded_ip\": \"\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"address1\": \"Neherkade\",\n        \"house_number\": \"XI\",\n        \"zip_code\": \"2521VA\",\n        \"city\": \"Gravenhage\",\n        \"state\": \"\",\n        \"country\": \"NL\",\n        \"email\": \"test@example.com\",\n        \"referrer\": \"http://example.com\",\n        \"user_agent\": \"Mozilla//5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36\"\n    },\n    \"gateway_info\": {\n        \"birthday\": \"1970-07-10\",\n        \"gender\": \"male\",\n        \"phone\": \"0612345678\",\n        \"email\": \"youremail@email.com\"\n    }\n}"},"url":"{{baseUrl}}/orders"},"response":[],"_postman_id":"578b213a-7336-426f-8d95-6f92c1d9c448"},{"name":"SOFORT","id":"04d52bb7-be66-45c5-b3c0-e92de67f6f3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"direct\",\n    \"order_id\": \"my-order-id-1\",\n    \"gateway\": \"DIRECTBANK\",\n    \"currency\": \"EUR\",\n    \"amount\": \"1000\",\n    \"description\": \"Test Order Description\",\n    \"payment_options\": {\n       \"notification_url\": \"http://www.example.com/client/notification?type=notification\",\n        \"redirect_url\": \"http://www.example.com/client/notification?type=redirect\",\n        \"cancel_url\": \"http://www.example.com/client/notification?type=cancel\", \n        \"close_window\": \"\"\n    },\n    \"customer\": {\n        \"locale\": \"en_US\"\n    }\n}"},"url":"{{baseUrl}}/orders"},"response":[],"_postman_id":"04d52bb7-be66-45c5-b3c0-e92de67f6f3c"},{"name":"Trustly","id":"b8924be9-5ccf-47f9-9077-7758275c2095","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"redirect\",\n    \"order_id\": \"my-order-id-1\",\n    \"currency\": \"EUR\",\n    \"amount\": 1000,\n    \"gateway\": \"TRUSTLY\",\n    \"description\": \"Test Order Description\",\n    \"custom_info\": {},\n    \"payment_options\": {\n       \"notification_url\": \"http://www.example.com/client/notification?type=notification\",\n        \"redirect_url\": \"http://www.example.com/client/notification?type=redirect\",\n        \"cancel_url\": \"http://www.example.com/client/notification?type=cancel\", \n        \"close_window\": \"\"\n    },\n    \"customer\": {\n        \"first_name\": \"Testperson-nl\",\n        \"last_name\": \"Approved\",\n        \"country\": \"NL\",\n        \"email\": \"test@example.com\"\n    }\n}"},"url":"{{baseUrl}}/orders"},"response":[],"_postman_id":"b8924be9-5ccf-47f9-9077-7758275c2095"},{"name":"TrustPay","id":"d9f28515-cbe9-4041-b65f-85e25aa06a72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"redirect\",\n    \"order_id\": \"my-order-id-1\",\n    \"currency\": \"CZK\",\n    \"amount\": 1000,\n    \"gateway\": \"\",\n    \"description\": \"Test Order Description\",\n    \"custom_info\": {},\n    \"payment_options\": {\n       \"notification_url\": \"http://www.example.com/client/notification?type=notification\",\n        \"redirect_url\": \"http://www.example.com/client/notification?type=redirect\",\n        \"cancel_url\": \"http://www.example.com/client/notification?type=cancel\", \n        \"close_window\": \"\"\n    },\n    \"customer\": {\n        \"first_name\": \"Testperson-nl\",\n        \"last_name\": \"Approved\",\n        \"country\": \"CZ\",\n        \"email\": \"test@example.com\"\n    }\n}"},"url":"{{baseUrl}}/orders"},"response":[],"_postman_id":"d9f28515-cbe9-4041-b65f-85e25aa06a72"},{"name":"Branded credit card","id":"6978891a-4ebb-4efc-a21b-6f818092d611","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"redirect\",\n    \"order_id\": \"my-order-id-1\",\n    \"gateway\": \"VISA\",\n    \"currency\": \"EUR\",\n    \"amount\": \"1000\",\n    \"description\": \"Test Order Description\",\n     \"payment_options\": {\n       \"notification_url\": \"http://www.example.com/client/notification?type=notification\",\n        \"redirect_url\": \"http://www.example.com/client/notification?type=redirect\",\n        \"cancel_url\": \"http://www.example.com/client/notification?type=cancel\", \n        \"close_window\": \"\"\n    },\n    \"customer\": {\n        \"locale\": \"it_IT\",\n         \"ip_address\": \"31.148.195.10\"\n    }\n}"},"url":"{{baseUrl}}/orders","description":"https://docs.multisafepay.com/api/#branded-credit-card\n\nOptions: CREDITCARD, VISA and MASTERCARD"},"response":[],"_postman_id":"6978891a-4ebb-4efc-a21b-6f818092d611"}],"id":"19bae097-0154-4944-9532-2379ed76ca3a","_postman_id":"19bae097-0154-4944-9532-2379ed76ca3a"},{"name":"Transactions","item":[{"name":"Refund","id":"49a571e8-f3e6-44ef-b965-5ef2af739312","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"currency\": \"EUR\",\n    \"amount\": \"8\",\n    \"description\": \"Your refund description\"\n}"},"url":"{{baseUrl}}/orders/{{orderId}}/refunds"},"response":[],"_postman_id":"49a571e8-f3e6-44ef-b965-5ef2af739312"},{"name":"Refund with shopping cart","id":"7e15a503-65c2-4e96-816f-5b2b68195385","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"checkout_data\": {\n        \"items\": [\n            {\n                \"name\": \"Geometric Candle Holders\",\n                \"description\": \"\",\n                \"unit_price\": \"90\",\n                \"quantity\": \"3\",\n                \"merchant_item_id\": \"111111\",\n                \"tax_table_selector\": \"none\",\n                \"weight\": {\n                    \"unit\": \"KG\",\n                    \"value\": \"12\"\n                }\n            },\n            {\n                \"name\": \"Geometric Candle Holders\",\n                \"description\": \"\",\n                \"unit_price\": \"90\",\n                \"quantity\": \"-2\",\n                \"merchant_item_id\": \"111111\",\n                \"tax_table_selector\": \"none\",\n                \"weight\": {\n                    \"unit\": \"KG\",\n                    \"value\": \"12\"\n                }\n            },\n            {\n                \"name\": \"Nice apple\",\n                \"description\": \"\",\n                \"unit_price\": \"35\",\n                \"quantity\": \"1\",\n                \"merchant_item_id\": \"666666\",\n                \"tax_table_selector\": \"none\",\n                \"weight\": {\n                    \"unit\": \"KG\",\n                    \"value\": \"20\"\n                }\n            },\n            {\n                \"name\": \"Flat Rat - Fixed\",\n                \"description\": \"Shipping\",\n                \"unit_price\": \"10\",\n                \"quantity\": \"1\",\n                \"merchant_item_id\": \"msp-shipping\",\n                \"tax_table_selector\": \"none\",\n                \"weight\": {\n                    \"unit\": \"KG\",\n                    \"value\": \"0\"\n                }\n            }\n        ]\n    }\n}"},"url":"{{baseUrl}}/orders/{{orderId}}/refunds"},"response":[],"_postman_id":"7e15a503-65c2-4e96-816f-5b2b68195385"}],"id":"1004cf0f-a362-492c-a02e-248d585268b6","_postman_id":"1004cf0f-a362-492c-a02e-248d585268b6"},{"name":"Partners","item":[{"name":"Create a partner","id":"a5dc0129-5f29-4dab-960a-5bd0d4235f75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"product\": \"connect300\",\n    \"company_name\": \"Company name Partner\",\n    \"address1\": \"Kraanspoor\",\n    \"address2\": \"\",\n    \"zip_code\": \"1033SC\",\n    \"city\": \"Amsterdam\",\n    \"email\": \"\",\n    \"country\": \"NL\",\n    \"phone\": \"0205800500\",\n    \"password\": \"test123\",\n    \"address_apartment\": \"\",\n    \"software_partner\": \"Anders\",\n    \"partner\": {\n        \"api_user\": \"partner-account-user-name\",\n        \"api_pass\": \"partner-account-password\"\n    },\n    \"contact_details\": {\n        \"title\": \"Mr\",\n        \"name\": \"your name\"\n    },\n    \"bank_details\": {\n        \"account_number\": \"0123456789\",\n        \"bank_name\": \"Rabobank\",\n        \"country\": \"NL\"\n    }\n}"},"url":"{{baseUrl}}/partners"},"response":[],"_postman_id":"a5dc0129-5f29-4dab-960a-5bd0d4235f75"},{"name":"Create a website for a partner","id":"1bdcb745-bd75-4f45-a2b6-5ee3d7d3ff50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"partner\": {\n      \"api_user\": \"partner-account-user-name\",\n      \"api_pass\": \"partner-account-password\"\n    },\n    \"url\": \"https://yourpartnerdomain.com\",\n    \"return_url\": \"http://www.example.com/client/notification?type=notification\",\n    \"description\": \"\",\n    \"category\": \"100\"\n}"},"url":"{{baseUrl}}/websites"},"response":[],"_postman_id":"1bdcb745-bd75-4f45-a2b6-5ee3d7d3ff50"}],"id":"c3a41532-884e-4e1f-92a5-92c464a2c25d","_postman_id":"c3a41532-884e-4e1f-92a5-92c464a2c25d"},{"name":"Server to server","item":[{"name":"3D Enabled Request","id":"f0696513-36e0-40f7-81cb-9d6a07dd05d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"type\": \"direct\",\n  \"gateway\": \"CREDITCARD\",\n  \"order_id\": \"order-1\",\n  \"currency\": \"EUR\",\n  \"amount\": 1000,\n  \"description\": \"product description\",\n  \"payment_options\": {\n       \"notification_url\": \"http://www.example.com/client/notification?type=notification\",\n        \"redirect_url\": \"http://www.example.com/client/notification?type=redirect\",\n        \"cancel_url\": \"http://www.example.com/client/notification?type=cancel\", \n        \"close_window\": true\n  },\n  \"customer\": {\n    \"locale\": \"nl_NL\",\n    \"ip_address\": \"127.0.0.1\",\n    \"first_name\": \"Testperson-nl\",\n    \"last_name\": \"Approved\",\n    \"address1\": \"Kraanspoor\",\n    \"address2\": \"\",\n    \"house_number\": \"39\",\n    \"zip_code\": \"1033SC\",\n    \"city\": \"Amsterdam\",\n    \"state\": \"\",\n    \"country\": \"NL\",\n    \"email\": \"example@multisafepay.com\",\n    \"referrer\": \"http://example.com\",\n    \"user_agent\": \"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36\",\n    \"reference\": \"shopper-456\"\n  },\n  \"gateway_info\": {\n    \"card_number\": \"4111111111111111\",\n    \"card_holder_name\": \"Holder Name\",\n    \"card_expiry_date\": \"1612\",\n    \"cvc\": \"123\"\n  }\n}"},"url":"{{baseUrl}}/orders"},"response":[],"_postman_id":"f0696513-36e0-40f7-81cb-9d6a07dd05d8"},{"name":"3D disabled or NON 3D transaction","id":"23981603-a532-49f9-b68c-a93342786bee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"type\": \"direct\",\n  \"gateway\": \"CREDITCARD\",\n  \"order_id\": \"order-1\",\n  \"currency\": \"EUR\",\n  \"amount\": 1000,\n  \"description\": \"product description\",\n  \"payment_options\": {\n       \"notification_url\": \"http://www.example.com/client/notification?type=notification\",\n        \"redirect_url\": \"http://www.example.com/client/notification?type=redirect\",\n        \"cancel_url\": \"http://www.example.com/client/notification?type=cancel\", \n        \"close_window\": true\n  },\n  \"customer\": {\n    \"locale\": \"nl_NL\",\n    \"ip_address\": \"127.0.0.1\",\n    \"first_name\": \"Testperson-nl\",\n    \"last_name\": \"Approved\",\n    \"address1\": \"Kraanspoor\",\n    \"address2\": \"\",\n    \"house_number\": \"39\",\n    \"zip_code\": \"1033SC\",\n    \"city\": \"Amsterdam\",\n    \"state\": \"\",\n    \"country\": \"NL\",\n    \"email\": \"example@multisafepay.com\",\n    \"referrer\": \"http://example.com\",\n    \"user_agent\": \"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.111 Safari/537.36\",\n     \"reference\": \"shopper-456\"\n  },\n  \"gateway_info\": {\n    \"card_number\": \"4111111111111111\",\n    \"card_holder_name\": \"Holder Name\",\n    \"card_expiry_date\": \"1612\",\n    \"cvc\": \"123\"\n  }\n}"},"url":"{{baseUrl}}/orders"},"response":[],"_postman_id":"23981603-a532-49f9-b68c-a93342786bee"}],"id":"a7de30ac-e8c4-4146-a0b2-5dd8e59e165c","_postman_id":"a7de30ac-e8c4-4146-a0b2-5dd8e59e165c"},{"name":"Categories","id":"85379c18-5ec5-472f-a5a2-6852d3356de0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/categories"},"response":[],"_postman_id":"85379c18-5ec5-472f-a5a2-6852d3356de0"},{"name":"Chargeback","id":"f139a306-428a-446f-ba9d-fabb02220103","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"\",\n    \"base64\": \"\",\n    \"description\": \"\",\n    \"name\": \"\"\n}"},"url":"{{baseUrl}}/orders/{{order_id}}}/files"},"response":[],"_postman_id":"f139a306-428a-446f-ba9d-fabb02220103"}],"auth":{"type":"apikey","apikey":{"value":"73642d1afc06b08854ae439deca0f558ec93a137","key":"api_key"}},"event":[{"listen":"prerequest","script":{"id":"0b386654-59d8-4777-8d4c-4e48b3c7cada","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"90fec294-f278-4844-aace-ebfb32e16206","type":"text/javascript","exec":[""]}}],"variable":[{"key":"order_id","value":""},{"key":"baseUrl","value":"https://testapi.multisafepay.com/v1/json/"}]}