process_payment
Finalize a movie seat booking by processing payment with booking ID, payment method, and amount in USD.
Instructions
Handles simulated payment transaction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Payment amount in USD | |
| booking_id | Yes | Booking ID from book_seats | |
| payment_method | Yes | Payment method (e.g., "card", "cash") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |