PayPoint
  1. Pre-Paid Airtime Reload
PayPoint
  • API Access Token
    • Retrieve Access Token
      POST
  • Pre-Paid Airtime Reload
    • Lookup Mobile Number Products
      POST
    • Fetch Airtime Transaction Receipts
      POST
    • Recharge Mobile Number
      POST
    • Fetch Latest Transaction
      POST
    • Lookup Mobile Number Products
      GET
    • Get Airtime Transaction Receipts
      GET
    • Get Transaction
      GET
    • Get Latest Transaction
      GET
    • Get All Products
      GET
    • Get Product Sku By Product ID
      GET
    • Get All Product Skus
      GET
    • Get Product Sku By ID
      GET
    • Get All Products By Operator Id
      GET
    • Get All Products By Country Code
      GET
  • Pay TV Subscription Payments
    • Fetch PayTV Transaction Receipts
      POST
    • Pay TV Subscription
      POST
    • Fetch Latest Pay TV Transaction
      POST
    • Lookup Pay TV Account
      POST
    • Get PayTV Transaction Receipts
      GET
    • Get Pay TV Transaction
      GET
    • Get Latest Pay TV Transaction
      GET
    • Lookup Pay TV Account
      GET
    • Lookup Pay TV Account Copy
      POST
  • Energy Voucher Purchase
    • Fetch Energy Transaction Receipts
      POST
    • Fetch Latest Energy Voucher Transaction
      POST
    • Purchase Energy Voucher
      POST
    • Lookup Energy Bill Payer Account
      POST
    • Get Energy Transaction Receipts
      GET
    • Get Energy Voucher Transaction
      GET
    • Get Latest Energy Voucher Transaction
      GET
    • Lookup Energy Bill Payer Account
      GET
  • Bill Presentation and Payments - Bill Payments
    • Get Customer Paid Bills
    • Pay Bill
    • Pre-Pay Bill Validation
    • Get Payment Details
  • Bill Presentation and Payments - Bill Charges
    • Calculate Bill Charges
  • Bill Presentation and Payments - Billers
    • Search Billing Company Details
    • Search Billing Company Details
    • Get Billing Company Details By Id
  • Bill Presentation and Payments - Bill Subscription
    • Subscribe to a Bill
    • Cancel Bill Subscription
  • Bill Presentation and Payments - Bill Enquiry
    • Search Bills By Search Criteria
    • Search Bill By Query Parameters
  1. Pre-Paid Airtime Reload

Get Product Sku By ID

Testing Env
https://sandbox.paypoint.blackkonnect.io/services/blackkonnectpaypointswitch
Testing Env
https://sandbox.paypoint.blackkonnect.io/services/blackkonnectpaypointswitch
GET
https://sandbox.paypoint.blackkonnect.io/services/blackkonnectpaypointswitch
/api/airtime/catalog/products/skus/{skuId}
Maintainer:Not configured
Returns a product sku

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Header Params

Responses

🟢200OK
application/json
List of Product Skus successfully retrieved
Body

🟠400Bad Request
🟠401Unauthorized
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://sandbox.paypoint.blackkonnect.io/services/blackkonnectpaypointswitch/api/airtime/catalog/products/skus/' \
--header 'X-ServiceAccount-ID: 123e4567-e89b-12d3-a456-426614174000' \
--header 'X-Organisation-ID: 123e4567-e89b-12d3-a456-426614174000' \
--header 'Authorization: Bearer <token>'
Response Response Example
200 - Example 1
{
    "code": 0,
    "message": {},
    "data": {},
    "correlationId": "string",
    "conversationId": "string",
    "requestId": "string",
    "initiatorId": "string",
    "rechargeBundleProductSkus": [
        {
            "id": 0,
            "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
            "skuId": 0,
            "skuName": "string",
            "exchangeRate": 0,
            "productId": 0,
            "productReference": "string",
            "productName": "string",
            "category": "string",
            "isSalesTaxCharged": true,
            "salesTax": 0,
            "countryCode": "string",
            "benefitType": "string",
            "validity": "string",
            "validityDate": "2019-08-24T14:15:22Z",
            "productDescription": "string",
            "localPhoneNumberLength": 0,
            "internationalCountryCode": "string",
            "allowDecimal": true,
            "fee": 0,
            "operatorId": 0,
            "operatorReference": 0,
            "operatorName": "string",
            "imageUrl": "string",
            "additionalInformation": "string",
            "region": "string",
            "deliveryAmountType": "string",
            "subCategory": "string",
            "active": true,
            "minimumDenomination": {
                "id": 0,
                "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
                "faceValue": 0,
                "faceValueCurrencyCode": "string",
                "deliveredAmount": 0,
                "deliveryCurrencyCode": "string",
                "cost": 0,
                "costCurrency": 0,
                "active": true
            },
            "maximumDenomination": {
                "id": 0,
                "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
                "faceValue": 0,
                "faceValueCurrencyCode": "string",
                "deliveredAmount": 0,
                "deliveryCurrencyCode": "string",
                "cost": 0,
                "costCurrency": 0,
                "active": true
            },
            "rechargeBundleProducts": [
                {
                    "id": 0,
                    "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
                    "productId": 0,
                    "category": "string",
                    "productName": "string",
                    "countryCode": "string",
                    "operatorId": 0,
                    "operatorReference": "string",
                    "operatorName": "string",
                    "imageUrl": "string",
                    "requireFetchBundle": true,
                    "description": "string",
                    "active": true,
                    "rechargeBundleProductSkus": [
                        {}
                    ]
                }
            ]
        }
    ],
    "itemPagination": {
        "totalElements": 0,
        "pageSize": 0,
        "totalPages": 0,
        "pageNumber": 0,
        "offSet": 0
    },
    "isSuccessful": true
}
Modified at 2025-07-10 05:30:41
Previous
Get All Product Skus
Next
Get All Products By Operator Id
Built with