-
Account Access
-
Account Access governs access to Bank Accounts by end Users. It is an intersecting entity between tMore...
- Create Account Access Consents
- Delete Account Access Consents
- Get Account Access Consents
-
-
Account Access
-
Accounts
-
Balances
-
Bank Accounts (Dynamic Endpoint)
-
Beneficiaries
-
Direct Debits
-
Domestic Payments
- Create Domestic Payment Consents
- Create Domestic Payments
- Get Domestic Payment Consents
- Get Domestic Payment Consents Funds Confirmation
- Get Domestic Payments
-
Domestic Scheduled Payments
- Create Domestic Scheduled Payment Consents
- Create Domestic Scheduled Payments
- Get Domestic Scheduled Payment Consents
- Get Domestic Scheduled Payments
-
Domestic Standing Orders
- Create Domestic Standing Order Consents
- Create Domestic Standing Orders
- Get Domestic Standing Order Consents
- Get Domestic Standing Orders
-
Dynamic Resource Doc
-
File Payments
- Create File Payment Consents
- Create File Payment Consents
- Create File Payments
- Get File Payment Consents
- Get File Payment Consents
- Get File Payments
- Get File Payments
-
Funds Confirmations
- Create Funds Confirmation
- Create Funds Confirmation Consent
- Delete Funds Confirmation Consent
- Get Funds Confirmation Consent
-
International Payments
- Create International Payment Consents
- Create International Payments
- Get International Payment Consents
- Get International Payment Consents Funds Confirmation
- Get International Payments
-
International Scheduled Payments
- Create International Scheduled Payment Consents
- Create International Scheduled Payments
- Get International Scheduled Payment Consents
- Get International Scheduled Payment Consents Funds Confirmation
- Get International Scheduled Payments
-
International Standing Orders
- Create International Standing Order Consents
- Create International Standing Orders
- Get International Standing Order Consents
- Get International Standing Orders
-
Offers
-
Partys
-
Products
-
Scheduled Payments
-
Standing Orders
-
Statements
-
Transactions
-
_Covid APIDays
- Create new Covid APIDays
- Delete Covid APIDays by id
- Get Covid APIDays List
- Get Covid APIDays by id
- Update Covid APIDays
-
_Customer Cars
- Create new Customer Cars
- Delete Customer Cars by id
- Get Customer Cars List
- Get Customer Cars by id
- Update Customer Cars
-
_D Entity1(gh.29.uk)
-
_Fish Port
-
_Foo Bar
-
_Insurance Policy(gh.29.uk)
- Create new Insurance Policy
- Delete Insurance Policy by id
- Get Insurance Policy List
- Get Insurance Policy by id
- Update Insurance Policy
-
_Insurance Premium(gh.29.uk)
- Create new Insurance Premium
- Delete Insurance Premium by id
- Get Insurance Premium List
- Get Insurance Premium by id
- Update Insurance Premium
-
_March Hare(gh.29.uk)
- Create new March Hare
- Delete March Hare by id
- Get March Hare List
- Get March Hare by id
- Update March Hare
-
_Obp Activity(obp.testing.01)
- Create new Obp Activity
- Delete Obp Activity by id
- Get Obp Activity List
- Get Obp Activity by id
- Update Obp Activity
-
_Odometer(gh.29.uk)
-
_Simon Covid
- Create new Simon Covid
- Delete Simon Covid by id
- Get Simon Covid List
- Get Simon Covid by id
- Update Simon Covid
-
_Sustrans
-
_Test Daniel707
- Create new My Test Daniel707
- Create new Test Daniel707
- Delete My Test Daniel707 by id
- Delete Test Daniel707 by id
- Get My Test Daniel707 List
- Get My Test Daniel707 by id
- Get Test Daniel707 List
- Get Test Daniel707 by id
- Update My Test Daniel707
- Update Test Daniel707
-
_Test1
v3.1 (144 APIs)
API Host: https://apisandbox.openbankproject.com
Bank
Accounts
Views
Counterparties
Transactions
Create Account Access Consents
Create Account Access Consents
Authentication is Mandatory
JSON request body fields:
JSON response body fields:
Typical Successful Response:
{
"Data":{
"ConsentId":"string",
"CreationDateTime":"2020-10-20T08:40:47.375Z",
"Status":"Authorised",
"StatusUpdateDateTime":"2020-10-20T08:40:47.375Z",
"Permissions":["ReadAccountsBasic"],
"ExpirationDateTime":"2020-10-20T08:40:47.375Z",
"TransactionFromDateTime":"2020-10-20T08:40:47.375Z",
"TransactionToDateTime":"2020-10-20T08:40:47.375Z"
},
"Risk":{
},
"Links":{
"Self":"https://apisandbox.openbankproject.com/open-banking/v3.1/account-access-consents/CONSENT_ID"
},
"Meta":{
"TotalPages":0,
"FirstAvailableDateTime":"2020-10-20T08:40:47.375Z",
"LastAvailableDateTime":"2020-10-20T08:40:47.375Z"
}
}
Validations:
- Required JSON Validation: No
- Allowed Authentication Types: Not set
Possible Errors:
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
Connector Methods:
Version: UKv3.1,
function_name: by createAccountAccessConsents, operation_id: UKv3.1-createAccountAccessConsents
Tags: Account Access,
Delete Account Access Consents
Delete Account Access Consents
Authentication is Mandatory
URL Parameters:
JSON response body fields:
Typical Successful Response:
Validations:
- Required JSON Validation: No
- Allowed Authentication Types: Not set
Possible Errors:
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
Connector Methods:
Version: UKv3.1,
function_name: by deleteAccountAccessConsentsConsentId, operation_id: UKv3.1-deleteAccountAccessConsentsConsentId
Tags: Account Access,
Get Account Access Consents
Get Account Access Consents
Authentication is Mandatory
URL Parameters:
JSON response body fields:
Typical Successful Response:
{
"Data":{
"ConsentId":"string",
"CreationDateTime":"2020-10-20T10:28:39.801Z",
"Status":"Authorised",
"StatusUpdateDateTime":"2020-10-20T10:28:39.801Z",
"Permissions":["ReadAccountsBasic"],
"ExpirationDateTime":"2020-10-20T10:28:39.801Z",
"TransactionFromDateTime":"2020-10-20T10:28:39.801Z",
"TransactionToDateTime":"2020-10-20T10:28:39.801Z"
},
"Risk":"",
"Links":{
"Self":"https://apisandbox.openbankproject.com/open-banking/v3.1/account-access-consents/CONSENT_ID"
},
"Meta":{
"TotalPages":0,
"FirstAvailableDateTime":"2020-10-20T10:28:39.801Z",
"LastAvailableDateTime":"2020-10-20T10:28:39.801Z"
}
}
Validations:
- Required JSON Validation: No
- Allowed Authentication Types: Not set
Possible Errors:
- OBP-20001: User not logged in. Authentication is required!
- OBP-50000: Unknown Error.
Connector Methods:
Version: UKv3.1,
function_name: by getAccountAccessConsentsConsentId, operation_id: UKv3.1-getAccountAccessConsentsConsentId
Tags: Account Access,