-
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
-
Dynamic Resource Doc
-
In OBP we largely define our endpoints using an internal case class or model called ResourceDoc UsMore...
- A test endpoint
-
-
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
-
Get Account Balance
-
Common
-
Dynamic Resource Doc
-
_CovidAPIDays
-
Create new CovidAPIDays
-
Delete CovidAPIDays by id
-
Get CovidAPIDays List
-
Get CovidAPIDays by id
-
Update CovidAPIDays
-
Create new CovidAPIDays
-
_Customer_cars
-
Create new customer_cars
-
Delete customer_cars by id
-
Get customer_cars List
-
Get customer_cars by id
-
Update customer_cars
-
Create new customer_cars
-
_D Entity1(gh.29.uk)
-
_FishPort
-
_FooBar
-
_InsurancePolicy(gh.29.uk)
-
Create new InsurancePolicy
-
Delete InsurancePolicy by id
-
Get InsurancePolicy List
-
Get InsurancePolicy by id
-
Update InsurancePolicy
-
Create new InsurancePolicy
-
_InsurancePremium(gh.29.uk)
-
Create new InsurancePremium
-
Delete InsurancePremium by id
-
Get InsurancePremium List
-
Get InsurancePremium by id
-
Update InsurancePremium
-
Create new InsurancePremium
-
_MarchHare(gh.29.uk)
-
_ObpActivity(obp.testing.01)
-
Create new ObpActivity
-
Delete ObpActivity by id
-
Get ObpActivity List
-
Get ObpActivity by id
-
Update ObpActivity
-
Create new ObpActivity
-
_Odometer(gh.29.uk)
-
_SimonCovid
-
Create new SimonCovid
-
Delete SimonCovid by id
-
Get SimonCovid List
-
Get SimonCovid by id
-
Update SimonCovid
-
Create new SimonCovid
-
_Sustrans
-
_Test1
-
_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
-
Create new My test_daniel707
AUv1.0.0 (99 APIs)
Anfitrión de la API: https://apisandbox.openbankproject.com
Banco
Cuentas
Vistas
Contrapartes
Transacciones
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"
}
]
}
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
Respuesta Exitosa Típica:
{
"name":"family account",
"balance":1
}
Roles Requeridos:
-
CanGetDynamicEndpoint__account202
- Please login to request this Role
Validaciones:
- Required JSON Validation: No
- Allowed Authentication Types: Not set
Posibles Errores:
- OBP-20001: User not logged in. Authentication is required!
- OBP-20006: User is missing one or more roles:
- OBP-50000: Unknown Error.
Métodos de conector::
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"
}
]
}
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
Respuesta Exitosa Típica:
{
"name":"family account",
"balance":1
}
Roles Requeridos:
-
CanCreateDynamicEndpoint_POST_account118
- Please login to request this Role
Validaciones:
- Required JSON Validation: No
- Allowed Authentication Types: Not set
Posibles Errores:
- OBP-20001: User not logged in. Authentication is required!
- OBP-20006: User is missing one or more roles:
- OBP-50000: Unknown Error.
Métodos de conector::
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,

