payram-webhook-integration
Installation
SKILL.md
PayRam Webhook Setup
First time with PayRam? See
payram-setupto configure your server, API keys, and wallets.
Receive real-time notifications when payments confirm, fail, or payouts complete. Webhooks eliminate polling and enable event-driven architectures.
Webhook Flow
1. Payment status changes on-chain
2. PayRam sends POST to your webhook URL
3. Your handler verifies API-Key header
4. Process event (fulfill order, update DB)
5. Return 200 OK