Topi offer API
Provides operations to handle offers for end-customers. ## Webhooks ### OfferUpdates We will ping the URL provided whenever an offer has changed its status to: `"accepted"`, `"declined"`, `"voided"`, `"pending_review"` or `"expired"`. **Payload**: - same as [show offer](#tag/offer/operation/offer#show) - `id`: `string` - `created_at`: `string ` - `status`: `string enum: "accepted" | "declined" | "pending_review" | "voided" | "expired"` - `checkout_redirect_url`: `string `