Skip to main content
POST
Confirm Payment
Confirms the pre-authorization after the driver completes payment in the browser. Call this right after stripe.confirmPayment to reconcile the session without waiting for the Stripe webhook. This endpoint does not require authentication and is rate limited to 10 requests per minute. The session token is the credential. Returns 404 if the token is unknown or has expired.
token
string
required
The session token returned when the session was started.

Response

data
object
The updated session details.