> This is Payabli documentation. For a complete page index, fetch https://docs.payabli.com/llms.txt — append .md to any page URL for lightweight markdown. For section-level indexes, query parameters, and other AI-optimized access methods, see https://docs.payabli.com/ai-agents.md

# Subscription Updated

POST 

Triggered when a subscription is updated.

Notification name: `subscriptionupdated`

Reference: https://docs.payabli.com/developers/webhooks/payin-subscription-updated

## Request

### Payload

- `Event` ("SubscriptionUpdated", required) — Event type identifier
- `Paypoint` (string, required) — The name of the merchant/paypoint
- `Text` (string, required) — Human-readable description of the event
- `SubscriptionId` (integer, required) — Unique subscription identifier
- `Changes` (string, required, nullable) — Description of changes applied to the subscription
- `Status` (string, required) — Status value
- `Method` (string, required) — Payment processing method
- `Last4` (string, required) — Last four digits of the payment method
- `StoredMethodId` (integer, required) — Unique identifier of the stored payment method
- `TotalAmount` (string, required) — Total transaction amount including fees
- `NetAmount` (string, required) — Net amount in currency format
- `FeeAmount` (string, required) — Fee amount in currency format
- `Currency` (string, required) — ISO currency code
- `StartDate` (string, required) — Subscription start date
- `EndDate` (string, required) — Subscription end date
- `Frequency` (string, required) — Subscription billing frequency
- `CreatedAt` (string, required) — Creation timestamp
- `UpdatedAt` (string, required) — Last update timestamp
- `ContactUs` (string, required) — Contact information string
- `ExternalPaypointId` (string, required) — External paypoint system identifier