LigdiCash does not offer a sandbox environment separate from production. There is only one environment, accessible through a single base URL. The distinction between testing and production is made by the credentials used, not by the URL.Documentation Index
Fetch the complete documentation index at: https://developers.ligdicash.com/llms.txt
Use this file to discover all available pages before exploring further.
Temporary integration account
During the integration period, LigdiCash provides you with a real temporary LigdiCash account dedicated to your integration work. This account is configured with:- A pre-activated API project
- The operators defined in your contract
ApikeyandAPI_TOKENkeys ready to use
To obtain your temporary integration account, contact developper@ligdicash.com or see the contacts by country.
Base URL
The URL is identical during integration and in production:Going live
Once your integration is complete and validated, you switch to your own LigdiCash account by simply replacing the keys in your configuration:| Integration account | Production account | |
|---|---|---|
Apikey | Key provided by LigdiCash | Key from your own project |
API_TOKEN | Token provided by LigdiCash | Token from your own project |
| Base URL | https://app.ligdicash.com | https://app.ligdicash.com |
| Behavior | Identical | Identical |
Retrieving your keys
TheApikey and API_TOKEN keys are available in the LigdiCash dashboard of your project. See Authentication for usage details.
Related pages
- Authentication — how to use Apikey and API_TOKEN
- API project — how to obtain and use your API project
