Skip to main content
The Facilitator API provides endpoints for payment verification, settlement and status checking. All endpoints accept and return JSON data.

API Endpoints

Payment Verification

Verifies a payment proof across supported chains.Request
Response

Settlement

Initiates or completes the settlement process.Request
Response

Health Check

Returns a 200 if the Facilitator is run.

Admin Endpoints

Dedicated administrative routes for Facilitator management

Authentication

For admin endpoints, include an API token in the Authorization header:

Manual Backup

Initiates a backup of the database manually

Error Handling

All API endpoints use standard HTTP status codes and return errors in the following format:
Common error codes:
  • 400: Bad Request
  • 401: Unauthorized
  • 404: Not Found
  • 500: Internal Server Error