Checkout Sessions
Create, update, complete, and cancel agent checkout sessions.
Last updated:
Operations
| Method | Endpoint | Operation |
|---|---|---|
POST | /ucp/checkout-sessions | UCP create checkout |
GET | /ucp/checkout-sessions/{id} | UCP get checkout |
PUT | /ucp/checkout-sessions/{id} | UCP update checkout |
POST | /ucp/checkout-sessions/{id}/cancel | UCP cancel checkout |
POST | /ucp/checkout-sessions/{id}/complete | UCP complete checkout |