Bureaus

Configuration for each licensed reference bureau the institution connects to. Records hold the endpoint, credentials, supported services and the file format used for submissions and pulls. Correct bureau setup is the foundation that makes every enquiry, listing and webhook route to the right partner.

Bureaus
Bureaus — live screen from the BridgeERP MFI Suite.

Workflow

  1. Open Bureaus from the Credit Bureau menu.
  2. Create a bureau with its name and licence reference.
  3. Enter the API endpoint and authentication credentials.
  4. Select the supported services and submission file format.
  5. Set test or production mode and activate the bureau.

Fields reference

Every field on this screen, drawn from the live data model.

FieldTypeRequiredDescription
Test/Ping Endpoint
test_endpoint
TextURL hit by the Test Connection button. Defaults to base_url + /ping.
Inquiry Endpoint
inquiry_endpoint
TextURL for credit-report pulls. Defaults to base_url + /report.
Submission Endpoint (HTTPS)
submission_endpoint
TextREST URL for batch submissions when not using SFTP.
Webhook Secret
webhook_secret
TextShared HMAC secret for inbound credit-event webhooks
Name
name
TextYesName
Code
code
TextYesCode
Provider
provider
Choice: Metropol Kenya, TransUnion, Creditinfo, CRB Africa, OtherYesProvider
Auth Mode
auth_mode
Choice: HMAC-SHA256 signed body, OAuth2 client-credentials, Bearer API keyYesAuth Mode
Sequence
sequence
NumberSequence
Base Url
base_url
TextBase Url
Api Key
api_key
TextApi Key
Api Secret
api_secret
TextApi Secret
OAuth Token URL
oauth_token_url
TextOAuth Token URL
Oauth Client
oauth_client_id
TextOauth Client
Oauth Client Secret
oauth_client_secret
TextOauth Client Secret
Oauth Scope
oauth_scope
TextOauth Scope
Sftp Host
sftp_host
TextSftp Host
Sftp Port
sftp_port
NumberSftp Port
Sftp User
sftp_user
TextSftp User
Sftp Password
sftp_password
TextSftp Password
SFTP Private Key (PEM)
sftp_private_key
Long textSFTP Private Key (PEM)
Sftp Remote Dir
sftp_remote_dir
TextSftp Remote Dir
Is Sandbox
is_sandbox
Yes/NoIs Sandbox
Active
active
Yes/NoActive
Timeout Seconds
timeout_seconds
NumberTimeout Seconds
Max Retries
max_retries
NumberMax Retries
Last Test State
last_test_state
Choice: Untested, OK, FailedLast Test State
Last Test Message
last_test_message
Long textLast Test Message
Last Test On
last_test_on
Date & timeLast Test On
Company
company_id
Link → res.companyCompany

Actions & buttons

Buttons available on this screen and what they do:

  • Test Connection

Notes & rules

  • Model mfi.crb.bureau; the reference-bureau partner master.
  • Holds endpoint, credentials, format and enabled services.
  • Referenced by Reports, Submissions, Bulk Inquiry and Webhook Events.
  • Supports markets with multiple licensed bureaus (for example Kenyan CRBs).

Technical model: mfi.crb.bureau · Record: CRB / Credit Bureau Provider Configuration

Was this page helpful?