Webhooks allow your application to receive real-time notifications when events occur in your Devdraft account. Instead of polling the API for updates, webhooks push data to your server instantly when events happen..
Register Your Endpoint
Receive Notifications
Process Events
webhook:create
scope. Make sure your API key has the necessary permissions.payment.success
- Payment completed successfullypayment.failed
- Payment failed or was declinedpayment.pending
- Payment is being processedpayment.refunded
- Payment was refundedaccount.created
- New account createdaccount.updated
- Account information updatedaccount.verified
- Account verification completedtransaction.created
- New transaction initiatedtransaction.completed
- Transaction completedtransaction.failed
- Transaction failedwallet.funded
- Wallet received fundswallet.withdrawn
- Funds withdrawn from walletwallet.transferred
- Funds transferred between wallets