This operation is used to create a Subscription.
Webhooks
Webhook Definition Details
Webhook Request Body
This is the base definition for all event messages. It contains the common properties that are shared across all events.
Name
Required
Description
eventId
true
Identifier of the triggered event. Can be used as an idempotency key to detect duplicates.
eventType
true
This is a list of all the types of events we currently send.
- RECURRING_PAYMENT_CONFIRMED: A payment transaction has been executed.
occuredAt
true
the timestamp of when the event occurred (not necessarily the same of when it was delivered)
objectId
false
Used to identify API resources which may be required for future follow-on transactions; i.e. Refunds, Corrections, Completions, Reversals, etc.
correlationId
false
Correlation Id transmitted during the original request. This is useful to correlate between multiple events corresponding to same flow.
Response 200 OK
Webhook event processed successfully
Response 400 Bad Request
An error has occured while processing webhook event
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||

