predict_booking_chargeback_probability
Predict the probability of a chargeback (payment dispute) for a vacation rental booking. Returns risk score, key risk factors, and specific prevention recommendations. Pass booking_id (UUID), optional amount in cents, and optional guest_profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | Booking amount in cents | |
| booking_id | Yes | Booking UUID | |
| guest_profile | No | Guest profile data |