Skip to main content
This quickstart confirms that your server can authenticate with NorthFond. It does not move funds or create a payment.

Before you begin

You need a NorthFond business account and a sandbox API key with at least one scope. Create the key in the business dashboard. The secret is shown once.
Keep API keys on your server. Never expose them in browser code, mobile applications, screenshots, logs, or source control.
1

Export your sandbox key

Store the secret in your shell for this session.
2

Request your account context

3

Confirm the environment

A successful response identifies the business, environment, credential prefix, and granted scopes.
The current public sandbox origin is https://payment.gideondevrel.xyz. NorthFond will publish the production NorthFond-owned API hostname before general availability.

Where to go next

Create a customer

Provision a reusable managed EVM wallet from your own customer reference.

Explore the API

Open the generated endpoint reference, schemas, and request builder.

Common failures