Environments
There are two environments available, production and sandbox.
Production is the live integration with user data and sandbox is a test environment where you can validate the integration. They have slightly different security models.
| Functionality | Environment | Base URL | Description |
|---|---|---|---|
| AISP/PISP | Production | https://openbanking.prod.lunar.app | Live user data |
| AISP/PISP | Sandbox | https://sandbox.openbanking.prod.lunar.app | Sandbox for testing |
| Registration | Production | https://tpp.openbanking.prod.lunar.tech | Live user data |
| Registration | Sandbox | https://tpp.openbanking-sandbox.prod.lunar.tech | Sandbox for testing |
Notice that these are base URLs. Refer to the API specifications for path information.
Sandbox
Sandbox allows testing without Lunar users so access to test accounts and payments can be done without the Lunar app. Use the sandbox environment to test your integration before going live.
See the Sandbox section for more details.
Last updated on