initiate_payment
Trigger a mobile money push payment for an existing booking by supplying the booking ID, provider, and customer's phone number.
Instructions
Initiate a customer push payment request for a booking.
Args:
booking_id: The ID of the booking to pay for.
provider: The provider of the booking (e.g. mysafari).
customer_phone: The phone number of the customer for mobile money push.
payment_provider: Optional mobile money provider name (e.g. VODACOM, TIGO).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | Yes | ||
| booking_id | Yes | ||
| customer_phone | Yes | ||
| payment_provider | No |