-
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
-
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
v3.1 (67 APIs)
API Host: https://obp-api-sandbox.nmbbank.co.tz
Bank
Accounts
Views
Counterparties
Transactions
Create Account Access Consents
Create Account Access Consents
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
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://obp-api-sandbox.nmbbank.co.tz/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
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
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
User Authentication is Required. The User must be logged in. The Application must also be authenticated.
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://obp-api-sandbox.nmbbank.co.tz/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,