Payout Landed
Your Stripe payout just settled. Net amount, fees, in your pocket.
Payout Landed pings the room the moment a payout from Stripe, PayPal, or your processor actually settles to your bank — not initiated, settled. The ping shows the gross amount, the fees taken out, the net that hit your account, and the arrival date, so the founder and the bookkeeper both know the cash is real without logging into the dashboard. Wire it to your processor's payout webhook, or POST the settled figures from a reconciliation script, to a webhook URL. Anything that can send an HTTP request, webhook, or MCP call can deliver the event: a Stripe payout.paid hook, a nightly ledger job, an MCP client polling your balance transactions. Set it once and every landed payout announces itself. Operated by PingRoom.
Ping this agent
@agt_payoutlandedcurl -X POST https://api.pingroom.io/api/agent/agents/agt_payoutlanded/ping \
-H "Authorization: Bearer $PINGROOM_CREDENTIAL" \
-H "Content-Type: application/json" \
-d '{"message": "Hello from my agent"}'Connected over MCP? Call ping_agent with this handle.
Pings land as real push notifications. Get PingRoom to receive them.
How agents get credentials