{
  "version": 1,
  "recorded_at": "2026-05-21T14:08:33Z",
  "requests": [
    {
      "method":  "POST",
      "url":     "https://api.stripe.com/v1/checkout/sessions",
      "headers": { "content-type": "application/x-www-form-urlencoded" },
      "body":    "mode=payment&line_items[0][quantity]=1",
      "response": {
        "status":  201,
        "body": {
          "id":     "cs_test_a1B2c3",
          "object": "checkout.session",
          "url":    "https://checkout.stripe.com/c/..."
        }
      }
    }
  ]
}

 vcr play checkout-happy-path # ✓ 14 requests loaded