# Payment status changed Sent when the status of a payment is updated. For example, from to or . Endpoint: POST payment.status_changed Version: 1.0.0 Security: timestamp, signature ## Request fields (application/json): - `event` (string, required) Example: "payment.status_changed" - `order_id` (string, required) Example: "cpm_abc123" - `status` (integer, required) Example: 3 - `status_description` (string, required) Example: "SUCCESS" - `status_code` (integer, required) - `amount` (number, required) Example: 100 - `user_data` (string) Example: "partner-123"