Lithic · Example Payload

Lithic Createeventsubscription Example

FinTechBaaSCard IssuingPaymentsEmbedded Finance

Lithic Createeventsubscription Example is an example object payload from Lithic, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "createEventSubscription",
  "method": "POST",
  "path": "/v1/event_subscriptions",
  "summary": "Create event subscription",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "example": {
        "description": "A subscription for all events",
        "disabled": false,
        "token": "ep_1srOrx2ZWZBpBUvZwXKQmoEYga1",
        "url": "https://example.com/webhook",
        "event_types": [
          "dispute.updated"
        ]
      }
    }
  ]
}