Patascore APIs
  • Patascore
  • Authentication
  • Customer Operations
    • Register Customer
    • Fetch Customer
  • Verification & Credit Data Operations
    • Fetch Verification
    • Mobiloanscore (Sync)
    • Mobiloanscore (Async)
  • Business Verification
    • Business Verification
    • Fetch Results (Optional)
  • MPESA Operations
    • Upload Statement (Extraction)
    • Extraction Status
    • Scoring Results
  • Bank Operations
    • Upload Statement (Extraction)
    • Scoring Results
  • Transactions Operations
    • Submit Transactions
    • Fetch Score Results
  • Financial Education
    • Fetch Modules
    • Fetch Websocket Conversaction
    • Fetch Customer Session Summary
    • Fetch Customer Summary
    • Fetch Program Summary
    • Customer Subscription
      • Subscribe to Websocket
  • Billing Operations
    • Account Balance
    • Topups
    • Account Usage
Powered by GitBook
On this page

Was this helpful?

  1. Financial Education

Customer Subscription

Customer Subscription

POST {{BASE_URL}}/api/v1/fe/program/customer/add

This endpoint allows you to get free cakes.

Headers

Name
Type
Description

Authentication

string

Authentication token to track down who is emptying our stocks.

{
    "status": 200,
    "message": "Session created successfully",
    "data": {
        "customer_uuid": "508fb56e-9578-4b99-83b6-ebff46e2db30",
        "session_uuid": "7ba802b0-4ac8-4288-8047-dad3046ac738"
    }
}
{    "message": "Ain't no cake like that."}
{
    "program_identifier": 49,
    "customer_uuid": "508fb56e-9578-4b99-83b6-ebff46e2db30",
    "module": "1ea7759a-6d49-488e-b8df-364f720707d8"
}

PreviousFetch Program SummaryNextSubscribe to Websocket

Last updated 4 years ago

Was this helpful?