Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new

Script Payment System

Capitan Proton

Gold Elite
Joined
Nov 28, 2021
Messages
56
Reaction score
424
Points
306
Location
None Ya
1683497488696.png


Dependencies



Features

  • Discord oAuth2 Login
  • Stripe Payment Integration
  • PayPal Payment Integration
  • Email Integration
  • FAQ Page
  • Site Statistics
  • Product Management
  • Cart Page
  • Review Page
  • Team Page
  • Partners Page
  • Product Creation
  • Product Changelogs
  • Website Statistics
  • Notifications System
  • Invoicing System
  • Purchase Receipts
  • Custom Footer Advertisements
  • Customizable Website Styling
  • Customizable Website Settings
  • Customizable Navbar Buttons
  • Staff User Management
  • Banned User Management
  • FirewallGG Integration
  • Integrated License System
  • Backend API Integration
  • Much Much More!




Payment System Licensing​

You need to make a GET request to

MAKE SURE TO REPLACE domain.ext with YOUR DOMAIN!

Here is a code example in JavaScript. Make sure to provide the productid header in the GET request.


JavaScript:
const axios = require('axios');
licenseCheck("YOUR_PRODUCT_UNIQUE_ID", "YOUR_LICENSE_KEY");

async function licenseCheck(productId, licenseKey) {
  let request = await axios({
    method: 'get',
    url: 'https://domain.ext/api/v1/license/check/' + licenseKey,
    headers: {
      'Content-Type': 'application/json',
      'productid': productId
    },
  });

  if(request.data.authorized) {
    return console.log('License Authorized!');
  } else {
    console.log('License Failed!');
    if(request.data.reason != 'success.') console.log(request.data.reason);
    return process.exit(1);
  };
};
 

gcc

Member
Joined
Aug 18, 2023
Messages
1
Reaction score
0
Points
146
Location
USA
Dependencies



Features

  • Discord oAuth2 Login
  • Stripe Payment Integration
  • PayPal Payment Integration
  • Email Integration
  • FAQ Page
  • Site Statistics
  • Product Management
  • Cart Page
  • Review Page
  • Team Page
  • Partners Page
  • Product Creation
  • Product Changelogs
  • Website Statistics
  • Notifications System
  • Invoicing System
  • Purchase Receipts
  • Custom Footer Advertisements
  • Customizable Website Styling
  • Customizable Website Settings
  • Customizable Navbar Buttons
  • Staff User Management
  • Banned User Management
  • FirewallGG Integration
  • Integrated License System
  • Backend API Integration
  • Much Much More!

*** Hidden text: cannot be quoted. ***
*** Hidden text: cannot be quoted. ***



Payment System Licensing​

You need to make a GET request to

MAKE SURE TO REPLACE domain.ext with YOUR DOMAIN!

Here is a code example in JavaScript. Make sure to provide the productid header in the GET request.


JavaScript:
const axios = require('axios');
licenseCheck("YOUR_PRODUCT_UNIQUE_ID", "YOUR_LICENSE_KEY");

async function licenseCheck(productId, licenseKey) {
  let request = await axios({
    method: 'get',
    url: 'https://domain.ext/api/v1/license/check/' + licenseKey,
    headers: {
      'Content-Type': 'application/json',
      'productid': productId
    },
  });

  if(request.data.authorized) {
    return console.log('License Authorized!');
  } else {
    console.log('License Failed!');
    if(request.data.reason != 'success.') console.log(request.data.reason);
    return process.exit(1);
  };
};
 

Mopa21

Member
Joined
Dec 29, 2023
Messages
5
Reaction score
0
Points
146
Location
Iran
Dependencies



Features

  • Discord oAuth2 Login
  • Stripe Payment Integration
  • PayPal Payment Integration
  • Email Integration
  • FAQ Page
  • Site Statistics
  • Product Management
  • Cart Page
  • Review Page
  • Team Page
  • Partners Page
  • Product Creation
  • Product Changelogs
  • Website Statistics
  • Notifications System
  • Invoicing System
  • Purchase Receipts
  • Custom Footer Advertisements
  • Customizable Website Styling
  • Customizable Website Settings
  • Customizable Navbar Buttons
  • Staff User Management
  • Banned User Management
  • FirewallGG Integration
  • Integrated License System
  • Backend API Integration
  • Much Much More!

*** Hidden text: cannot be quoted. ***
*** Hidden text: cannot be quoted. ***



Payment System Licensing​

You need to make a GET request to

MAKE SURE TO REPLACE domain.ext with YOUR DOMAIN!

Here is a code example in JavaScript. Make sure to provide the productid header in the GET request.


JavaScript:
const axios = require('axios');
licenseCheck("YOUR_PRODUCT_UNIQUE_ID", "YOUR_LICENSE_KEY");

async function licenseCheck(productId, licenseKey) {
  let request = await axios({
    method: 'get',
    url: 'https://domain.ext/api/v1/license/check/' + licenseKey,
    headers: {
      'Content-Type': 'application/json',
      'productid': productId
    },
  });

  if(request.data.authorized) {
    return console.log('License Authorized!');
  } else {
    console.log('License Failed!');
    if(request.data.reason != 'success.') console.log(request.data.reason);
    return process.exit(1);
  };
};
sellem
 
Top