Invoice API
Create payment requests and query their status from your application.
Paxlivo will expose merchant payment operations through documented APIs and webhooks backed by mature self-hosted payment infrastructure.
The example below illustrates the intended merchant workflow. Final endpoint names and fields will be published with the public Paxlivo API documentation.
POST /api/invoices
Authorization: Bearer <merchant-token>
Content-Type: application/json
{
"amount": 149.00,
"currency": "USD",
"orderId": "ORDER-1048",
"callbackUrl": "https://merchant.example/webhook"
}Create payment requests and query their status from your application.
React to detected and confirmed payments without polling the checkout page.
Keep merchant credentials separated and grant only the permissions an integration needs.
During beta, integration guidance will be provided alongside merchant onboarding.