{ "info": { "_postman_id": "3b922bfd-db86-4ea5-ac05-8b414690462a", "name": "BAV API SANDBOX SHARED v4", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "CreatePrevalidationBasedonIBAN", "request": { "method": "POST", "header": [ { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "X-IBM-Client-Id", "value": "", "type": "text" }, { "key": "X-IBM-Client-Secret", "value": "", "type": "text" } ], "body": { "mode": "raw", "raw": "{\r\n \"creditor_account_number\": \"DK5000400440116243\",\r\n \"creditor_name\": \"Test Creditor Name\",\r\n \"business_id\": \"2858394-9\",\r\n \"value_added_tax_number\": \"FI2112345600000666\",\r\n \"creditor_address\": {\r\n \"address_line\": [\r\n \"Street 112 \"\r\n ],\r\n \"city\": \"Helsinki\",\r\n \"postal_code\": \"01000\",\r\n \"country_code\": \"FI\"\r\n },\r\n \"debtor_country\": \"FI\",\r\n \"creditor_bank_bic\": \"NDEADKKK\",\r\n \"expiry\": 5\r\n}" }, "url": { "raw": "https://api.nordeaopenbanking.com/payment-creditors/v4/prevalidations", "protocol": "https", "host": [ "api", "nordeaopenbanking", "com" ], "path": [ "payment-creditors", "v4", "prevalidations" ] } }, "response": [] }, { "name": "GetPrevalidationsById", "request": { "method": "GET", "header": [ { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "X-IBM-Client-Id", "value": "", "type": "text" }, { "key": "X-IBM-Client-Secret", "value": "", "type": "text" } ], "url": { "raw": "https://api.nordeaopenbanking.com/payment-creditors/v4/prevalidations/b6a6f661-5882-48df-a642-8ad2a8d6b6fa", "protocol": "https", "host": [ "api", "nordeaopenbanking", "com" ], "path": [ "payment-creditors", "v4", "prevalidations", "b6a6f661-5882-48df-a642-8ad2a8d6b6fa" ] } }, "response": [] }, { "name": "GetPrevalidationsByStatusPending", "request": { "method": "GET", "header": [ { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "X-IBM-Client-Id", "type": "text", "value": "" }, { "key": "X-IBM-Client-Secret", "type": "text", "value": "" } ], "url": { "raw": "https://api.nordeaopenbanking.com/payment-creditors/v4/prevalidations?status=PENDING", "protocol": "https", "host": [ "api", "nordeaopenbanking", "com" ], "path": [ "payment-creditors", "v4", "prevalidations" ], "query": [ { "key": "status", "value": "PENDING" } ] } }, "response": [] }, { "name": "GetPrevalidationsAll", "request": { "method": "GET", "header": [ { "key": "Content-Type", "type": "text", "value": "application/json" }, { "key": "X-IBM-Client-Id", "value": "", "type": "text" }, { "key": "X-IBM-Client-Secret", "value": "", "type": "text" } ], "url": { "raw": "https://api.nordeaopenbanking.com/payment-creditors/v4/prevalidations?status=", "protocol": "https", "host": [ "api", "nordeaopenbanking", "com" ], "path": [ "payment-creditors", "v4", "prevalidations" ], "query": [ { "key": "status", "value": "" } ] } }, "response": [] }, { "name": "UpdatePrevalidations_onlySandbox", "request": { "method": "PUT", "header": [ { "key": "X-IBM-Client-Id", "value": "", "type": "text" }, { "key": "X-IBM-Client-Secret", "value": "", "type": "text" } ], "body": { "mode": "raw", "raw": "{\"id\":\"b6a6f661-5882-48df-a642-8ad2a8d6b6fa\",\"case_status\":\"CLOSED_RESOLVED\",\"prevalidation_result\":\"BENEFICIARY_VALIDATION_MATCH\"}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "https://api.nordeaopenbanking.com/payment-creditors/v4/prevalidations", "protocol": "https", "host": [ "api", "nordeaopenbanking", "com" ], "path": [ "payment-creditors", "v4", "prevalidations" ] } }, "response": [] } ] }