Real-time bank deposit confirmation webhook for WhatsApp sellers in emerging markets. Verify payments instantly before shippingโno more manual checks or fraud.
# Your webhook endpoint
POST https://checkreceipt.io/verify/<SHOP_ID>
# Request (from your system)
{
"customer": "+2349012345678",
"amount": 1299,
"currency": "NGN",
"orderId": "A127"
}
# Instant response
{
"status": "verified", // or "pending", "fraud_alert"
"matchedTransaction": {
"amount": 1299,
"timestamp": "2025-10-30T15:31:45Z"
}
}
Trusted by 4,000+ WhatsApp merchants across:
Bank-grade security. Read-only access. No PII stored. Your trust engine for emerging markets.