Skip to main content
New to GnosisRamp? Contact the GnosisRamp team to set up your organization. Once created, you can login to the dashboard and begin your integration.
Every integration begins with a project that owns credentials, provider accounts, and webhook settings. Use the dashboard to create a sandbox project, then follow these steps to wire your stack.
1

Provision project credentials

Each project exposes clientId/clientSecret pairs (Project Client Credentials). Store them in your secret manager; they are used to call token-exchange endpoints and to configure outgoing webhook signing.
2

Activate provider accounts

To enable payment providers for your project, you’ll need to establish accounts directly with each ramp provider you wish to use. Once you have your provider accounts, input the credentials into the GnosisRamp dashboard. All credentials are encrypted and stored securely. After configuration, these providers will participate in routing for your transactions.
3

Seed external accounts

Collect destination details from customers (bank rails or crypto addresses). GnosisRamp gives you JSON Schemas per rail — validating requests before you call the APIs prevents surprises during intent creation.

Environments & URLs

EnvironmentAPI base URLNotes
Productionhttps://api.gnosisramp.io/v1Full provider roster + live money movement
Sandboxhttps://sandbox.api.gnosisramp.io/v1Same schemas with mock providers
Once the project is configured you can focus on customer authentication, external accounts, and intent orchestration — the rest of this guide covers those pieces in depth.