Quickstart
This quickstart covers the public server-to-server integration path.
Integration Path
- Server-to-server integration flow
- Build canonical JSON payload per action.
- Sign request message and send timestamped headers.
- Use integration endpoints under
/integration/*.
Minimum Setup
- Select chain and verify it is supported.
- Decide token model (native token or ERC-20
tokenAddress). - Implement error handling for 400, 401, 404, and 500 responses.
- Track invoice states until
completedorwithdrawn.
First Successful Calls
For server-to-server:
POST /integration/invoicesGET /integration/invoices/status- Optional:
POST /integration/fees/set-meta
Next Steps
- Read Auth and Signatures.
- Read Invoices Lifecycle.
- Continue with API v1 Overview.