Getting Started
Welcome to the Trustly Developer Documentation. Trustly provides a robust API for building Online Banking integrations as well as client-side SDKs for facilitating bank account authorization user experiences.
If you require any assistance, please contact your Trustly Integration team or email us at [email protected].
Environments
Trustly provides sandbox and production environments. To switch between environments, use the different endpoint URLs and ensure that you're using the correct authentication credentials because they are often different for each environment. When you are ready to go live, you will have to change your endpoint to the production URL.
- Production:
https://trustly.one
- Sandbox:
https://sandbox.trustly.one
Deprecated
The following endpoints have been deprecated, but are supported until further notice.
- Production:
https://paywithmybank.com
- Sandbox:
https://sandbox.paywithmybank.com
SDKs & Libraries
We have language bindings for JavaScript, iOS, and Android.
When using the Javascript library, the base URLs must be changed between environments as noted below:
Production: https://trustly.one/start
Sandbox: https://sandbox.trustly.one/start
For more details explore the SDK docs
API Endpoints
Production: https://trustly.one/api/v1
Sandbox: https://sandbox.trustly.one/api/v1
For more details explore the API Reference for more details regarding backend operations.
Updated 2 months ago