get_chargeback_defense_for_booking
Generate a chargeback defense packet for a payment dispute on a vacation rental booking. Includes verified evidence of guest consent, check-in documentation, and interaction history. Pass booking_id (UUID), optional dispute_id, and disputed amount in cents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | Disputed amount in cents | |
| booking_id | Yes | Booking UUID | |
| dispute_id | No | Dispute ID (if available) |