Fires a real signed webhook to the business’s configured callback URL using a real entity (customer, payment method, or transaction) as the payload. Useful for testing webhook handlers in sandbox without manufacturing the underlying activity. This endpoint is only available in the sandbox/staging environment and will return a 403 Forbidden response in production.
Fire a real signed webhook from sandbox using an existing entity as the payload. Use this to test your webhook handler without having to manufacture the underlying activity.Documentation Index
Fetch the complete documentation index at: https://docs.afriex.com/llms.txt
Use this file to discover all available pages before exploring further.
403 Forbidden response in production.event name and the entity’s ID.entityId| Event family | entityId |
|---|---|
CUSTOMER.* | The customer ID |
PAYMENT_METHOD.* | The payment method ID |
TRANSACTION.* | The transaction ID |
CHECKOUT_SESSION.* | The checkout session ID |
Static business API key from the dashboard
The webhook event identifier.
CUSTOMER.CREATED, CUSTOMER.UPDATED, CUSTOMER.DELETED, PAYMENT_METHOD.CREATED, PAYMENT_METHOD.UPDATED, PAYMENT_METHOD.DELETED, TRANSACTION.CREATED, TRANSACTION.UPDATED, CHECKOUT_SESSION.CREATED The 24-character MongoDB ObjectId of the customer, payment method, or transaction to send in the webhook payload.
"69528240ba52c13b669fb239"
Webhook triggered successfully.
Provider-specific details of the dispatched webhook.