eventSubscriptions
Create event subscription
Use this method to create an event subscription that we use to notify you when an event occurs, for example, when we change the status of a processing account.
In the request, include the events that you want to subscribe to and the public endpoint that we send event notifications to. For a complete list of events that you can subscribe to, go to Events List.
In the response, our gateway returns the id of the event subscription, which you can use to perform follow-on actions.
post/event-subscriptions
Headers
Authorizationstring required
Bearer authentication
Idempotency-Keystring uuid required
Unique identifier that you generate for each request. You must use the UUID v4 format for the identifier. For more information about the idempotency key, go to Idempotency.
Request body
Response
Successful request. We created the event subscription.