Payment webhooks
Get Webhooks
Retrieve a list of all webhook subscriptions configured for your vendor.
Use the env_mode
query parameter to specify the environment.
GET
/
api
/
v1
/
webhook_subscription
Query Parameters
env_mode
enum<string>
default: liveTo retrieve webhook subscriptions in test mode, set this to test
. For production webhook subscriptions, set it to live
. Defaults to live
if not specified.
Available options:
test
, live
Response
200 - application/json
message
string
data
object[]