Select your preferred language for this documentation.
Ensure you have Digio (Sandbox or Production), along with your
Client ID and Client Secret. Note: Production credentials are required for live use, while sandbox credentials can be used for testing.
A endpoint in the server other than fabbuilder to receive Digio event updates.
This is optional and only required if you want that backend also receive these updates.
Configuration
Select the appropriate Environment (Sandbox for testing or Production for live).
Enter the following details for selected environment:
Client ID
SecretKey
Base URL:
Sandbox: https://ext.digio.in:444
Production: https://api.digio.in
Callback URL – your backend endpoint to receive Digio updates
Click Save to apply the configuration.
Webhook Setup in Digio
In your Digio dashboard, go to Profile → Webhooks and configure the webhook URL as: https://cs.fabbuilder.com/cs-app/digio/api/tenant/signCallback
This webhook allows our microservice to receive Digio events.
The microservice will then forward those events to the Callback URL you provided in the configuration form.