Webhook Integration Guide

Complete technical documentation for developers

Quick Start

Send transaction data to our webhook endpoint and get a QR code back instantly. Here's everything your developer needs to know.

Endpoint
POST /webhook/store-id
Format
JSON over HTTPS
Response
QR code + receipt ID
How It Works
Simple 3-step process
1
Transaction Complete
Customer pays, your POS processes the sale
2
Send Webhook
Your POS sends transaction data to our API
3
Display QR Code
Show the QR code to customer on screen or print
What You Need
Requirements for integration
HTTPS Support
Your POS can make secure web requests
JSON Format
Can send data in JSON format
Transaction Data
Access to sale total and basic info
Display Capability
Can show QR code on screen or print
Endpoint Information
Your unique webhook URL and authentication
https://api.recleaf.com/webhook/your-store-123
POST
application/json
Bearer your-api-key