-
Banking
- Get Account Balance
- Get Account Detail
- Get Accounts
- Get Balances For Specific Accounts
- Get Bulk Balances
- Get Bulk Direct Debits
- Get Direct Debits For Account
- Get Direct Debits For Specific Accounts
- Get Payee Detail
- Get Payees
- Get Product Detail
- Get Products
- Get Scheduled Payments Bulk
- Get Scheduled Payments For Specific Accounts
- Get Scheduled Payments for Account
- Get Transaction Detail
- Get Transactions For Account
-
Bank Accounts (Dynamic Endpoint)
-
Banking
- Get Account Balance
- Get Account Detail
- Get Accounts
- Get Balances For Specific Accounts
- Get Bulk Balances
- Get Bulk Direct Debits
- Get Direct Debits For Account
- Get Direct Debits For Specific Accounts
- Get Payee Detail
- Get Payees
- Get Product Detail
- Get Products
- Get Scheduled Payments Bulk
- Get Scheduled Payments For Specific Accounts
- Get Scheduled Payments for Account
- Get Transaction Detail
- Get Transactions For Account
-
Common
-
Dynamic Resource Doc
-
_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
AUv1.0.0 (99 APIs)
API Host: https://apisandbox.openbankproject.com
Bank
Accounts
Views
Counterparties
Transactions
Get Bank Account By Id
Get Bank Account
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEndpointProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"url_pattern",
"value":"http://obp_mock//accounts/{account_id}"
},
{
"key":"http_method",
"value":"GET"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
Typical Successful Response:
{
"name":"family account",
"balance":1
}
Required Roles:
-
CanGetDynamicEndpoint__account202
- Please login to request this Role
Validations:
- Required JSON Validation: No
- Allowed Authentication Types: Not set
Possible Errors:
- OBP-20001: User not logged in. Authentication is required!
- OBP-20006: User is missing one or more roles:
- OBP-50000: Unknown Error.
Connector Methods:
Version: OBPv4.0.0,
function_name: by dynamicEndpoint_GET_accounts_ACCOUNT_ID, operation_id: OBPv4.0.0-dynamicEndpoint_GET_accounts_ACCOUNT_ID
Tags: Bank Accounts (Dynamic Endpoint), Dynamic-Endpoint, Dynamic,
Post Accounts
POST Accounts
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEndpointProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"url_pattern",
"value":"http://obp_mock//accounts"
},
{
"key":"http_method",
"value":"POST"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
Authentication is Mandatory
Typical Successful Response:
{
"name":"family account",
"balance":1
}
Required Roles:
-
CanCreateDynamicEndpoint_POST_account118
- Please login to request this Role
Validations:
- Required JSON Validation: No
- Allowed Authentication Types: Not set
Possible Errors:
- OBP-20001: User not logged in. Authentication is required!
- OBP-20006: User is missing one or more roles:
- OBP-50000: Unknown Error.
Connector Methods:
Version: OBPv4.0.0,
function_name: by dynamicEndpoint_POST_accounts, operation_id: OBPv4.0.0-dynamicEndpoint_POST_accounts
Tags: Bank Accounts (Dynamic Endpoint), Dynamic-Endpoint, Dynamic,