Create a webhook config
Webhooks
Create a webhook config
POST
Create a webhook config
Authorizations
Merchant API key (e.g., sk_live_xxx or sk_test_xxx)
Body
application/json
Webhook endpoint URL
Example:
"https://example.com/webhooks"
Event types to subscribe to
Available options:
order.created, order.paid, order.cancelled, stock.low, payment.created, payment.completed, payment.failed, collection.pending, collection.completed, collection.failed, withdrawal.created, withdrawal.completed, withdrawal.failed, transaction.updated, transfer.pending, transfer.completed, transfer.failed, settlement.completed Example:
["payment.completed", "withdrawal.completed"]