Want to (securely) accept payments via the phone/voice using AI?
=> We're looking to a few businesses to try our new "payphone" beta. It's pretty slick. Email or DM me.
@levelsio How does your risk tolerance factor into this? I think the 4% assumes you move most of your investments into low-risk treasuries like SGOV.
But it sounds like you aim for ~4% withdrawal rate but accept the higher risk with ETFs like VOO?
Introducing the Machine Payments Protocol (MPP).
https://t.co/lx5Xu9w0da: an open protocol for machine-to-machine payments, co-authored by @tempo and @stripe.
Watch it in agentic action ⤵️
"minion write an http => grpc bridge between these two services"
"minion wait for CI to finish, check if there are any failures, and fix them until CI is green"
Minions from @stripe are a glimpse into the future of all software development: https://t.co/hrl9wVFYEN
@eastdakota Oh that's really interesting. There's a famous japanese-infused pizza chain in Ho Chi Minh City called 4Ps that's run by a Japanese couple and it's some of the best/unique pizza I've had.
Autonomous agents are an entirely new category of users to build for, and, increasingly, to sell to.
Today, we’re launching (a preview) of machine payments on @stripe—a way for developers to directly charge agents, with a few lines of code. 🤖💸
$ Let’s start tinkering… ⤵️
🤖 @stripe *finally* has a Terraform provider!
This makes it much easier to manage Stripe resources like products, prices and coupons.
provider "stripe" {}
resource "stripe_product" "pro_plan" {
name = "Pro Plan"
}
What's cool is this is generated from Stripe's OpenAPI spec, so it always stays in-sync with the API.
Great work @selander_mjs!