Skip to main content
WEBHOOK
subscription.mrr.changed
{
  "changed_amount": {
    "currency": "<string>",
    "value_in_cents": 123
  },
  "company_id": "<string>",
  "customer_id": "<string>",
  "event_type": "<string>",
  "subscription_id": null,
  "time": "2023-11-07T05:31:56Z",
  "total_amount": {
    "currency": "<string>",
    "value_in_cents": 123
  }
}

Body

application/json
changed_amount
object

The amount which has value in cents and a currency

company_id
string
customer_id
string
event_type
string
subscription_id
string | null
time
string<date-time>
total_amount
object

The amount which has value in cents and a currency

Response

200

Return a 200 status to indicate that the data was received successfully

I