{ "uuid": "bdd9e12a-b51f-49d9-b211-a22a944e3620", "lastMigration": 29, "name": "Adyen BinLookup API", "endpointPrefix": "pal/servlet/BinLookup/v50", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "d78a43f3-b666-41b5-a153-98948921155f", "documentation": "Checks 3D Secure availability.", "method": "post", "endpoint": "get3dsAvailability", "responses": [ { "uuid": "2932f4b3-5661-45e1-af46-27e5168f4480", "body": "{\n \"binDetails\": {\n \"issuerCountry\": \"\"\n },\n \"dsPublicKeys\": [\n {\n \"brand\": \"\",\n \"directoryServerId\": \"\",\n \"fromSDKVersion\": \"\",\n \"publicKey\": \"\"\n }\n ],\n \"threeDS1Supported\": {{faker 'datatype.boolean'}},\n \"threeDS2CardRangeDetails\": [\n {\n \"brandCode\": \"\",\n \"endRange\": \"\",\n \"startRange\": \"\",\n \"threeDS2Version\": \"\",\n \"threeDSMethodURL\": \"\"\n }\n ],\n \"threeDS2supported\": {{faker 'datatype.boolean'}}\n}", "latency": 0, "statusCode": 200, "label": "OK - the request has succeeded.", "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": "e430714b-4840-4dcd-90cf-88e0de194b1d", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 400, "label": "Bad Request - a problem reading or understanding the 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": "3ada5b71-ee79-4fa3-90d0-fa041ee5d4f5", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized - authentication required.", "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": "a08c28f6-f103-412f-8c20-31e71d610346", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden - insufficient permissions to process the 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": "6f5c5da3-e3d0-48ed-92fe-d470e7f8b468", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 422, "label": "Unprocessable Entity - a request validation 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" }, { "uuid": "42f41bd7-71bb-4f88-87df-4556f691b7a7", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 500, "label": "Internal Server Error - the server could not process the 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" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "b4efc9cd-8f52-4eed-8c47-d888fc96716a", "documentation": "Gets a cost estimate.", "method": "post", "endpoint": "getCostEstimate", "responses": [ { "uuid": "b8edddc3-3646-4f7d-8b85-c35ed75296e8", "body": "{\n \"cardBin\": {\n \"bin\": \"\",\n \"commercial\": {{faker 'datatype.boolean'}},\n \"fundingSource\": \"\",\n \"fundsAvailability\": \"\",\n \"issuingBank\": \"\",\n \"issuingCountry\": \"\",\n \"issuingCurrency\": \"\",\n \"paymentMethod\": \"\",\n \"payoutEligible\": \"\",\n \"summary\": \"\"\n },\n \"costEstimateAmount\": {\n \"currency\": \"\",\n \"value\": {{faker 'number.int' max=99999}}\n },\n \"resultCode\": \"\",\n \"surchargeType\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK - the request has succeeded.", "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": "bb7b2474-8abd-44f9-9d36-25c3991677e3", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 400, "label": "Bad Request - a problem reading or understanding the 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": "2a267c62-33f5-4911-8539-cdc8f9d53642", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 401, "label": "Unauthorized - authentication required.", "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": "0a7d4c38-b92f-4b36-9853-5e7ca8c7cdb7", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 403, "label": "Forbidden - insufficient permissions to process the 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": "8df66143-7a08-4ea4-a448-bf7e0ed2e742", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 422, "label": "Unprocessable Entity - a request validation 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" }, { "uuid": "b0c1f1e8-7b73-44bc-a59e-401e29195aae", "body": "{\n \"additionalData\": {},\n \"errorCode\": \"\",\n \"errorType\": \"\",\n \"message\": \"\",\n \"pspReference\": \"\",\n \"status\": {{faker 'number.int' max=99999}}\n}", "latency": 0, "statusCode": 500, "label": "Internal Server Error - the server could not process the 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" } ], "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": "d78a43f3-b666-41b5-a153-98948921155f" }, { "type": "route", "uuid": "b4efc9cd-8f52-4eed-8c47-d888fc96716a" } ] }