Skip to content

Commit 073d409

Browse files
committed
docfix: Glossary Item on Reg Entities more info on connector
1 parent 48b5d7f commit 073d409

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

obp-api/src/main/scala/code/api/util/Glossary.scala

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3569,6 +3569,22 @@ object Glossary extends MdcLoggable {
35693569
|
35703570
|This integration ensures that only properly registered and certificated Third Party Providers can access sensitive banking data and payment initiation services in compliance with PSD2 regulations.
35713571
|
3572+
|## Real-Time Certificate Retrieval:
3573+
|
3574+
|Regulated Entities can be retrieved in real time from the National Authority / National Bank through the following data flow patterns:
3575+
|
3576+
|**Direct National Authority Connection**:
3577+
|
3578+
|`OBP BG API instance -> getRegulatedEntities -> Connector -> National Authority`
3579+
|
3580+
|**Via OBP Regulated Entities API Instance**:
3581+
|
3582+
|`OBP BG API instance -> getRegulatedEntities -> Connector -> OBP Regulated Entities API instance -> Connector -> National Authority`
3583+
|
3584+
|This real-time integration ensures that regulated entity information is always current and reflects the latest regulatory status and certifications from official national sources.
3585+
|
3586+
|See Message Docs for the connector functions.
3587+
|
35723588
|Note: You can / should run a separate instance of OBP for surfacing the Regulated Entities endpoints.
35733589
|""".stripMargin)
35743590

0 commit comments

Comments
 (0)