API Explorer

v3.1 (67 APIs)

Banco
Cuentas
Vistas
Contrapartes
Transacciones

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:

Respuesta Exitosa Típica:

								
									
{ "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" } }
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-50000: Unknown Error.
Métodos de conector::
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:

CONSENT_ID:

JSON response body fields:

Respuesta Exitosa Típica:

								
									
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-50000: Unknown Error.
Métodos de conector::
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:

CONSENT_ID:

JSON response body fields:

Respuesta Exitosa Típica:

								
									
{ "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" } }
Validaciones:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Posibles Errores:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-50000: Unknown Error.
Métodos de conector::
Version: UKv3.1, function_name: by getAccountAccessConsentsConsentId, operation_id: UKv3.1-getAccountAccessConsentsConsentId Tags: Account Access,