curl -X POST https://api.stablegenius.co/v1/payment-intents/pi_xyz789/cancel \ -H "Authorization: Bearer sk_test_abc123"
{ "id": "pi_xyz789", "object": "payment_intent", "status": "cancelled", "amount": 4.50, "currency": "usd", "merchant_id": "mer_abc123", "cancelled_at": "2026-04-01T20:02:30Z", "metadata": { "order_id": "order_456" }, "created_at": "2026-04-01T20:00:00Z" }
Cancel an awaiting payment intent
awaiting_payment
pi_*