{
  "URL": {
    "production": "https://api.gerencianet.com.br",
    "sandbox": "https://sandbox.gerencianet.com.br"
  },
  "ENDPOINTS": {
    "authorize": {
      "route": "/v1/authorize",
      "method": "post"
    },
    "createCharge": {
      "route": "/v1/charge",
      "method": "post"
    },
    "detailCharge": {
      "route": "/v1/charge/:id",
      "method": "get"
    },
    "updateChargeMetadata": {
      "route": "/v1/charge/:id/metadata",
      "method": "put"
    },
    "updateBillet": {
      "route": "/v1/charge/:id/billet",
      "method": "put"
    },
    "payCharge": {
      "route": "/v1/charge/:id/pay",
      "method": "post"
    },
    "cancelCharge": {
      "route": "/v1/charge/:id/cancel",
      "method": "put"
    },
    "createCarnet": {
      "route": "/v1/carnet",
      "method": "post"
    },
    "detailCarnet": {
      "route": "/v1/carnet/:id",
      "method": "get"
    },
    "updateParcel": {
      "route": "/v1/carnet/:id/parcel/:parcel",
      "method": "put"
    },
    "updateCarnetMetadata": {
      "route": "/v1/carnet/:id/metadata",
      "method": "put"
    },
    "getNotification": {
      "route": "/v1/notification/:token",
      "method": "get"
    },
    "getPlans": {
      "route": "/v1/plans",
      "method": "get"
    },
    "createPlan": {
      "route": "/v1/plan",
      "method": "post"
    },
    "deletePlan": {
      "route": "/v1/plan/:id",
      "method": "delete"
    },
    "createSubscription": {
      "route": "/v1/plan/:id/subscription",
      "method": "post"
    },
    "detailSubscription": {
      "route": "/v1/subscription/:id",
      "method": "get"
    },
    "paySubscription": {
      "route": "/v1/subscription/:id/pay",
      "method": "post"
    },
    "cancelSubscription": {
      "route": "/v1/subscription/:id/cancel",
      "method": "put"
    },
    "updateSubscriptionMetadata": {
      "route": "/v1/subscription/:id/metadata",
      "method": "put"
    },
    "getInstallments": {
      "route": "/v1/installments",
      "method": "get"
    },
    "resendBillet": {
      "route": "/v1/charge/:id/billet/resend",
      "method": "post"
    },
    "createChargeHistory": {
      "route": "/v1/charge/:id/history",
      "method": "post"
    },
    "resendCarnet": {
      "route": "/v1/carnet/:id/resend",
      "method": "post"
    },
    "resendParcel": {
      "route": "/v1/carnet/:id/parcel/:parcel/resend",
      "method": "post"
    },
    "createCarnetHistory": {
      "route": "/v1/carnet/:id/history",
      "method": "post"
    },
    "cancelCarnet": {
      "route": "/v1/carnet/:id/cancel",
      "method": "put"
    },
    "cancelParcel": {
      "route": "/v1/carnet/:id/parcel/:parcel/cancel",
      "method": "put"
    }
  }
}