Webhooks
Receive real-time notifications for events in your account.
Create Webhook
POST /webhooks
Register a webhook endpoint to receive event notifications.
{
"url": "https://your-api.com/webhooks/pyramid",
"events": ["transaction.completed", "transaction.failed"],
"secret": "whsec_..."
}Webhook Events
Available webhook events:
transaction.completed- Transaction successfully completedtransaction.failed- Transaction failedaccount.created- New account created
Verify Signature
Always verify webhook signatures to ensure requests are from Pyramid.