Pay RP to teleport when exceed TP limit?

How do I configure it so that when the TP limit has been exceeded, then they have to pay "10" RP to bypass the teleport.

This is my Config

{
  "Settings": {
    "Interrupt TP": {
      "Above Water": false,
      "Balloon": true,
      "Boats": false,
      "Cargo Ship": false,
      "Cold": false,
      "Excavator": false,
      "Hot": false,
      "Hostile": false,
      "Hurt": false,
      "Lift": true,
      "Monument": false,
      "Mounted": true,
      "Oil Rig": false,
      "Safe Zone": true,
      "Swimming": false
    },
    "Block Teleport (NoEscape)": true,
    "Block Teleport (ZoneManager)": false,
    "Chat Name": "<color=red>Teleportation</color>: ",
    "Chat Steam64ID": 76561199056025689,
    "Check Boundaries On Teleport X Y Z": true,
    "Draw Sphere On Set Home": false,
    "Homes Enabled": true,
    "TPR Enabled": true,
    "Town Enabled": true,
    "Outpost Enabled": true,
    "Bandit Enabled": true,
    "Strict Foundation Check": false,
    "Cave Distance Small": 50.0,
    "Cave Distance Medium": 70.0,
    "Cave Distance Large": 110.0,
    "Default Monument Size": 50.0,
    "Minimum Temp": 0.0,
    "Maximum Temp": 40.0,
    "Blocked Items": {},
    "Bypass CMD": "pay",
    "Use Economics": true,
    "Use Server Rewards": true,
    "Wipe On Upgrade Or Change": false,
    "Auto Generate Outpost Location": true,
    "Auto Generate Bandit Location": true
  },
  "Admin": {
    "Announce Teleport To Target": false,
    "Usable By Admins": true,
    "Usable By Moderators": true,
    "Location Radius": 25,
    "Teleport Near Default Distance": 30
  },
  "Home": {
    "Homes Limit": 3,
    "VIP Homes Limits": {
      "nteleportation.vip": 5
    },
    "Cooldown": 60,
    "Countdown": 15,
    "Daily Limit": 10,
    "VIP Daily Limits": {
      "nteleportation.vip": 5
    },
    "VIP Cooldowns": {
      "nteleportation.vip": 5
    },
    "VIP Countdowns": {
      "nteleportation.vip": 5
    },
    "Location Radius": 25,
    "Force On Top Of Foundation": true,
    "Check Foundation For Owner": true,
    "Use Friends": true,
    "Use Clans": true,
    "Use Teams": true,
    "Usable Out Of Building Blocked": false,
    "Usable Into Building Blocked": false,
    "Allow Cupboard Owner When Building Blocked": true,
    "Allow Iceberg": false,
    "Allow Cave": false,
    "Allow Crafting": false,
    "Allow Above Foundation": true,
    "Check If Home Is Valid On Listhomes": false,
    "Pay": 5,
    "Bypass": 5
  },
  "TPT": {
    "Use Friends": false,
    "Use Clans": false,
    "Use Teams": false,
    "Allow Cave": false
  },
  "TPR": {
    "Allow Cave": false,
    "Allow TPB": true,
    "Cooldown": 60,
    "Countdown": 15,
    "Daily Limit": 10,
    "VIP Daily Limits": {
      "nteleportation.vip": 5
    },
    "VIP Cooldowns": {
      "nteleportation.vip": 5
    },
    "VIP Countdowns": {
      "nteleportation.vip": 5
    },
    "Request Duration": 30,
    "Block TPA On Ceiling": true,
    "Usable Out Of Building Blocked": false,
    "Usable Into Building Blocked": false,
    "Allow Cupboard Owner When Building Blocked": true,
    "Allow Crafting": false,
    "Pay": 5,
    "Bypass": 5
  },
  "Town": {
    "Allow Cave": false,
    "Cooldown": 120,
    "Countdown": 15,
    "Daily Limit": 10,
    "VIP Daily Limits": {
      "nteleportation.vip": 5
    },
    "VIP Cooldowns": {
      "nteleportation.vip": 5
    },
    "VIP Countdowns": {
      "nteleportation.vip": 5
    },
    "Location": "0 0 0",
    "Usable Out Of Building Blocked": false,
    "Allow Crafting": false,
    "Pay": 5,
    "Bypass": 5
  },
  "Outpost": {
    "Allow Cave": false,
    "Cooldown": 120,
    "Countdown": 15,
    "Daily Limit": 10,
    "VIP Daily Limits": {
      "nteleportation.vip": 5
    },
    "VIP Cooldowns": {
      "nteleportation.vip": 5
    },
    "VIP Countdowns": {
      "nteleportation.vip": 5
    },
    "Location": "0 0 0",
    "Usable Out Of Building Blocked": false,
    "Allow Crafting": false,
    "Pay": 5,
    "Bypass": 5
  },
  "Bandit": {
    "Allow Cave": false,
    "Cooldown": 120,
    "Countdown": 15,
    "Daily Limit": 1,
    "VIP Daily Limits": {
      "nteleportation.vip": 5
    },
    "VIP Cooldowns": {
      "nteleportation.vip": 5
    },
    "VIP Countdowns": {
      "nteleportation.vip": 5
    },
    "Location": "0 0 0",
    "Usable Out Of Building Blocked": false,
    "Allow Crafting": false,
    "Pay": 5,
    "Bypass": 5
  }
}

I'm also wondering if this is possible. Basically allowing players to purchase more TP's once their free ones run out.