API Documentation

Note: All endpoints require an API key to be passed in the x-api-key header.

Available Endpoints

GET /api/bitdials/history

Retrieve BitDials transaction history.

GET /api/bill/:billId

Look up details for a specific bill ID.

GET /api/bitdials/email/:emailId

Retrieve transactions associated with a specific email address.

GET /api/invoice/:invoiceId

Get details for a specific invoice.

GET /api/payflow/running

View current unprocessed payflow transactions.

GET /api/payflow/details/:payflowId

Get detailed information for a specific payflow transaction.

PUT /api/payflow/update/:payflowId

Update the status of a payflow transaction.

GET /api/help

List all available API routes.

GET /api/health

Check API health status.

Example Usage

curl -X GET -H "x-api-key: YOUR_API_KEY" http://localhost:8081/api/health