{ "uuid": "28b69130-87be-4c10-be7a-c1f681d04a6d", "lastMigration": 29, "name": "GOV.UK Pay API", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "8673a81a-711b-45b6-ab33-14869c20f54c", "documentation": "Search mandates", "method": "get", "endpoint": "v1/directdebit/mandates", "responses": [ { "uuid": "57ab9158-b203-4c1a-a4d7-14e81e701bcd", "body": "{\n \"_links\": {\n \"first_page\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"last_page\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"next_page\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"prev_page\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"self\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n }\n },\n \"count\": {{faker 'number.int' max=99999}},\n \"page\": {{faker 'number.int' max=99999}},\n \"results\": [\n {\n \"_links\": {\n \"next_url\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"next_url_post\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"POST\",\n \"params\": \"\\\"description\\\":\\\"This is a value for a parameter called description\\\"\",\n \"type\": \"application/x-www-form-urlencoded\"\n },\n \"payments\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"self\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n }\n },\n \"bank_statement_reference\": \"\",\n \"created_date\": \"\",\n \"description\": \"\",\n \"mandate_id\": \"jhjcvaiqlediuhh23d89hd3\",\n \"payer\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"payment_provider\": \"\",\n \"provider_id\": \"jhjcvaiqlediuhh23d89hd3\",\n \"reference\": \"jhjcvaiqlediuhh23d89hd3\",\n \"return_url\": \"https://service-name.gov.uk/transactions/12345\",\n \"state\": \"CREATED\"\n }\n ],\n \"total\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "4a30c935-bf15-435e-9d91-6ea5137df391", "body": "", "latency": 0, "statusCode": 401, "label": "Credentials are required to access this resource", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c9831c3b-e7a6-4ee0-a88d-09194e16736b", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: return_url. Must be a valid url.\",\n \"field\": \"return_url\"\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "54758163-7cfe-48c9-8406-42b279662d9d", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amount. Must be less than or equal to 10000000\",\n \"field\": \"amount\"\n}", "latency": 0, "statusCode": 422, "label": "Invalid parameters: from_date, to_date, state, page, display_size. See Public API documentation for the correct data formats", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e1607130-434b-4ae3-bcc7-9ab0658b6011", "body": "{\n \"code\": \"P0900\",\n \"description\": \"Too many requests\"\n}", "latency": 0, "statusCode": 429, "label": "Too many requests", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "82322eff-97f8-4bd7-a416-cb026bc4d953", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: return_url. Must be a valid url.\",\n \"field\": \"return_url\"\n}", "latency": 0, "statusCode": 500, "label": "Downstream system error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "c2d37cee-6fef-40b2-8af5-35dd2afefd78", "documentation": "Create a new mandate", "method": "post", "endpoint": "v1/directdebit/mandates", "responses": [ { "uuid": "201004fa-61bb-4069-b3c8-ce1cb363b417", "body": "{\n \"_links\": {\n \"next_url\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"next_url_post\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"POST\",\n \"params\": \"\\\"description\\\":\\\"This is a value for a parameter called description\\\"\",\n \"type\": \"application/x-www-form-urlencoded\"\n },\n \"payments\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"self\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n }\n },\n \"bank_statement_reference\": \"\",\n \"created_date\": \"\",\n \"description\": \"\",\n \"mandate_id\": \"jhjcvaiqlediuhh23d89hd3\",\n \"payer\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"payment_provider\": \"\",\n \"provider_id\": \"jhjcvaiqlediuhh23d89hd3\",\n \"reference\": \"jhjcvaiqlediuhh23d89hd3\",\n \"return_url\": \"https://service-name.gov.uk/transactions/12345\",\n \"state\": \"CREATED\"\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1475886a-1e49-4249-9670-637d65e42d4d", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amount. Must be less than or equal to 10000000\",\n \"field\": \"amount\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2d417707-5101-4765-85f7-44b0a8944d2c", "body": "", "latency": 0, "statusCode": 401, "label": "Credentials are required to access this resource", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "99d98021-a829-4e3c-98af-c2f4229dccfa", "body": "{\n \"code\": \"P0900\",\n \"description\": \"Too many requests\"\n}", "latency": 0, "statusCode": 429, "label": "Too many requests", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3aef7050-9621-4462-8e45-e10bd76c528b", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amount. Must be less than or equal to 10000000\",\n \"field\": \"amount\"\n}", "latency": 0, "statusCode": 500, "label": "Downstream system error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7ea4664e-d6cf-4515-b514-644da446daa0", "documentation": "Find mandate by ID", "method": "get", "endpoint": "v1/directdebit/mandates/:mandateId", "responses": [ { "uuid": "85e5d5f3-929d-427d-b6ef-677621d61d9f", "body": "{\n \"_links\": {\n \"next_url\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"next_url_post\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"POST\",\n \"params\": \"\\\"description\\\":\\\"This is a value for a parameter called description\\\"\",\n \"type\": \"application/x-www-form-urlencoded\"\n },\n \"payments\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"self\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n }\n },\n \"bank_statement_reference\": \"\",\n \"created_date\": \"\",\n \"description\": \"\",\n \"mandate_id\": \"jhjcvaiqlediuhh23d89hd3\",\n \"payer\": {\n \"email\": \"\",\n \"name\": \"\"\n },\n \"payment_provider\": \"\",\n \"provider_id\": \"jhjcvaiqlediuhh23d89hd3\",\n \"reference\": \"jhjcvaiqlediuhh23d89hd3\",\n \"return_url\": \"https://service-name.gov.uk/transactions/12345\",\n \"state\": \"CREATED\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "1f890878-dacd-437b-8ae2-d8334fd38977", "body": "", "latency": 0, "statusCode": 401, "label": "Credentials are required to access this resource", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "c4f59846-af26-4d5b-8d2e-8f39e95da285", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: return_url. Must be a valid url.\",\n \"field\": \"return_url\"\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "4fd611ad-c863-49a9-98d5-9ccae0c60055", "body": "{\n \"code\": \"P0900\",\n \"description\": \"Too many requests\"\n}", "latency": 0, "statusCode": 429, "label": "Too many requests", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e30a5fcd-20ec-4310-ade0-40650091ab1f", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: return_url. Must be a valid url.\",\n \"field\": \"return_url\"\n}", "latency": 0, "statusCode": 500, "label": "Downstream system error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ff75cf82-cffd-4be5-a613-4f9c4f6054d8", "documentation": "Search Direct Debit payments", "method": "get", "endpoint": "v1/directdebit/payments", "responses": [ { "uuid": "f075e954-34d1-4fbc-b5f2-11678e350214", "body": "{\n \"_links\": {\n \"first_page\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"last_page\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"next_page\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"prev_page\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"self\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n }\n },\n \"count\": {{faker 'number.int' max=99999}},\n \"page\": {{faker 'number.int' max=99999}},\n \"results\": [\n {\n \"amount\": {{faker 'number.int' max=99999}},\n \"created_date\": \"\",\n \"description\": \"\",\n \"mandate_id\": \"\",\n \"payment_id\": \"\",\n \"payment_provider\": \"\",\n \"provider_id\": \"\",\n \"reference\": \"\",\n \"state\": {\n \"details\": \"\",\n \"status\": \"\"\n }\n }\n ],\n \"total\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "19f0de81-caf5-4444-bb9a-989e0e7fc996", "body": "", "latency": 0, "statusCode": 401, "label": "Credentials are required to access this resource", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8ab390d2-3d99-4887-b2bd-81c4894c38cb", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amount. Must be less than or equal to 10000000\",\n \"field\": \"amount\"\n}", "latency": 0, "statusCode": 422, "label": "Invalid parameter. See Public API documentation for the correct data formats", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "640bc278-dae9-40aa-81a5-087518a384b4", "body": "{\n \"code\": \"P0900\",\n \"description\": \"Too many requests\"\n}", "latency": 0, "statusCode": 429, "label": "Too many requests", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "2b082336-6ddb-47d5-82f7-747b7bb9c9d0", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amount. Must be less than or equal to 10000000\",\n \"field\": \"amount\"\n}", "latency": 0, "statusCode": 500, "label": "Downstream system error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "10187b69-d4c2-47b2-b1ce-b636251b9473", "documentation": "Create new Direct Debit payment", "method": "post", "endpoint": "v1/directdebit/payments", "responses": [ { "uuid": "983d05ce-5d3e-478b-980d-7007e8be5680", "body": "{\n \"_links\": {\n \"mandate\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"self\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n }\n },\n \"amount\": 1200,\n \"created_date\": \"2016-01-21T17:15:000Z\",\n \"description\": \"Your Service Description\",\n \"mandate_id\": \"\",\n \"payment_id\": \"hu20sqlact5260q2nanm0q8u93\",\n \"payment_provider\": \"worldpay\",\n \"provider_id\": \"\",\n \"reference\": \"your-reference\",\n \"state\": {\n \"details\": \"\",\n \"status\": \"\"\n }\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "b6f682fd-5724-4723-b3a0-414d94eae41b", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amount. Must be less than or equal to 10000000\",\n \"field\": \"amount\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "069130ef-1ce1-4ab8-965e-2d35ab73d6b4", "body": "", "latency": 0, "statusCode": 401, "label": "Credentials are required to access this resource", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "defd5172-1a1c-496b-aac9-e24dc7b64989", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amount. Must be less than or equal to 10000000\",\n \"field\": \"amount\"\n}", "latency": 0, "statusCode": 422, "label": "Invalid parameters: amount, reference, description, mandate id. See Public API documentation for the correct data formats", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "50854952-b412-4b7b-a188-37f5ee5837c2", "body": "{\n \"code\": \"P0900\",\n \"description\": \"Too many requests\"\n}", "latency": 0, "statusCode": 429, "label": "Too many requests", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "728d9c54-fb34-45a4-b226-72791ee7f9e0", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amount. Must be less than or equal to 10000000\",\n \"field\": \"amount\"\n}", "latency": 0, "statusCode": 500, "label": "Downstream system error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0d97e883-6398-4c1d-a003-486bee88d0a8", "documentation": "Find Direct Debit payment by ID", "method": "get", "endpoint": "v1/directdebit/payments/:paymentId", "responses": [ { "uuid": "de180a50-4e9a-4eeb-adc9-32aaf3776149", "body": "{\n \"_links\": {\n \"mandate\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"self\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n }\n },\n \"amount\": 1200,\n \"created_date\": \"2016-01-21T17:15:000Z\",\n \"description\": \"Your Service Description\",\n \"mandate_id\": \"\",\n \"payment_id\": \"hu20sqlact5260q2nanm0q8u93\",\n \"payment_provider\": \"worldpay\",\n \"provider_id\": \"\",\n \"reference\": \"your-reference\",\n \"state\": {\n \"details\": \"\",\n \"status\": \"\"\n }\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "959062c4-7856-46fc-9cfc-23911278ae5b", "body": "", "latency": 0, "statusCode": 401, "label": "Credentials are required to access this resource", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "09875b84-281f-41aa-8f35-fabdee408869", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amount. Must be less than or equal to 10000000\",\n \"field\": \"amount\"\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "30cf3fd0-eae4-4a94-a76d-8af126e418c2", "body": "{\n \"code\": \"P0900\",\n \"description\": \"Too many requests\"\n}", "latency": 0, "statusCode": 429, "label": "Too many requests", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8aa3215e-68d1-4689-b25e-db8a83c5e887", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amount. Must be less than or equal to 10000000\",\n \"field\": \"amount\"\n}", "latency": 0, "statusCode": 500, "label": "Downstream system error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f530a73d-19b8-483f-bd4b-26d272ac47d0", "documentation": "Search payments", "method": "get", "endpoint": "v1/payments", "responses": [ { "uuid": "f2febcfb-26fc-4380-8208-413e6e593c01", "body": "{\n \"_links\": {\n \"first_page\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"last_page\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"next_page\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"prev_page\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"self\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n }\n },\n \"count\": 20,\n \"page\": 1,\n \"results\": [\n {\n \"_links\": {\n \"cancel\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"POST\",\n \"params\": \"\\\"description\\\":\\\"This is a value for a parameter called description\\\"\",\n \"type\": \"application/x-www-form-urlencoded\"\n },\n \"capture\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"POST\",\n \"params\": \"\\\"description\\\":\\\"This is a value for a parameter called description\\\"\",\n \"type\": \"application/x-www-form-urlencoded\"\n },\n \"events\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"refunds\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"self\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n }\n },\n \"amount\": 1200,\n \"card_brand\": \"Visa\",\n \"card_details\": {\n \"billing_address\": {\n \"city\": \"address city\",\n \"country\": \"GB\",\n \"line1\": \"address line 1\",\n \"line2\": \"address line 2\",\n \"postcode\": \"AB1 2CD\"\n },\n \"card_brand\": \"Visa\",\n \"card_type\": \"{{oneOf (array 'debit' 'credit' 'null')}}\",\n \"cardholder_name\": \"Mr. Card holder\",\n \"expiry_date\": \"04/24\",\n \"first_digits_card_number\": \"123456\",\n \"last_digits_card_number\": \"1234\"\n },\n \"corporate_card_surcharge\": 250,\n \"created_date\": \"2016-01-21T17:15:000Z\",\n \"delayed_capture\": {{faker 'datatype.boolean'}},\n \"description\": \"Your Service Description\",\n \"email\": \"your email\",\n \"fee\": 5,\n \"language\": \"{{oneOf (array 'en' 'cy')}}\",\n \"metadata\": {},\n \"moto\": {{faker 'datatype.boolean'}},\n \"net_amount\": 1195,\n \"payment_id\": \"hu20sqlact5260q2nanm0q8u93\",\n \"payment_provider\": \"worldpay\",\n \"provider_id\": \"reference-from-payment-gateway\",\n \"reference\": \"your-reference\",\n \"refund_summary\": {\n \"amount_available\": 100,\n \"amount_submitted\": {{faker 'number.int' max=99999}},\n \"status\": \"available\"\n },\n \"return_url\": \"http://your.service.domain/your-reference\",\n \"settlement_summary\": {\n \"capture_submit_time\": \"2016-01-21T17:15:000Z\",\n \"captured_date\": \"2016-01-21\",\n \"settled_date\": \"2016-01-21\"\n },\n \"state\": {\n \"code\": \"P010\",\n \"finished\": {{faker 'datatype.boolean'}},\n \"message\": \"User cancelled the payment\",\n \"status\": \"created\"\n },\n \"total_amount\": 1450\n }\n ],\n \"total\": 100\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "577c28eb-7b4e-4e85-939b-2ef0e317d8b9", "body": "", "latency": 0, "statusCode": 401, "label": "Credentials are required to access this resource", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3baa6da5-a150-40f1-97f9-4f34055e3fed", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amount. Must be less than or equal to 10000000\",\n \"field\": \"amount\"\n}", "latency": 0, "statusCode": 422, "label": "Invalid parameters: from_date, to_date, status, display_size. See Public API documentation for the correct data formats", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0c1f5190-f2fb-4f02-878f-cc1515b09a43", "body": "{\n \"code\": \"P0900\",\n \"description\": \"Too many requests\"\n}", "latency": 0, "statusCode": 429, "label": "Too many requests", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e1054dcf-5cde-4ef4-adf5-14ffe26ed83b", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amount. Must be less than or equal to 10000000\",\n \"field\": \"amount\"\n}", "latency": 0, "statusCode": 500, "label": "Downstream system error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "80eb0299-84d6-4d68-b2dc-d9f5a6769cdb", "documentation": "Create new payment", "method": "post", "endpoint": "v1/payments", "responses": [ { "uuid": "0d5f9425-9f10-480b-af91-fde6e9adb527", "body": "{\n \"_links\": {\n \"cancel\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"POST\",\n \"params\": \"\\\"description\\\":\\\"This is a value for a parameter called description\\\"\",\n \"type\": \"application/x-www-form-urlencoded\"\n },\n \"capture\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"POST\",\n \"params\": \"\\\"description\\\":\\\"This is a value for a parameter called description\\\"\",\n \"type\": \"application/x-www-form-urlencoded\"\n },\n \"events\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"next_url\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"next_url_post\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"POST\",\n \"params\": \"\\\"description\\\":\\\"This is a value for a parameter called description\\\"\",\n \"type\": \"application/x-www-form-urlencoded\"\n },\n \"refunds\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"self\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n }\n },\n \"amount\": 1200,\n \"card_details\": {\n \"billing_address\": {\n \"city\": \"address city\",\n \"country\": \"GB\",\n \"line1\": \"address line 1\",\n \"line2\": \"address line 2\",\n \"postcode\": \"AB1 2CD\"\n },\n \"card_brand\": \"Visa\",\n \"card_type\": \"{{oneOf (array 'debit' 'credit' 'null')}}\",\n \"cardholder_name\": \"Mr. Card holder\",\n \"expiry_date\": \"04/24\",\n \"first_digits_card_number\": \"123456\",\n \"last_digits_card_number\": \"1234\"\n },\n \"created_date\": \"2016-01-21T17:15:00Z\",\n \"delayed_capture\": {{faker 'datatype.boolean'}},\n \"description\": \"New passport application\",\n \"email\": \"citizen@example.org\",\n \"language\": \"{{oneOf (array 'en' 'cy')}}\",\n \"metadata\": {},\n \"moto\": {{faker 'datatype.boolean'}},\n \"payment_id\": \"hu20sqlact5260q2nanm0q8u93\",\n \"payment_provider\": \"worldpay\",\n \"provider_id\": \"null\",\n \"reference\": \"12345\",\n \"refund_summary\": {\n \"amount_available\": 100,\n \"amount_submitted\": {{faker 'number.int' max=99999}},\n \"status\": \"available\"\n },\n \"return_url\": \"https://service-name.gov.uk/transactions/12345\",\n \"settlement_summary\": {\n \"capture_submit_time\": \"2016-01-21T17:15:000Z\",\n \"captured_date\": \"2016-01-21\",\n \"settled_date\": \"2016-01-21\"\n },\n \"state\": {\n \"code\": \"P010\",\n \"finished\": {{faker 'datatype.boolean'}},\n \"message\": \"User cancelled the payment\",\n \"status\": \"created\"\n }\n}", "latency": 0, "statusCode": 201, "label": "Created", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3b3b6522-19be-4697-b285-945e72c08b46", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amount. Must be less than or equal to 10000000\",\n \"field\": \"amount\"\n}", "latency": 0, "statusCode": 400, "label": "Bad request", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0db56855-2e06-4a1d-8a91-173600b26f36", "body": "", "latency": 0, "statusCode": 401, "label": "Credentials are required to access this resource", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "75f6e89e-5c09-4b30-8b61-e973b3be2eff", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amount. Must be less than or equal to 10000000\",\n \"field\": \"amount\"\n}", "latency": 0, "statusCode": 422, "label": "Invalid attribute value: description. Must be less than or equal to 255 characters length", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "82c8dcdc-99a9-407f-8a7e-eb8bf0c4bc1f", "body": "{\n \"code\": \"P0900\",\n \"description\": \"Too many requests\"\n}", "latency": 0, "statusCode": 429, "label": "Too many requests", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8e26dbb1-8409-4079-8fed-8b33adc643cf", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amount. Must be less than or equal to 10000000\",\n \"field\": \"amount\"\n}", "latency": 0, "statusCode": 500, "label": "Downstream system error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ed061c18-7233-49ce-91ea-3ea2d62425c3", "documentation": "Find payment by ID", "method": "get", "endpoint": "v1/payments/:paymentId", "responses": [ { "uuid": "2fde8f8a-2afe-4aa5-8aad-db40d774cf34", "body": "{\n \"_links\": {\n \"cancel\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"POST\",\n \"params\": \"\\\"description\\\":\\\"This is a value for a parameter called description\\\"\",\n \"type\": \"application/x-www-form-urlencoded\"\n },\n \"capture\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"POST\",\n \"params\": \"\\\"description\\\":\\\"This is a value for a parameter called description\\\"\",\n \"type\": \"application/x-www-form-urlencoded\"\n },\n \"events\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"next_url\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"next_url_post\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"POST\",\n \"params\": \"\\\"description\\\":\\\"This is a value for a parameter called description\\\"\",\n \"type\": \"application/x-www-form-urlencoded\"\n },\n \"refunds\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"self\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n }\n },\n \"amount\": 1200,\n \"card_brand\": \"Visa\",\n \"card_details\": {\n \"billing_address\": {\n \"city\": \"address city\",\n \"country\": \"GB\",\n \"line1\": \"address line 1\",\n \"line2\": \"address line 2\",\n \"postcode\": \"AB1 2CD\"\n },\n \"card_brand\": \"Visa\",\n \"card_type\": \"{{oneOf (array 'debit' 'credit' 'null')}}\",\n \"cardholder_name\": \"Mr. Card holder\",\n \"expiry_date\": \"04/24\",\n \"first_digits_card_number\": \"123456\",\n \"last_digits_card_number\": \"1234\"\n },\n \"corporate_card_surcharge\": 250,\n \"created_date\": \"2016-01-21T17:15:000Z\",\n \"delayed_capture\": {{faker 'datatype.boolean'}},\n \"description\": \"Your Service Description\",\n \"email\": \"your email\",\n \"fee\": 5,\n \"language\": \"{{oneOf (array 'en' 'cy')}}\",\n \"metadata\": {},\n \"moto\": {{faker 'datatype.boolean'}},\n \"net_amount\": 1195,\n \"payment_id\": \"hu20sqlact5260q2nanm0q8u93\",\n \"payment_provider\": \"worldpay\",\n \"provider_id\": \"reference-from-payment-gateway\",\n \"reference\": \"your-reference\",\n \"refund_summary\": {\n \"amount_available\": 100,\n \"amount_submitted\": {{faker 'number.int' max=99999}},\n \"status\": \"available\"\n },\n \"return_url\": \"http://your.service.domain/your-reference\",\n \"settlement_summary\": {\n \"capture_submit_time\": \"2016-01-21T17:15:000Z\",\n \"captured_date\": \"2016-01-21\",\n \"settled_date\": \"2016-01-21\"\n },\n \"state\": {\n \"code\": \"P010\",\n \"finished\": {{faker 'datatype.boolean'}},\n \"message\": \"User cancelled the payment\",\n \"status\": \"created\"\n },\n \"total_amount\": 1450\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "7f766177-c3a5-43a2-b1ad-c1b35c61531c", "body": "", "latency": 0, "statusCode": 401, "label": "Credentials are required to access this resource", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b1ee2961-a861-4404-abc0-9321c6232322", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amount. Must be less than or equal to 10000000\",\n \"field\": \"amount\"\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "27f8814b-9cd6-4b97-8e6f-65a8b7f3774a", "body": "{\n \"code\": \"P0900\",\n \"description\": \"Too many requests\"\n}", "latency": 0, "statusCode": 429, "label": "Too many requests", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ef4d5c6a-dc5a-4e69-8eef-60d57393ca4d", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amount. Must be less than or equal to 10000000\",\n \"field\": \"amount\"\n}", "latency": 0, "statusCode": 500, "label": "Downstream system error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9a302b5b-5235-4282-9954-5687637819c9", "documentation": "Cancel payment", "method": "post", "endpoint": "v1/payments/:paymentId/cancel", "responses": [ { "uuid": "f08b2050-e5c1-4067-a44d-b7de4449728a", "body": "", "latency": 0, "statusCode": 204, "label": "No Content", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "732b5fac-b8e8-4cf8-a073-1370c27fef52", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amount. Must be less than or equal to 10000000\",\n \"field\": \"amount\"\n}", "latency": 0, "statusCode": 400, "label": "Cancellation of payment failed", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a07a061b-2309-4f6e-97e5-01859c7c76f5", "body": "", "latency": 0, "statusCode": 401, "label": "Credentials are required to access this resource", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b88e22c4-4d34-4154-822b-83fdaa101a1a", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amount. Must be less than or equal to 10000000\",\n \"field\": \"amount\"\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "cfa04d3a-34b9-420f-905f-fecfc436a1d6", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amount. Must be less than or equal to 10000000\",\n \"field\": \"amount\"\n}", "latency": 0, "statusCode": 409, "label": "Conflict", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9990e8fe-e87a-4282-b5fe-f670ac92e369", "body": "{\n \"code\": \"P0900\",\n \"description\": \"Too many requests\"\n}", "latency": 0, "statusCode": 429, "label": "Too many requests", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bdb96c7c-7f5b-46f0-bc9b-861d4afcace7", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amount. Must be less than or equal to 10000000\",\n \"field\": \"amount\"\n}", "latency": 0, "statusCode": 500, "label": "Downstream system error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "9255edfe-0f71-43b6-b0af-f0a0ba66ffc0", "documentation": "Capture payment", "method": "post", "endpoint": "v1/payments/:paymentId/capture", "responses": [ { "uuid": "f8fc139b-5dd9-4f56-b550-b82bed27bc4d", "body": "", "latency": 0, "statusCode": 204, "label": "No Content", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a1a4653e-564a-4921-93d5-f1bb044288e7", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amount. Must be less than or equal to 10000000\",\n \"field\": \"amount\"\n}", "latency": 0, "statusCode": 400, "label": "Capture of payment failed", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "660ec3c2-d085-4269-8e4a-d4c425cb8401", "body": "", "latency": 0, "statusCode": 401, "label": "Credentials are required to access this resource", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3791c5da-f3ac-48fc-bb04-ab1aa6d3eb8e", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amount. Must be less than or equal to 10000000\",\n \"field\": \"amount\"\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3a5dbdd0-88b6-4018-9eb4-c083e668b83f", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amount. Must be less than or equal to 10000000\",\n \"field\": \"amount\"\n}", "latency": 0, "statusCode": 409, "label": "Conflict", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "b718555d-0621-41d0-9936-7a8b4078c82a", "body": "{\n \"code\": \"P0900\",\n \"description\": \"Too many requests\"\n}", "latency": 0, "statusCode": 429, "label": "Too many requests", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5bf155c3-bff9-474a-8180-57d80ecf977e", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amount. Must be less than or equal to 10000000\",\n \"field\": \"amount\"\n}", "latency": 0, "statusCode": 500, "label": "Downstream system error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "cb5d927a-1773-45cf-b400-c2345c620200", "documentation": "Return payment events by ID", "method": "get", "endpoint": "v1/payments/:paymentId/events", "responses": [ { "uuid": "8c7ec20f-d35a-43c0-9a85-d912b2252d8d", "body": "{\n \"_links\": {\n \"self\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n }\n },\n \"events\": [\n {\n \"_links\": {\n \"payment_url\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n }\n },\n \"payment_id\": \"hu20sqlact5260q2nanm0q8u93\",\n \"state\": {\n \"code\": \"P010\",\n \"finished\": {{faker 'datatype.boolean'}},\n \"message\": \"User cancelled the payment\",\n \"status\": \"created\"\n },\n \"updated\": \"2017-01-10T16:44:48.646Z\"\n }\n ],\n \"payment_id\": \"hu20sqlact5260q2nanm0q8u93\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "90ec7f1b-e2ea-4d2c-b98e-c88eabad2bb4", "body": "", "latency": 0, "statusCode": 401, "label": "Credentials are required to access this resource", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "119a2f6b-830d-4176-a331-da83d1e18dd2", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amount. Must be less than or equal to 10000000\",\n \"field\": \"amount\"\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3bbf82e0-ce97-40a9-9a31-cc7997fe72cd", "body": "{\n \"code\": \"P0900\",\n \"description\": \"Too many requests\"\n}", "latency": 0, "statusCode": 429, "label": "Too many requests", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0d52b9bf-ac5c-4967-9f89-bde81d8bbbd6", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amount. Must be less than or equal to 10000000\",\n \"field\": \"amount\"\n}", "latency": 0, "statusCode": 500, "label": "Downstream system error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "bdf71124-681f-4114-ac46-ffbe9332ea8b", "documentation": "Get all refunds for a payment", "method": "get", "endpoint": "v1/payments/:paymentId/refunds", "responses": [ { "uuid": "7e1069e6-9855-4854-88be-daec46b3992a", "body": "{\n \"_embedded\": {\n \"refunds\": [\n {\n \"_links\": {\n \"payment\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"self\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n }\n },\n \"amount\": 120,\n \"created_date\": \"2017-01-10T16:52:07.855Z\",\n \"refund_id\": \"act4c33g40j3edfmi8jknab84x\",\n \"settlement_summary\": {\n \"settled_date\": \"2016-01-21\"\n },\n \"status\": \"{{oneOf (array 'submitted' 'success' 'error')}}\"\n }\n ]\n },\n \"_links\": {\n \"payment\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"self\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n }\n },\n \"payment_id\": \"hu20sqlact5260q2nanm0q8u93\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "8da456bf-e85c-4e6b-90ca-6ffa51435707", "body": "", "latency": 0, "statusCode": 401, "label": "Credentials are required to access this resource", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "82b2cf6e-0d6d-4ca5-8bea-4666f7372b61", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amount. Must be less than or equal to 10000000\",\n \"field\": \"amount\"\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3cab0f2e-2f68-48dd-b5b3-738971a7ef6d", "body": "{\n \"code\": \"P0900\",\n \"description\": \"Too many requests\"\n}", "latency": 0, "statusCode": 429, "label": "Too many requests", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "7faf6cf4-e00e-420d-a231-e8f3b4dfb38c", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amount. Must be less than or equal to 10000000\",\n \"field\": \"amount\"\n}", "latency": 0, "statusCode": 500, "label": "Downstream system error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "30907b47-1665-4047-a4a5-8dbcfcfa3ab8", "documentation": "Submit a refund for a payment", "method": "post", "endpoint": "v1/payments/:paymentId/refunds", "responses": [ { "uuid": "5caa6e63-7267-4e1e-b25a-ffb9390eff2e", "body": "{\n \"_links\": {\n \"payment\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"self\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n }\n },\n \"amount\": 120,\n \"created_date\": \"2017-01-10T16:52:07.855Z\",\n \"refund_id\": \"act4c33g40j3edfmi8jknab84x\",\n \"settlement_summary\": {\n \"settled_date\": \"2016-01-21\"\n },\n \"status\": \"{{oneOf (array 'submitted' 'success' 'error')}}\"\n}", "latency": 0, "statusCode": 200, "label": "successful operation", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5fc7a890-2b51-4266-a62c-10385069203c", "body": "", "latency": 0, "statusCode": 202, "label": "ACCEPTED", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "a8292c31-501a-493e-a577-ac9922a60d0b", "body": "", "latency": 0, "statusCode": 401, "label": "Credentials are required to access this resource", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "41561df7-90d2-4253-a3fd-6a7e865a863c", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amount. Must be less than or equal to 10000000\",\n \"field\": \"amount\"\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "ed260b2a-c7cd-4069-b215-78da8b6b8817", "body": "", "latency": 0, "statusCode": 412, "label": "Refund amount available mismatch", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "040cacb9-b015-4e20-8cd0-ad85f29b0384", "body": "{\n \"code\": \"P0900\",\n \"description\": \"Too many requests\"\n}", "latency": 0, "statusCode": 429, "label": "Too many requests", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "8c4f25ac-c85e-487d-9b48-9dd27a0fc8ff", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amount. Must be less than or equal to 10000000\",\n \"field\": \"amount\"\n}", "latency": 0, "statusCode": 500, "label": "Downstream system error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "12dd4f54-b43f-4838-ab02-0725a18775ff", "documentation": "Find payment refund by ID", "method": "get", "endpoint": "v1/payments/:paymentId/refunds/:refundId", "responses": [ { "uuid": "aff8ee94-07b4-4f05-94b0-d52e050de8b7", "body": "{\n \"_links\": {\n \"payment\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"self\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n }\n },\n \"amount\": 120,\n \"created_date\": \"2017-01-10T16:52:07.855Z\",\n \"refund_id\": \"act4c33g40j3edfmi8jknab84x\",\n \"settlement_summary\": {\n \"settled_date\": \"2016-01-21\"\n },\n \"status\": \"{{oneOf (array 'submitted' 'success' 'error')}}\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "e8cab9b4-1b39-4608-899b-85810fda2ffb", "body": "", "latency": 0, "statusCode": 401, "label": "Credentials are required to access this resource", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "0133ec62-b5e7-4487-92da-ac54a0b845e4", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amount. Must be less than or equal to 10000000\",\n \"field\": \"amount\"\n}", "latency": 0, "statusCode": 404, "label": "Not found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "03af2e4f-418f-41ec-b0f6-12f6f9c4be69", "body": "{\n \"code\": \"P0900\",\n \"description\": \"Too many requests\"\n}", "latency": 0, "statusCode": 429, "label": "Too many requests", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "dc817be4-687b-41c4-9e2c-356855ae02d2", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amount. Must be less than or equal to 10000000\",\n \"field\": \"amount\"\n}", "latency": 0, "statusCode": 500, "label": "Downstream system error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "fa51783e-fd90-45f1-8023-6f81ea9bb59e", "documentation": "Search refunds", "method": "get", "endpoint": "v1/refunds", "responses": [ { "uuid": "4766bbfb-4973-4e15-aa6e-7f290df82046", "body": "{\n \"_links\": {\n \"first_page\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"last_page\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"next_page\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"prev_page\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"self\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n }\n },\n \"count\": 20,\n \"page\": 1,\n \"results\": [\n {\n \"_links\": {\n \"payment\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n },\n \"self\": {\n \"href\": \"https://an.example.link/from/payment/platform\",\n \"method\": \"GET\"\n }\n },\n \"amount\": 120,\n \"created_date\": \"2017-01-10T16:52:07.855Z\",\n \"refund_id\": \"act4c33g40j3edfmi8jknab84x\",\n \"settlement_summary\": {\n \"settled_date\": \"2016-01-21\"\n },\n \"status\": \"{{oneOf (array 'submitted' 'success' 'error')}}\"\n }\n ],\n \"total\": 100\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a10d2960-49ab-4620-94f6-3b3b86641b2e", "body": "", "latency": 0, "statusCode": 401, "label": "Credentials are required to access this resource", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "81867f3c-9264-4792-beb2-f473dd68a626", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amountSubmitted. Must be less than or equal to 10000000\",\n \"field\": \"amount_submitted\"\n}", "latency": 0, "statusCode": 422, "label": "Invalid parameters. See Public API documentation for the correct data formats", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "6ad3ac91-d1d3-4717-b860-1f9b06a2b114", "body": "{\n \"code\": \"P0102\",\n \"description\": \"Invalid attribute value: amountSubmitted. Must be less than or equal to 10000000\",\n \"field\": \"amount_submitted\"\n}", "latency": 0, "statusCode": 500, "label": "Downstream system error", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "8673a81a-711b-45b6-ab33-14869c20f54c" }, { "type": "route", "uuid": "c2d37cee-6fef-40b2-8af5-35dd2afefd78" }, { "type": "route", "uuid": "7ea4664e-d6cf-4515-b514-644da446daa0" }, { "type": "route", "uuid": "ff75cf82-cffd-4be5-a613-4f9c4f6054d8" }, { "type": "route", "uuid": "10187b69-d4c2-47b2-b1ce-b636251b9473" }, { "type": "route", "uuid": "0d97e883-6398-4c1d-a003-486bee88d0a8" }, { "type": "route", "uuid": "f530a73d-19b8-483f-bd4b-26d272ac47d0" }, { "type": "route", "uuid": "80eb0299-84d6-4d68-b2dc-d9f5a6769cdb" }, { "type": "route", "uuid": "ed061c18-7233-49ce-91ea-3ea2d62425c3" }, { "type": "route", "uuid": "9a302b5b-5235-4282-9954-5687637819c9" }, { "type": "route", "uuid": "9255edfe-0f71-43b6-b0af-f0a0ba66ffc0" }, { "type": "route", "uuid": "cb5d927a-1773-45cf-b400-c2345c620200" }, { "type": "route", "uuid": "bdf71124-681f-4114-ac46-ffbe9332ea8b" }, { "type": "route", "uuid": "30907b47-1665-4047-a4a5-8dbcfcfa3ab8" }, { "type": "route", "uuid": "12dd4f54-b43f-4838-ab02-0725a18775ff" }, { "type": "route", "uuid": "fa51783e-fd90-45f1-8023-6f81ea9bb59e" } ] }