Markdown source

Slides: Building safe Payment Infrastructure for the autonomous economy — Steve Kaliski, Stripe

Source Video

Building safe Payment Infrastructure for the autonomous economy — Steve Kaliski, Stripe

Relationship To World's Fair 2026

These slides are extracted from a public AI Engineer YouTube video connected to World's Fair 2026. Speaker-matched clips are supporting context unless later confirmed as exact session recordings; official livestream recordings are day-level/event-level source material.

Related Scheduled Sessions

Extracted Slides

slide-002.jpg

Slide text:

Software Engineer @ Stripe

Spent 4 years leading our Issuing team

Spent last 2 years helping robots spend

slide-004.jpg

Slide text:

Problems

01 Wrong place

02 Wrong thing

03 Wrong amount

04 Wrong credential

slide-005.jpg

Slide text:

Shared Payment Tokens

{

"id": "spt_1RgaZcFPC5QU06ZCDVZuVA8g",

"created": 1751580820,

"deactivated_at": null,

"deactivated_reason": null,

"usage_limits": {

"currency": "usd",

"expires_at": 1751587220,

"max_amount": 1000

},

"seller_details": {

"network_id": "merchant_name"

}

}

slide-006.jpg

Slide text:

try {

const paymentIntent = await sellerStripe.paymentIntents.create({

amount: 5000,

currency: "usd",

// shared_payment_grant: sharedPaymentGrantFromToken.id,

payment_method: "pm_card_visa",

confirm: true,

automatic_payment_methods: {

enabled: true,

allow_redirects: "never",

},

});

console.log("Payment intent created!", paymentIntent);

} catch (error) {

console.error("Error creating payment intent:", error);

throw error;

}

slide-009.jpg

Slide text:

Machine Payments Protocol

Hidden Non-Slide Evidence

Classification audit: raw/sources/slide-ai-classification/slides/KLSuFPj2ld0/audit.json

Slide-Derived Subjects To Review

Subject extraction uses video title, related session titles/descriptions, transcript context, and OCR text when available. OCR is best-effort and should be reviewed against the embedded slide images.