Developers

Build payment flows without building blockchain infrastructure from scratch.

Paxlivo will expose merchant payment operations through documented APIs and webhooks backed by mature self-hosted payment infrastructure.

API-first workflows

Create an invoice, present checkout, receive a payment event.

The example below illustrates the intended merchant workflow. Final endpoint names and fields will be published with the public Paxlivo API documentation.

Scoped merchant credentials HTTPS API access Signed event notifications Server-to-server integration
Illustrative request
POST /api/invoices
Authorization: Bearer <merchant-token>
Content-Type: application/json

{
  "amount": 149.00,
  "currency": "USD",
  "orderId": "ORDER-1048",
  "callbackUrl": "https://merchant.example/webhook"
}

Invoice API

Create payment requests and query their status from your application.

Payment events

React to detected and confirmed payments without polling the checkout page.

Scoped access

Keep merchant credentials separated and grant only the permissions an integration needs.

Documentation

Public API docs will launch with merchant access.

During beta, integration guidance will be provided alongside merchant onboarding.

Documentation