subscription.scheduled

Triggered when a subscription is successfully created in a scheduled state.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

Example Payload

Path Parameters

{
  "path": {},
  "cookie": {},
  "header": {},
  "query": {},
  "method": "POST",
  "bodyMediaType": "application/json",
  "body": {
    "seller_id": "string",
    "timestamp": "2019-08-24T14:15:22Z",
    "event_id": "string",
    "event": "subscription.scheduled",
    "data": {
      "subscription": {
        "id": "string",
        "amount": 0,
        "createdAt": "2019-08-24T14:15:22Z",
        "updatedAt": "2019-08-24T14:15:22Z"
      }
    }
  }
}