Skip to content

PTPTN / SSPN

DANGER

This API is only applicable if product code is “PTPTN”

PTPTN offers four types of products:

Product NameCategoriesSub Product Code
KonvensionalPTPTNK
UjrahPTPTNU
SSPN PrimeSSPN PrimeS
SSPN PlusSSPN PrimeSP

How to show and use the data:

  1. Look at the **description** for each item in the API data to know its category.

  2. List items under their category. Some users may have multiple accounts associated with their NRIC number

  3. Retrieve the **account_number**: Get the corresponding account_number from the API response.

  4. Pass to Payment: Use this retrieved account_number in your "Step 5: Make Payment" process.

API Endpoint

http
GET https://api.iimmpact.com/v2/subproducts

Request Headers

HeaderDescriptionRequired
AuthorizationID TokenNo

Query Parameters

ParameterTypeRequiredDescription
product_codeStringNoProduct Code
account_numberStringNoNRIC

Response 200

FieldTypeDescription
messagestring
dataarray
data[].subproduct_codestringsubproduct_code. Required value to pass in Step 5: Make Payment
data[].display_namestringDisplay name for the list
data[].denominationstringNot Applicable
data[].face_valuestringNot Applicable
data[].validitystringNot Applicable
data[].descriptionstringCategories
data[].account_numberstringAccount no. Required value to pass in Step 5: Make Payment
data[].additional_descriptionstringNot Applicable
data[].minstringNot Applicable
data[].maxstringNot Applicable

Example Response:

json
{
  "message": "success",
  "data": [
    {
      "subproduct_code": "K",
      "display_name": "DIPLOMA SEPENUH MASA",
      "denomination": null,
      "face_value": null,
      "validity": null,
      "description": "PTPTN",
      "account_number": "12345678",
      "additional_description": null,
      "min": null,
      "max": null
    }
  ]
}

IIMMPACT API Documentation