Podium is a suite of modular primitives to orchestrate orders, drive intent, unify rewards, and settle payments across applications and brand properties. Agentic optimized, Innovator driven.
Composable primitives to orchestrate orders, attribute value, and settle payments across apps.
POST https://api.podiumcommerce.xyz/api/v1/agentic/checkout/sessions
Authorization: Bearer $PODIUM_API_KEY
Content-Type: application/json
{
"items": [
{ "id": "prod_abc123", "quantity": 1 },
{ "id": "prod_vip456", "quantity": 1 }
],
"shippingAddress": {
"firstName": "Jane",
"lastName": "Doe",
"address": {
"line1": "123 Main St",
"city": "San Francisco",
"state": "CA",
"postalCode": "94102",
"countryCode": "US"
}
}
}// x402 payment protocol - stablecoin-first checkout
// Step 1: Request payment requirements (returns 402 with payment details)
POST https://api.podiumcommerce.xyz/api/v1/x402/order/{orderId}/pay
// Step 2: Submit payment with X-PAYMENT header
POST https://api.podiumcommerce.xyz/api/v1/x402/order/{orderId}/pay
X-PAYMENT: <signed-payment-payload>
// Payment goes directly to merchant's configured wallet (USDC on Base)Jump into quickstarts and example recipes, or head straight to the API docs.
Podium plugs into your existing architecture. Use stablecoins for settlement, connect fiat ramps, index on‑chain events, and ship with audited tools.
Exclusive launches and access passes powered by Brand Tokens.
Trackable, rewardable creator referrals that scale distribution natively.
Dynamic stores and campaigns where every transaction can trigger rewards or burns.
Explore our comprehensive API documentation and start building the future of commerce today.