Building something new
Under Construction

New site
coming soon.

I'm rebuilding this space from scratch — sharper thinking on payments, product strategy, and API-first platforms. Back shortly with something worth your time.

Payments API Strategy Product Management Fintech
Payments
Webhook
Auth
Cloud
SDK
Events
Dashboard
Revenue
Payment settled €1,240.00 · just now
POST /v1/charges 200 OK · 84ms
const charge = await api
  .payments
  .create({
    amount: 1240,
    currency: "EUR",
    capture: true
  });