NorthFondDocs
.md

NorthFond Business API

Introduction

One API for moving between stablecoins and local payment rails. Build in the sandbox, then take the same integration live.

What is NorthFond?

NorthFond is infrastructure for businesses that need to collect or disburse money across stablecoins and local payment methods. You integrate a single beneficiary, quote, wallet, and transaction contract while NorthFond handles provider-specific differences.

How it works

01

Create a customer

Use your own customer reference and choose a managed or external wallet model.

02

Create a beneficiary

Collect the normalized payout details required for the destination country.

03

Request a quote

Receive the exchange rate, fees, destination amount, and expiry time.

04

Start the transaction

Fund the transaction and follow its provider-neutral status to completion.

Where to start

Create a sandbox API key in the business dashboard, keep it on your server, and authenticate your first request.

curl
"http://localhost:3000/api/v1/business/account" \
  --header "Authorization: Bearer $NORTHFOND_API_KEY"

What you can build