-
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
-
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
-
Create Domestic Payment Consents
-
Domestic Scheduled Payments
-
Create Domestic Scheduled Payment Consents
-
Create Domestic Scheduled Payments
-
Get Domestic Scheduled Payment Consents
-
Get Domestic Scheduled Payments
-
Create Domestic Scheduled Payment Consents
-
Domestic Standing Orders
-
Create Domestic Standing Order Consents
-
Create Domestic Standing Orders
-
Get Domestic Standing Order Consents
-
Get Domestic Standing Orders
-
Create Domestic Standing Order Consents
-
Dynamic Resource Doc
-
Example Title
-
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
-
Create File Payment Consents
-
Funds Confirmations
-
Create Funds Confirmation
-
Create Funds Confirmation Consent
-
Delete Funds Confirmation Consent
-
Get Funds Confirmation Consent
-
Create Funds Confirmation
-
International Payments
-
Create International Payment Consents
-
Create International Payments
-
Get International Payment Consents
-
Get International Payment Consents Funds Confirmation
-
Get International Payments
-
Create International Payment Consents
-
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
-
Create International Scheduled Payment Consents
-
International Standing Orders
-
Create International Standing Order Consents
-
Create International Standing Orders
-
Get International Standing Order Consents
-
Get International Standing Orders
-
Create International Standing Order Consents
-
Offers
-
Partys
-
Products
-
Scheduled Payments
-
Standing Orders
-
Statements
-
Swagger Call getBanks
-
Transactions
-
_Credit Application Form
-
Create new Credit Application Form
-
Delete Credit Application Form by id
-
Get Credit Application Form List
-
Get Credit Application Form by id
-
Update Credit Application Form
-
Create new Credit Application Form
-
_TESTING
v3.1 (83 APIs)
Create new Credit Application Form
Create new Credit Application Form.
Form will be used for applying for a loan trough OBP APIs
Property List:
- name: Enter a name and surname of applicant
- embg: Applicant social sec number
- amount: Applicant desired loan amount. Can be expressed in MKD only
- maturity: Applicant desired loan maturity. Can be expressed in months only
- mobileNumber: Applicant mobile phone number
- eMail: Applicant email address
- acptTermsCond: Applicant has accepted terms and conditions of this product
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"creditApplicationForm"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
{
"credit_application_form":{
"creditApplicationFormId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"name":"Marko Markosky",
"embg":"1234567890123",
"amount":30000,
"maturity":3,
"mobileNumber":"+38970123456",
"eMail":"example@yahoo.com",
"acptTermsCond":true
}
}
-
CanCreateDynamicEntity_SystemcreditApplicationForm
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-20006: User is missing one or more roles:
- OBP-10001: Incorrect json format.
- OBP-50000: Unknown Error.
Delete Credit Application Form by id
Delete Credit Application Form by id
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"creditApplicationForm"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
{
"credit_application_form":{
"creditApplicationFormId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"name":"Marko Markosky",
"embg":"1234567890123",
"amount":30000,
"maturity":3,
"mobileNumber":"+38970123456",
"eMail":"example@yahoo.com",
"acptTermsCond":true
}
}
-
CanDeleteDynamicEntity_SystemcreditApplicationForm
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-20006: User is missing one or more roles:
- OBP-10001: Incorrect json format.
- OBP-50000: Unknown Error.
Get Credit Application Form List
Get Credit Application Form List.
Form will be used for applying for a loan trough OBP APIs
Property List:
- name: Enter a name and surname of applicant
- embg: Applicant social sec number
- amount: Applicant desired loan amount. Can be expressed in MKD only
- maturity: Applicant desired loan maturity. Can be expressed in months only
- mobileNumber: Applicant mobile phone number
- eMail: Applicant email address
- acptTermsCond: Applicant has accepted terms and conditions of this product
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"creditApplicationForm"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
Can do filter on the fields
e.g: /creditApplicationForm?name=James%20Brown&number=123.456&number=11.11
Will do filter by this rule: name == "James Brown" && (number==123.456 || number=11.11)
{
"credit_application_form_list":[{
"credit_application_form":{
"creditApplicationFormId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"name":"Marko Markosky",
"embg":"1234567890123",
"amount":30000,
"maturity":3,
"mobileNumber":"+38970123456",
"eMail":"example@yahoo.com",
"acptTermsCond":true
}
}]
}
-
CanGetDynamicEntity_SystemcreditApplicationForm
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-20006: User is missing one or more roles:
- OBP-50000: Unknown Error.
Get Credit Application Form by id
Get Credit Application Form by id.
Form will be used for applying for a loan trough OBP APIs
Property List:
- name: Enter a name and surname of applicant
- embg: Applicant social sec number
- amount: Applicant desired loan amount. Can be expressed in MKD only
- maturity: Applicant desired loan maturity. Can be expressed in months only
- mobileNumber: Applicant mobile phone number
- eMail: Applicant email address
- acptTermsCond: Applicant has accepted terms and conditions of this product
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"creditApplicationForm"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
{
"credit_application_form":{
"creditApplicationFormId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"name":"Marko Markosky",
"embg":"1234567890123",
"amount":30000,
"maturity":3,
"mobileNumber":"+38970123456",
"eMail":"example@yahoo.com",
"acptTermsCond":true
}
}
-
CanGetDynamicEntity_SystemcreditApplicationForm
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-20006: User is missing one or more roles:
- OBP-50000: Unknown Error.
Update Credit Application Form
Update Credit Application Form.
Form will be used for applying for a loan trough OBP APIs
Property List:
- name: Enter a name and surname of applicant
- embg: Applicant social sec number
- amount: Applicant desired loan amount. Can be expressed in MKD only
- maturity: Applicant desired loan maturity. Can be expressed in months only
- mobileNumber: Applicant mobile phone number
- eMail: Applicant email address
- acptTermsCond: Applicant has accepted terms and conditions of this product
MethodRouting settings example:
{
"is_bank_id_exact_match":false,
"method_name":"dynamicEntityProcess",
"connector_name":"rest_vMar2019",
"bank_id_pattern":".*",
"parameters":[
{
"key":"entityName",
"value":"creditApplicationForm"
}
{
"key":"url",
"value":"http://mydomain.com/xxx"
}
]
}
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
{
"credit_application_form":{
"creditApplicationFormId":"d8839721-ad8f-45dd-9f78-2080414b93f9",
"name":"Marko Markosky",
"embg":"1234567890123",
"amount":30000,
"maturity":3,
"mobileNumber":"+38970123456",
"eMail":"example@yahoo.com",
"acptTermsCond":true
}
}
-
CanUpdateDynamicEntity_SystemcreditApplicationForm
- Please login to request this Role
- Required JSON Validation: No
- Allowed Authentication Types: Not set
- OBP-20001: User not logged in. Authentication is required!
- OBP-20006: User is missing one or more roles:
- OBP-10001: Incorrect json format.
- OBP-50000: Unknown Error.