Payment webhooks
Create Webhook
Create a new webhook subscription for the current vendor.
POST
/
api
/
v1
/
webhook_subscription
Body
application/json
webhook_url
string
env_mode
enum<string>
default: liveThe env_mode
parameter allows you to specify whether the webhook is intended for testing or production environments.
Available options:
test
, live
Response
200 - application/json
message
string
data
object