For the complete documentation index, see llms.txt. This page is also available as Markdown.

Extensions

Guides for building custom implementations of the Bridge's extension points

The G2P Bridge is extensible: the parts that touch external systems are pluggable, so you can adapt it to a specific country, sponsor bank, or delivery model without forking the core.

Start here → How to write your own connector — the end-to-end flow: implement an interface, extend the published Bridge Docker image (FROM … + pip install), select it via config, and deploy. The guides below give the method-by-method contract for each individual interface.

Each guide below describes the interface and how to provide your own implementation:

For the conceptual overview of these extension points, see Features → Extensibility.

Last updated

Was this helpful?