Receiptful.

Print receipts from anywhere. One API call.

How it works

  1. You send ESC/POS bytes to our REST API
  2. We push to your Android device via Pushy.io
  3. Our app prints to your Bluetooth thermal printer

Quick start

# Get your API key
curl -X POST https://api.receiptful.io/v1/users

# Register a printer
curl -X POST https://api.receiptful.io/v1/printers \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{"label": "Kitchen"}'

# Enter the login code in our Android app, then:

# Print!
curl -X POST https://api.receiptful.io/v1/printers/1/jobs \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{"content": "BASE64_ESCPOS_BYTES"}'

Features

API Docs X (Twitter)