WAEC Purchase

View the list of available WEC options

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

Headers

Name
Type
Description

Authorization*

Check the Headers page.

Request Body

Name
Type
Description

reference*

String

Your generic reference

numberOfPin*

String

The number of pins you want to purchase

amount*

String

The amount from the WAEC-lookup options

{
  "success": true,
  "message": "WAEC pin payment successful",
  "status": "success",
  "data": [
    {
      "pin": "172419637623",
      "serial": "WRN751161885",
      "expirydat": null
    },
    {
      "pin": "877192941409",
      "serial": "WRN679755779",
      "expirydat": null
    },
    {
      "pin": "282227581711",
      "serial": "WRN878921003",
      "expirydat": null
    }
  ]
}

Last updated

Was this helpful?