❤️
Padiwise
  • Introductions
  • Getting Started
    • Quickstart
    • Authentication
  • Compliance
  • Errors
  • Pricing
  • Account Information
  • Value Added Services
    • Bills Overview
    • Data Bundle
    • Cable TV
    • Airtime Topup
    • Validation
    • Smm Services
    • SMS Gateway API
  • COLLECTIONS
    • Collection Overview
    • Create Virtual Account
    • Webhook
  • DISBURSEMENT
    • Disbursement Overview
    • Get All Bank List
    • Create Transfer Recipients
    • Single Transfer
  • VIRTUAL CARDS
    • Cards Overview
    • Exchange Rate
    • Create Virtual Card
    • Get Cards
    • Get Card Details
    • Get Card Transactions
    • Fund Card
    • Withdraw Card
  • Help & Support
    • Changelog
Powered by GitBook
On this page
  • Fetch All SMM Services
  • Buy SMM Service
  1. Value Added Services

Smm Services

This request consist of available services packages. Please note the unique service id of each package, you will need it to perform subsequent transactions

Fetch All SMM Services

GET {{ BASE }}/getsmmservices

--header 'Accept: application/json'
--header 'Authorization: Bearer {{  access_token }}'

Response Body

{
    "status": true,
    "message": "success",
    "data": [
         {
            "service": "{{ service id }}",
            "name": "TikTok Followers [MQ] | 30 Days Refill [🔴Start Live Stream Before Order]",
            "type": "Default",
            "rate": "456.46", // in naira
            "min": "10",
            "max": "500000",
            "dripfeed": false,
            "refill": false,
            "cancel": true,
            "category": "🎵 TIKTOK FOLLOWERS"
        },
        {
            "service": "{{ service id }}",
            "name": "Youtube Subscribers 100% Real [10K] [50-70/Day - R30] [0-1H Start]",
            "type": "Default",
            "rate": "3,638.25",
            "min": "20",
            "max": "25000",
            "dripfeed": false,
            "refill": false,
            "cancel": false,
            "category": "⚜️ YOUTUBE SUBSCRIBERS  [GUARANTEED - REFILL]"
        }
    ]
}

Buy SMM Service

POST {{ BASE }}/buysmm

--header 'Accept: application/json'
--header 'Authorization: Bearer {{  access_token }}'

Request Body

Name
Type
Description

serviceid

String

Service ID

smmlinks

String

Link to page

quantity

number

Quantity's

transaction_pin

String

Your Padiwise account pin

Response Body

{
    "status": true,
    "message": "success",
    "data": {
        'order_id' => {{ Order ID }},
        'amount' => {{ amount }},
        'service' => {{ service ID }},
        'smmlink' => {{ Page/Channel Link }},
        'reference_id' => {{ Reference ID }},
        'status' => 'processing',
    }
}

PreviousValidationNextSMS Gateway API

Last updated 17 days ago

Below are the request body parameters

🎉