Webhooks
Create a webhook endpoint
POST
Create a webhook endpoint
Authorizations
Enter Auth0 JWT token
Body
application/json
Event types to subscribe to
Available options:
payout.processing, payout.paid, payout.failed, payout.reverted, payout.cancelled, webhook.test, account.created, application.under_review, application.more_info_requested, application.approved, application.rejected, order.created, order.awaiting_funds, order.funds_received, order.completed, order.failed, order.expired, virtual_account.active, virtual_account.failed Example:
HTTPS URL to receive webhook events
Example:
"https://example.com/webhooks"
Whether the endpoint is enabled
Response
Webhook endpoint created. Signing secret is shown only once.
Creation timestamp
Whether the endpoint is enabled
Subscribed event types
Available options:
payout.processing, payout.paid, payout.failed, payout.reverted, payout.cancelled, webhook.test, account.created, application.under_review, application.more_info_requested, application.approved, application.rejected, order.created, order.awaiting_funds, order.funds_received, order.completed, order.failed, order.expired, virtual_account.active, virtual_account.failed Endpoint ID
Signing secret (plaintext, shown only once). Use this to verify webhook signatures.
Example:
"whsec_a1b2c3d4e5f6..."
Last 4 characters of the signing secret
Example:
"ab1f"
Last update timestamp
Webhook URL
Create a webhook endpoint