Generate API Keys
To get your API keys:
- Log in to your Direct Debit Portal. (Sandbox Login | Production Login)
- Go to Developers -> API Keys. (Sandbox API Keys | Production API Keys)
- Click Generate API Keys.
- Save your Secret Key and Secret Password (they will only be displayed once).
- After saving and downloading your secret key and password, click Done.
✅ You're API keys are successfully generated.
Authentication
After getting your Secret Key and Secrety Password, provide them in the corresponding headers whenever making a request to a protected endpoint.
curl --request <the_method> \
--url https://api.sandbox.directdebit.belvo.com/<the_endpoint>
--header 'api-key-id: <Your secret-key-id>' \
--header 'api-key-secret: <Your secret-password>'