SageCloud
  • API Documentation
  • Getting Started
  • Authorization
    • Authentication
    • Headers
  • AIRTIME / EPIN
    • Purchase Airtime
    • Purchase EPIN
  • DATA
    • Fetch Data Providers
    • Fetch data bundles
    • Purchase Data
    • Spectranet Pin Lookup
    • Spectranet Pin Purchase
    • Smile Bundle Lookup
    • Smile Customer Validation
    • Smile Bundle Purchase
    • Corporate Data Lookup
    • Purchase Corporate Data
    • SME Data Lookup
    • Purchase SME Data.
  • CABLE-TV
    • Fetch Providers
    • Validate Smartcard
    • Fetch Billers For Provider
    • Purchase
    • Purchase TV Add-Ons
    • Fetch TV Add-Ons
  • ELECTRICITY
    • Fetch Billers
    • Validate Meter
    • Purchase
  • BETTING
    • Fetch Billers
    • Validate Betting
    • Fund Betting
  • FUNDS TRANSFER
    • Fetch Banks
    • Verify Bank Details
    • Transfer Funds
  • Re-query
  • Error Response
  • KYC
    • Verify BVN
    • Verify NIN
  • Education
    • WAEC Lookup
    • WAEC Purchase
    • JAMB Pin Purchase
    • JAMB Profile Validation
    • JAMB Lookup
Powered by GitBook
On this page

Was this helpful?

  1. Education

JAMB Pin Purchase

Purchase JAMB pins

POST https://sagecloud.ng/api/v2/education/jamb-pin-purchase

Headers

Name
Type
Description

Authorization*

Check the Headers page.

Request Body

Name
Type
Description

reference*

String

Your generic reference

type*

String

Any of the types from the jamb pricing options

amount*

String

Amount from the WAEC-lookup options

profileCode*

String

Candidate's JAMB's profile code

phoneNumber*

String

Candidate's phone number used to get his/her profile code.

{
  "success": true,
  "message": "JAMB pin payment successful",
  "status": "success",
  "data": {
    "amount": "4000.00",
    "fee": "0.00",
    "surname": "Account",
    "firstName": "Test",
    "middleName": "User",
    "fullName": "Account Test User",
    "phone": "08128262837",
    "pin": 1646311190,
    "profileCode": "1234456667",
    "date": "2022-03-03 12:39:50",
    "product": "JAMB",
    "type": "UTME"
  }
}

PreviousWAEC PurchaseNextJAMB Profile Validation

Last updated 2 years ago

Was this helpful?