{ "opencollection": "1.0.0", "info": { "name": "Account and Transaction - UK OB", "version": "4.0.0" }, "items": [ { "info": { "name": "Account Access", "type": "folder" }, "items": [ { "info": { "name": "Create Account Access Consents", "type": "http" }, "http": { "method": "POST", "url": "https://obp-api.danskebank.com/open-banking/v4.0/aisp/account-access-consents", "headers": [ { "name": "x-fapi-auth-date", "value": "" }, { "name": "x-fapi-customer-ip-address", "value": "" }, { "name": "x-fapi-interaction-id", "value": "" }, { "name": "x-customer-user-agent", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create Account Access Consents" }, { "info": { "name": "Get Account Access Consents", "type": "http" }, "http": { "method": "GET", "url": "https://obp-api.danskebank.com/open-banking/v4.0/aisp/account-access-consents/:ConsentId", "headers": [ { "name": "x-fapi-auth-date", "value": "" }, { "name": "x-fapi-customer-ip-address", "value": "" }, { "name": "x-fapi-interaction-id", "value": "" }, { "name": "x-customer-user-agent", "value": "" } ], "params": [ { "name": "ConsentId", "value": "", "type": "path", "description": "ConsentId" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Account Access Consents" }, { "info": { "name": "Delete Account Access Consents", "type": "http" }, "http": { "method": "DELETE", "url": "https://obp-api.danskebank.com/open-banking/v4.0/aisp/account-access-consents/:ConsentId", "headers": [ { "name": "x-fapi-auth-date", "value": "" }, { "name": "x-fapi-customer-ip-address", "value": "" }, { "name": "x-fapi-interaction-id", "value": "" }, { "name": "x-customer-user-agent", "value": "" } ], "params": [ { "name": "ConsentId", "value": "", "type": "path", "description": "ConsentId" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete Account Access Consents" } ] }, { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "Get Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://obp-api.danskebank.com/open-banking/v4.0/aisp/accounts", "headers": [ { "name": "x-fapi-auth-date", "value": "" }, { "name": "x-fapi-customer-ip-address", "value": "" }, { "name": "x-fapi-interaction-id", "value": "" }, { "name": "x-customer-user-agent", "value": "" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Accounts" }, { "info": { "name": "Get Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://obp-api.danskebank.com/open-banking/v4.0/aisp/accounts/:AccountId", "headers": [ { "name": "x-fapi-auth-date", "value": "" }, { "name": "x-fapi-customer-ip-address", "value": "" }, { "name": "x-fapi-interaction-id", "value": "" }, { "name": "x-customer-user-agent", "value": "" } ], "params": [ { "name": "AccountId", "value": "", "type": "path", "description": "AccountId" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Accounts" } ] }, { "info": { "name": "Balances", "type": "folder" }, "items": [ { "info": { "name": "Get Balances", "type": "http" }, "http": { "method": "GET", "url": "https://obp-api.danskebank.com/open-banking/v4.0/aisp/accounts/:AccountId/balances", "headers": [ { "name": "x-fapi-auth-date", "value": "" }, { "name": "x-fapi-customer-ip-address", "value": "" }, { "name": "x-fapi-interaction-id", "value": "" }, { "name": "x-customer-user-agent", "value": "" } ], "params": [ { "name": "AccountId", "value": "", "type": "path", "description": "AccountId" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Balances" } ] }, { "info": { "name": "Beneficiaries", "type": "folder" }, "items": [ { "info": { "name": "Get Beneficiaries", "type": "http" }, "http": { "method": "GET", "url": "https://obp-api.danskebank.com/open-banking/v4.0/aisp/accounts/:AccountId/beneficiaries", "headers": [ { "name": "x-fapi-auth-date", "value": "" }, { "name": "x-fapi-customer-ip-address", "value": "" }, { "name": "x-fapi-interaction-id", "value": "" }, { "name": "x-customer-user-agent", "value": "" } ], "params": [ { "name": "AccountId", "value": "", "type": "path", "description": "AccountId" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Beneficiaries" } ] }, { "info": { "name": "Direct Debits", "type": "folder" }, "items": [ { "info": { "name": "Get Direct Debits", "type": "http" }, "http": { "method": "GET", "url": "https://obp-api.danskebank.com/open-banking/v4.0/aisp/accounts/:AccountId/direct-debits", "headers": [ { "name": "x-fapi-auth-date", "value": "" }, { "name": "x-fapi-customer-ip-address", "value": "" }, { "name": "x-fapi-interaction-id", "value": "" }, { "name": "x-customer-user-agent", "value": "" } ], "params": [ { "name": "AccountId", "value": "", "type": "path", "description": "AccountId" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Direct Debits" } ] }, { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "Get Products", "type": "http" }, "http": { "method": "GET", "url": "https://obp-api.danskebank.com/open-banking/v4.0/aisp/accounts/:AccountId/product", "headers": [ { "name": "x-fapi-auth-date", "value": "" }, { "name": "x-fapi-customer-ip-address", "value": "" }, { "name": "x-fapi-interaction-id", "value": "" }, { "name": "x-customer-user-agent", "value": "" } ], "params": [ { "name": "AccountId", "value": "", "type": "path", "description": "AccountId" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Products" } ] }, { "info": { "name": "Scheduled Payments", "type": "folder" }, "items": [ { "info": { "name": "Get Scheduled Payments", "type": "http" }, "http": { "method": "GET", "url": "https://obp-api.danskebank.com/open-banking/v4.0/aisp/accounts/:AccountId/scheduled-payments", "headers": [ { "name": "x-fapi-auth-date", "value": "" }, { "name": "x-fapi-customer-ip-address", "value": "" }, { "name": "x-fapi-interaction-id", "value": "" }, { "name": "x-customer-user-agent", "value": "" } ], "params": [ { "name": "AccountId", "value": "", "type": "path", "description": "AccountId" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Scheduled Payments" } ] }, { "info": { "name": "Standing Orders", "type": "folder" }, "items": [ { "info": { "name": "Get Standing Orders", "type": "http" }, "http": { "method": "GET", "url": "https://obp-api.danskebank.com/open-banking/v4.0/aisp/accounts/:AccountId/standing-orders", "headers": [ { "name": "x-fapi-auth-date", "value": "" }, { "name": "x-fapi-customer-ip-address", "value": "" }, { "name": "x-fapi-interaction-id", "value": "" }, { "name": "x-customer-user-agent", "value": "" } ], "params": [ { "name": "AccountId", "value": "", "type": "path", "description": "AccountId" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Standing Orders" } ] }, { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "Get Transactions", "type": "http" }, "http": { "method": "GET", "url": "https://obp-api.danskebank.com/open-banking/v4.0/aisp/accounts/:AccountId/transactions", "headers": [ { "name": "x-fapi-auth-date", "value": "" }, { "name": "x-fapi-customer-ip-address", "value": "" }, { "name": "x-fapi-interaction-id", "value": "" }, { "name": "x-customer-user-agent", "value": "" } ], "params": [ { "name": "AccountId", "value": "", "type": "path", "description": "AccountId" }, { "name": "fromBookingDateTime", "value": "", "type": "query", "description": "The UTC ISO 8601 Date Time to filter transactions FROM NB Time component is optional - set to 00:00:00 for just Date. If the Date Time contains a timezone, the ASPSP must ignore the timezone component.\n" }, { "name": "toBookingDateTime", "value": "", "type": "query", "description": "The UTC ISO 8601 Date Time to filter transactions TO NB Time component is optional - set to 00:00:00 for just Date. If the Date Time contains a timezone, the ASPSP must ignore the timezone component.\n" }, { "name": "Order", "value": "", "type": "query", "description": "Date-time order for receipt of transactions, either descending (desc) or ascending (asc). If omitted asc is default.\n" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Transactions" } ] }, { "info": { "name": "Parties", "type": "folder" }, "items": [ { "info": { "name": "Get Parties", "type": "http" }, "http": { "method": "GET", "url": "https://obp-api.danskebank.com/open-banking/v4.0/aisp/party", "headers": [ { "name": "x-fapi-auth-date", "value": "" }, { "name": "x-fapi-customer-ip-address", "value": "" }, { "name": "x-fapi-interaction-id", "value": "" }, { "name": "x-customer-user-agent", "value": "" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Parties" } ] } ], "bundled": true }