Debug Stripe IDs

Subscription Plan

{
  "plan": {
    "id": 150013,
    "name": "Plano Iniciante - 50 Mensagens",
    "description": "50 mensagens por mês, renovação automática",
    "credits": 50,
    "priceInCents": 2990,
    "type": "subscription",
    "stripePriceId": "price_1SvFdqFUeZmoUyDbUqiHYvi6",
    "stripeProductId": "prod_Tt199fb2k66vrT",
    "active": true,
    "createdAt": "2026-01-29T17:15:48.000Z",
    "updatedAt": "2026-01-30T11:15:06.000Z"
  },
  "stripePriceId": "price_1SvFdqFUeZmoUyDbUqiHYvi6",
  "stripePriceIdLength": 30,
  "stripePriceIdType": "string"
}

Addon Plan

{
  "plan": {
    "id": 150017,
    "name": "Pacote 100 Mensagens",
    "description": "Pacote avulso de 100 mensagens - Compra única sem recorrência",
    "credits": 100,
    "priceInCents": 4990,
    "type": "addon",
    "stripePriceId": "price_1SvFdyFUeZmoUyDba65ZSZpk",
    "stripeProductId": "prod_Tt19hC0idXS6x0",
    "active": true,
    "createdAt": "2026-01-29T17:15:48.000Z",
    "updatedAt": "2026-01-30T11:15:06.000Z"
  },
  "stripePriceId": "price_1SvFdyFUeZmoUyDba65ZSZpk",
  "stripePriceIdLength": 30,
  "stripePriceIdType": "string"
}