I want to use the Uber API to initiate a trip for a user. However, I want to pay for the trip (using my preset pickup and drop-off locations). It would be acceptable to launch a ride request with a prepaid promotional credit of my ride budget.
Is this possible in the Uber APIs? I appears that the payment methods endpoint returns payment methods for the rider. It also appears that the payment_method_id option to the ride request endpoint wants a rider's payment method.
Is there a way I can initiate a trip to/from preset locations, while also ensuring that I pay (up to) $XX for the trip?
Thanks!