Warming up the decks…
Warming up the decks…
BlendPartner APIblendapp.aiDrop a live events marketplace into your app in an afternoon. Your users browse, pick their seats and pay with your own payment method, never leaving your app. Blend hosts every screen and runs the inventory, the tickets and the door. You keep the customer.
Point a coding agent at apidocs.blendapp.ai/apidocs/llms.txt and it reads the whole integration itself.
Five steps. Your backend makes two calls, your app registers one handler, and Blend does the rest, catalog, event pages, seat maps and checkout all render inside your WebView.
1. Your backend POST /v1/channel/session
-> a one-time WebView URL for this buyer
2. Your app open that URL in a WebView
-> Blend renders catalog, event, seats, checkout
3. Blend reserves the order, then signals your native code:
{ type: "charge", orderId, amount, currency }
4. Your app charge on your own rail
Your backend POST /v1/channel/orders/confirm (signed)
-> Blend issues the ticket
5. Blend shows the ticket in the WebView, emails it,
and adds it to Apple / Google WalletEvery call that needs the secret is a backend call by design. The app only ever receives a URL from your own server and a message asking it to charge.