neonFin
Client & API

Client & API

Use the typed client or call the public REST API directly.

Most apps should start with the React components. Use this section when you need custom UI, server-side users, or a non-React integration.

What to use

NeedUse
React UI for credits and checkoutComponents
Custom browser UIcreateNeonfin client
Non-React browser appREST API with a publishable key
Existing logged-in usersServer-side users with a secret key
Promo/support creditsPOST /api/v1/credit with a secret key

Key types

KeyStarts withWhere it can be usedWhat it can do
Publishablenf_pk_Browser or serverRead catalog, create/read code wallets, deduct, start checkout
Secretnf_sk_Server onlyCreate external wallets, grant credits

Never ship a secret key to a browser.

Base URL

All REST endpoints live under:

https://your-neonfin-domain.com/api/v1

The hosted default used in docs is:

https://pay.vantezzen.io/api/v1