SlideShare a Scribd company logo
1 of 12
Download to read offline
Leveraging Business growth with Telco API Services
2
170mn
99%
>20Mn
>250K
# of subscribers
making Telkomsel the largest mobile
operator in Indonesia with ~65%
market share
of populations
have access to Telkomsel
network coverage; 85+% for
3G coverage and 80+% 4G
coverage
Of aggregated MAUs
across all Telkomsel digital assets
(incl. MyTelkomsel, Maxstream, etc.)
# of Digitized POS Network
All over Indonesia
As the largest telco
operator in the nation,
we have a strong
commitment to become
a digital company
3
API Enablement
OTT/CP/SP Service SI Developer Enterprise/Vertical
Capability Exposure Partner Service Service Operation
Capability Integration
Network IT
Cloud
Device
Transmission Data
Comm.
Contextual
info.
Charging
& payment
Identity
& Auth.
Network
Optimization
Cloud IT Data & info.
Telco Capability Category
Telco Assets
Open Ecosystem
APIs are the gateway to enable information exchange between client applications
and core telco assets
APIs build digital society and digital
business work by connecting people,
businesses and things. Those
connections enable new digital products
and business models and business
channels. [Gartner]
4
Telco Assets bring new capabilities and complexity for the API Product Development
Telco
connectivity-based
API Telco Services
Low
complexity
Single
parameter
Profiles
of customer
without modelling
API Dynamic Profile
Medium
complexity
1or multi
parameters
Prediction
of customer
with modelling
API Insights
High
complexity
Multiple
parameters
Personalization
Product and service personalization
Authentication
Verification
Fraud Management
Fraud assessment and prevention
Optimization
Operations excellence
& cost optimization
Risk Profiling
Credit profiling and early warnings
Use Cases
5
Use case Application in the Industry
Personalization
Product and service
personalization
Authentication
Verification
Fraud Management
Fraud assessment
and prevention
Optimization
Operations excellence
& cost optimization
Risk Profiling
Credit profiling
and early warnings
Use Cases / Industries
API
Telco
Services
API
Dynamic
Profile
API
Insights
FMCG/Retail Financial
Institutions
Transportation
& Courier
OTT
E-Commerce
& OTA
The use cases application may be varying across industry. Some potentially to have all use cases applicable
6
Application of API Product in each use cases
API product can be categorized into 5 group of use cases
Personalization
Product and service
personalization
Authentication
Verification
Fraud Management
Fraud assessment
and prevention
Optimization
Operations excellence
& cost optimization
Risk Profiling
Credit profiling
and early warnings
Active Status
SMS
Active
Status
Recycle
Number
SIM Swap
OTP
Header
Enrichment
2FA
Roaming
Status
Data Quota
Verification
Call Forwarding
Status
Credit Balance
Verification
7
Fraud detection and prevention systems are of fundamental importance to the digital economy. Identity fraud is a growing concern for
online businesses and users alike.
Examples include Account Take Over (ATO) attacks, where a legitimate user’s details are stolen to take over their online account and
profit from its value.
OPERATORS’ MOBILE IDENTITY TOOLKIT
Fraud Detection and Prevention
designed to spot patterns which represent fraudulent behavior, ideally in real time
indicators of an
Account Take Over
last SIM change
recycled number
SIM Swap
Banks and
financial
companies,
especially, need
to protect their
customers from
ATO attacks.
8
Output data:
• YES, If <timestamp> is
longer than deactivation
time. Phone number had
been recycled and
could lead to a
possibility of new user.
• NO, If <timestamp> is
sooner than
deactivation time and
phone number had not
been recycled
Required data:
• Phone number
• Last Deactivation Time
Required data:
• Phone number
• Specific timestamp
(i.e., User’s registration
time, user’s last active
transaction time)
• Consent ID
Use Case – Account Opening/New User Registration
Customer Journey
Customer Risk Classification
Done by Client based on
information received
Registers on an e-Comm / FI site
When a customer register into the
service, customer enters Name,
Mobile Number, Address
Validation of Mobile Number & Customer
from the app routes to registered partner(s)
app server and hit two API :
API Active Status
(Check for Mobile Number Status)
API Recycle Number
(Deactivation Status)
2
2
2
3
+62XX
1
4
Mobile Verification
Client server hit API SMS OTP for
mobile verification
Customer input OTP
Registration Complete
Registered Partner(s) calls the
API with a phone number, a
specific timestamp, Consent ID
Applicable Industries :
§ E-commerce
§ Bank
§ FI
§ Startup/OTT
Compared <timestamp>
and Last Deactivation Time
Telkomsel maintain Last
Deactivation Time for all
Telkomsel’s Numbers
How API Recycle Number Works
§ Improve data quality during
registration time
§ Clients can additionally validate
“risk” associated with a customer
prior to allowing a registration
Benefits:
9
Use Case – Online Transaction-Payment / Account Take Over
How It Works
Customer Risk Classification
Done by Client based on
information received
Payment Confirmation
• Customer redirecting to e-commerce/FI
web/mobile app payment page
• Customer input and select payment method
Validation of Customer & Transaction
from the app routes to registered partner(s)
app server and hit API:
API Active Status
(Check for Mobile Number Status)
API Recycle Number
(Deactivation Status)
API SIM Swap
(Check for SIM Swap in last 24 hours)
2
2
2
3
+62XX
1
4
Mobile Verification
If OK, client server hit module payment gateway
for next-step transaction validation
(e.g., SMS OTP / 3D secure)
Output data:
• compare the last SIM
Swap Time and
Today’s Time
• score result for the
differences
1 = Before 24 hours
2 = 24 – 48 hours
3 = 48 – 72 hours
4 = > 72 hours
Required data:
• Phone number
• Last SIM Swap time
Required data:
• Phone number
• Consent ID
Registered Partner(s) calls the API
with a phone number, Consent ID
Calculating score of
Registered Partner(s)
Request
Telkomsel maintain Last SIM Swap
Time for all Telkomsel’s Numbers
How API SIM Swap Works
Applicable Industries :
§ E-commerce
§ Bank
§ FI
§ Startup/OTT
§ Reduce potential Fraud in online
transactions
§ Prevent chargeback, customer
security
§ Prevent misused on account of
stolen identity
Benefits:
10
API Telco Product Catalogue
Active Status
Check phone number status
Input:
Phone number
Output:
Active/Grace/Churn
Call Forwarding
Status
Check call forwarding feature status
Input:
Phone number
Output:
Yes/No
Data Quota
Verification
Check quota status based on
trace hold
Input:
Phone number & Quota
Benchmark (e.g., 100Mb)
Output:
Yes/No
Credit Balance
Check remaining balance based on
trace hold
Input:
Phone number & Balance
Benchmark (e.g., 10.000)
Output:
Yes/No
SIM Swap
Check for SIM Swap in last 24 hours
Input:
Phone number
Output:
Score
Recycle Number
Check phone number deactivation
status
Input:
Phone number, timestamp
Output:
Yes/No
2FA
Multi factor authentication
Input:
2FA Generator
Output:
Token & SDK for authentication
Header Enrichment
Authenticate using phone number
verification through http header
Input:
Phone number
Output:
Yes/No
11
Seamless API Integration
Becomes
To
From
1. Integrate API and client
server manually
2. API only dedicated for single
purpose only, no modularity
1. Using layered approach to
maximize de-coupling and
reusability API module
2. Semi-automatic API
integration, manual
exposure configuration
based on requested API
1. DIY integration process
capability
2. Electronic contract
3. Usage Dashboard, global
monitoring, and automatic
settlement
WE TAKE SERIOUS PRECAUTION FOR OUR
CUSTOMERS RIGHT OF DATA PROTECTION
Any individual insight can be granted once we obtain our customer's
consent. There are 2 ways to obtain this:
Telkomsel reach out to ask customers consent directly via SMS and
ask customers to reply if they agree. The result can only be sent
once the customers reply.
FI can update their TnC (Telkomsel can provide the
recommendation guidelines that’s comply with GDPR) to allow
customers giving their consent automatically

More Related Content

What's hot

apidays LIVE Jakarta - Growing the mobile money ecosystem with Open APIs by B...
apidays LIVE Jakarta - Growing the mobile money ecosystem with Open APIs by B...apidays LIVE Jakarta - Growing the mobile money ecosystem with Open APIs by B...
apidays LIVE Jakarta - Growing the mobile money ecosystem with Open APIs by B...apidays
 
apidays LIVE Singapore - The even better Singpass for an easier Connected Lif...
apidays LIVE Singapore - The even better Singpass for an easier Connected Lif...apidays LIVE Singapore - The even better Singpass for an easier Connected Lif...
apidays LIVE Singapore - The even better Singpass for an easier Connected Lif...apidays
 
apidays LIVE Singapore 2021 - The power of Virtual Accounts by Rohit Taneja, ...
apidays LIVE Singapore 2021 - The power of Virtual Accounts by Rohit Taneja, ...apidays LIVE Singapore 2021 - The power of Virtual Accounts by Rohit Taneja, ...
apidays LIVE Singapore 2021 - The power of Virtual Accounts by Rohit Taneja, ...apidays
 
apidays LIVE Jakarta - Transforming customer identity to achieve a greater so...
apidays LIVE Jakarta - Transforming customer identity to achieve a greater so...apidays LIVE Jakarta - Transforming customer identity to achieve a greater so...
apidays LIVE Jakarta - Transforming customer identity to achieve a greater so...apidays
 
apidays LIVE India - Transforming Indian private banking with APIs by Rohit T...
apidays LIVE India - Transforming Indian private banking with APIs by Rohit T...apidays LIVE India - Transforming Indian private banking with APIs by Rohit T...
apidays LIVE India - Transforming Indian private banking with APIs by Rohit T...apidays
 
APIdays Singapore 2019 - Introduction to essential elements of Open Banking F...
APIdays Singapore 2019 - Introduction to essential elements of Open Banking F...APIdays Singapore 2019 - Introduction to essential elements of Open Banking F...
APIdays Singapore 2019 - Introduction to essential elements of Open Banking F...apidays
 
apidays LIVE JAKARTA - Deliver A Dynamic & Secured Buying Experience by Shara...
apidays LIVE JAKARTA - Deliver A Dynamic & Secured Buying Experience by Shara...apidays LIVE JAKARTA - Deliver A Dynamic & Secured Buying Experience by Shara...
apidays LIVE JAKARTA - Deliver A Dynamic & Secured Buying Experience by Shara...apidays
 
[WSO2 Integration Summit Singapore 2019] Building the Next Generation Digital...
[WSO2 Integration Summit Singapore 2019] Building the Next Generation Digital...[WSO2 Integration Summit Singapore 2019] Building the Next Generation Digital...
[WSO2 Integration Summit Singapore 2019] Building the Next Generation Digital...WSO2
 
APIdays Singapore 2019 - Global Open Banking Frameworks and Standards: Luca F...
APIdays Singapore 2019 - Global Open Banking Frameworks and Standards: Luca F...APIdays Singapore 2019 - Global Open Banking Frameworks and Standards: Luca F...
APIdays Singapore 2019 - Global Open Banking Frameworks and Standards: Luca F...apidays
 
apidays LIVE Singapore 2021 - Integrating and managing 3000+ digital products...
apidays LIVE Singapore 2021 - Integrating and managing 3000+ digital products...apidays LIVE Singapore 2021 - Integrating and managing 3000+ digital products...
apidays LIVE Singapore 2021 - Integrating and managing 3000+ digital products...apidays
 
apidays LIVE India - Standardising financial account aggregation by Vamsi Mad...
apidays LIVE India - Standardising financial account aggregation by Vamsi Mad...apidays LIVE India - Standardising financial account aggregation by Vamsi Mad...
apidays LIVE India - Standardising financial account aggregation by Vamsi Mad...apidays
 
APIdays Singapore 2019 - Advancing Mobile Payments in China and Southeast Asi...
APIdays Singapore 2019 - Advancing Mobile Payments in China and Southeast Asi...APIdays Singapore 2019 - Advancing Mobile Payments in China and Southeast Asi...
APIdays Singapore 2019 - Advancing Mobile Payments in China and Southeast Asi...apidays
 
APIdays Singapore 2019 - Searching for scale through API's, Aki Ranin, Co-Fou...
APIdays Singapore 2019 - Searching for scale through API's, Aki Ranin, Co-Fou...APIdays Singapore 2019 - Searching for scale through API's, Aki Ranin, Co-Fou...
APIdays Singapore 2019 - Searching for scale through API's, Aki Ranin, Co-Fou...apidays
 
apidays LIVE London 2021 - Best practices when monetizing APIs by Derric Gill...
apidays LIVE London 2021 - Best practices when monetizing APIs by Derric Gill...apidays LIVE London 2021 - Best practices when monetizing APIs by Derric Gill...
apidays LIVE London 2021 - Best practices when monetizing APIs by Derric Gill...apidays
 
apidays LIVE Singapore - Social + payments: Why Fintechs need social features...
apidays LIVE Singapore - Social + payments: Why Fintechs need social features...apidays LIVE Singapore - Social + payments: Why Fintechs need social features...
apidays LIVE Singapore - Social + payments: Why Fintechs need social features...apidays
 
Adding Liveliness to Banking Experiences
Adding Liveliness to Banking ExperiencesAdding Liveliness to Banking Experiences
Adding Liveliness to Banking ExperiencesWSO2
 
apidays LIVE JAKARTA - Open Banking in the Real World: Fintech API adoption a...
apidays LIVE JAKARTA - Open Banking in the Real World: Fintech API adoption a...apidays LIVE JAKARTA - Open Banking in the Real World: Fintech API adoption a...
apidays LIVE JAKARTA - Open Banking in the Real World: Fintech API adoption a...apidays
 
FABRIC - Open Banking Teaser
FABRIC - Open Banking TeaserFABRIC - Open Banking Teaser
FABRIC - Open Banking TeaserGavin Payne
 
APIdays Singapore 2019 - API Economy Journey Map, Alan Glickenhouse, API Busi...
APIdays Singapore 2019 - API Economy Journey Map, Alan Glickenhouse, API Busi...APIdays Singapore 2019 - API Economy Journey Map, Alan Glickenhouse, API Busi...
APIdays Singapore 2019 - API Economy Journey Map, Alan Glickenhouse, API Busi...apidays
 

What's hot (20)

apidays LIVE Jakarta - Growing the mobile money ecosystem with Open APIs by B...
apidays LIVE Jakarta - Growing the mobile money ecosystem with Open APIs by B...apidays LIVE Jakarta - Growing the mobile money ecosystem with Open APIs by B...
apidays LIVE Jakarta - Growing the mobile money ecosystem with Open APIs by B...
 
apidays LIVE Singapore - The even better Singpass for an easier Connected Lif...
apidays LIVE Singapore - The even better Singpass for an easier Connected Lif...apidays LIVE Singapore - The even better Singpass for an easier Connected Lif...
apidays LIVE Singapore - The even better Singpass for an easier Connected Lif...
 
apidays LIVE Singapore 2021 - The power of Virtual Accounts by Rohit Taneja, ...
apidays LIVE Singapore 2021 - The power of Virtual Accounts by Rohit Taneja, ...apidays LIVE Singapore 2021 - The power of Virtual Accounts by Rohit Taneja, ...
apidays LIVE Singapore 2021 - The power of Virtual Accounts by Rohit Taneja, ...
 
apidays LIVE Jakarta - Transforming customer identity to achieve a greater so...
apidays LIVE Jakarta - Transforming customer identity to achieve a greater so...apidays LIVE Jakarta - Transforming customer identity to achieve a greater so...
apidays LIVE Jakarta - Transforming customer identity to achieve a greater so...
 
apidays LIVE India - Transforming Indian private banking with APIs by Rohit T...
apidays LIVE India - Transforming Indian private banking with APIs by Rohit T...apidays LIVE India - Transforming Indian private banking with APIs by Rohit T...
apidays LIVE India - Transforming Indian private banking with APIs by Rohit T...
 
APIdays Singapore 2019 - Introduction to essential elements of Open Banking F...
APIdays Singapore 2019 - Introduction to essential elements of Open Banking F...APIdays Singapore 2019 - Introduction to essential elements of Open Banking F...
APIdays Singapore 2019 - Introduction to essential elements of Open Banking F...
 
apidays LIVE JAKARTA - Deliver A Dynamic & Secured Buying Experience by Shara...
apidays LIVE JAKARTA - Deliver A Dynamic & Secured Buying Experience by Shara...apidays LIVE JAKARTA - Deliver A Dynamic & Secured Buying Experience by Shara...
apidays LIVE JAKARTA - Deliver A Dynamic & Secured Buying Experience by Shara...
 
[WSO2 Integration Summit Singapore 2019] Building the Next Generation Digital...
[WSO2 Integration Summit Singapore 2019] Building the Next Generation Digital...[WSO2 Integration Summit Singapore 2019] Building the Next Generation Digital...
[WSO2 Integration Summit Singapore 2019] Building the Next Generation Digital...
 
APIdays Singapore 2019 - Global Open Banking Frameworks and Standards: Luca F...
APIdays Singapore 2019 - Global Open Banking Frameworks and Standards: Luca F...APIdays Singapore 2019 - Global Open Banking Frameworks and Standards: Luca F...
APIdays Singapore 2019 - Global Open Banking Frameworks and Standards: Luca F...
 
apidays LIVE Singapore 2021 - Integrating and managing 3000+ digital products...
apidays LIVE Singapore 2021 - Integrating and managing 3000+ digital products...apidays LIVE Singapore 2021 - Integrating and managing 3000+ digital products...
apidays LIVE Singapore 2021 - Integrating and managing 3000+ digital products...
 
apidays LIVE India - Standardising financial account aggregation by Vamsi Mad...
apidays LIVE India - Standardising financial account aggregation by Vamsi Mad...apidays LIVE India - Standardising financial account aggregation by Vamsi Mad...
apidays LIVE India - Standardising financial account aggregation by Vamsi Mad...
 
API Pylon Webinar Slides
API Pylon Webinar SlidesAPI Pylon Webinar Slides
API Pylon Webinar Slides
 
APIdays Singapore 2019 - Advancing Mobile Payments in China and Southeast Asi...
APIdays Singapore 2019 - Advancing Mobile Payments in China and Southeast Asi...APIdays Singapore 2019 - Advancing Mobile Payments in China and Southeast Asi...
APIdays Singapore 2019 - Advancing Mobile Payments in China and Southeast Asi...
 
APIdays Singapore 2019 - Searching for scale through API's, Aki Ranin, Co-Fou...
APIdays Singapore 2019 - Searching for scale through API's, Aki Ranin, Co-Fou...APIdays Singapore 2019 - Searching for scale through API's, Aki Ranin, Co-Fou...
APIdays Singapore 2019 - Searching for scale through API's, Aki Ranin, Co-Fou...
 
apidays LIVE London 2021 - Best practices when monetizing APIs by Derric Gill...
apidays LIVE London 2021 - Best practices when monetizing APIs by Derric Gill...apidays LIVE London 2021 - Best practices when monetizing APIs by Derric Gill...
apidays LIVE London 2021 - Best practices when monetizing APIs by Derric Gill...
 
apidays LIVE Singapore - Social + payments: Why Fintechs need social features...
apidays LIVE Singapore - Social + payments: Why Fintechs need social features...apidays LIVE Singapore - Social + payments: Why Fintechs need social features...
apidays LIVE Singapore - Social + payments: Why Fintechs need social features...
 
Adding Liveliness to Banking Experiences
Adding Liveliness to Banking ExperiencesAdding Liveliness to Banking Experiences
Adding Liveliness to Banking Experiences
 
apidays LIVE JAKARTA - Open Banking in the Real World: Fintech API adoption a...
apidays LIVE JAKARTA - Open Banking in the Real World: Fintech API adoption a...apidays LIVE JAKARTA - Open Banking in the Real World: Fintech API adoption a...
apidays LIVE JAKARTA - Open Banking in the Real World: Fintech API adoption a...
 
FABRIC - Open Banking Teaser
FABRIC - Open Banking TeaserFABRIC - Open Banking Teaser
FABRIC - Open Banking Teaser
 
APIdays Singapore 2019 - API Economy Journey Map, Alan Glickenhouse, API Busi...
APIdays Singapore 2019 - API Economy Journey Map, Alan Glickenhouse, API Busi...APIdays Singapore 2019 - API Economy Journey Map, Alan Glickenhouse, API Busi...
APIdays Singapore 2019 - API Economy Journey Map, Alan Glickenhouse, API Busi...
 

Similar to apidays LIVE Jakarta - Leveraging Business Growth with Telco API by Iwan Pujo Satoto, Telkomsel

TADSummit Asia 2019, Richard Im, Apigate. Apigate’s Journey from In-house Ini...
TADSummit Asia 2019, Richard Im, Apigate. Apigate’s Journey from In-house Ini...TADSummit Asia 2019, Richard Im, Apigate. Apigate’s Journey from In-house Ini...
TADSummit Asia 2019, Richard Im, Apigate. Apigate’s Journey from In-house Ini...Alan Quayle
 
Safex pay avantgarde -presentation
Safex pay avantgarde -presentationSafex pay avantgarde -presentation
Safex pay avantgarde -presentationParvezKhan173
 
Identity, Authentication, and Programmable Telecoms Session
Identity, Authentication, and Programmable Telecoms SessionIdentity, Authentication, and Programmable Telecoms Session
Identity, Authentication, and Programmable Telecoms SessionAlan Quayle
 
How the UK's #1 Mobile Network Enhanced Its Approval Rate by 10%, with Zero F...
How the UK's #1 Mobile Network Enhanced Its Approval Rate by 10%, with Zero F...How the UK's #1 Mobile Network Enhanced Its Approval Rate by 10%, with Zero F...
How the UK's #1 Mobile Network Enhanced Its Approval Rate by 10%, with Zero F...Vesta Corporation
 
Telcase Presentation Oct 2007
Telcase Presentation Oct 2007Telcase Presentation Oct 2007
Telcase Presentation Oct 2007akivi
 
TelCase
TelCaseTelCase
TelCaseakivi
 
How to Prevent Telecom Fraud in Real-Time
How to Prevent Telecom Fraud in Real-TimeHow to Prevent Telecom Fraud in Real-Time
How to Prevent Telecom Fraud in Real-TimeTelcoBridges Inc.
 
How to Prevent Telecom Fraud
How to Prevent Telecom FraudHow to Prevent Telecom Fraud
How to Prevent Telecom FraudJeraSoft
 
How to Prevent Telecom Fraud in Real-Time
How to Prevent Telecom Fraud in Real-TimeHow to Prevent Telecom Fraud in Real-Time
How to Prevent Telecom Fraud in Real-TimeAlan Percy
 
ADC ITES SESSION II.pptx
ADC ITES SESSION II.pptxADC ITES SESSION II.pptx
ADC ITES SESSION II.pptxShubhamGhumade1
 
A case for identities - Etisalat, George Held at TADSummit
A case for identities - Etisalat, George Held at TADSummitA case for identities - Etisalat, George Held at TADSummit
A case for identities - Etisalat, George Held at TADSummitAlan Quayle
 
Ronald Raffensperger, Digital Banking Forum 2021
Ronald Raffensperger, Digital Banking Forum 2021Ronald Raffensperger, Digital Banking Forum 2021
Ronald Raffensperger, Digital Banking Forum 2021Starttech Ventures
 
Identity, Authentication, and Programmable Telecoms
Identity, Authentication, and Programmable TelecomsIdentity, Authentication, and Programmable Telecoms
Identity, Authentication, and Programmable TelecomsAlan Quayle
 
Tawi Airtime Gateway Developer Guide
Tawi Airtime Gateway Developer GuideTawi Airtime Gateway Developer Guide
Tawi Airtime Gateway Developer Guidetawi123
 
Telco 2.0 - Introduction to 2-Sided Markets
Telco 2.0 - Introduction to 2-Sided MarketsTelco 2.0 - Introduction to 2-Sided Markets
Telco 2.0 - Introduction to 2-Sided MarketsTYR
 
New Opportunities with Two Factor Authentication (2FA) - A How To
New Opportunities with Two Factor Authentication (2FA) - A How ToNew Opportunities with Two Factor Authentication (2FA) - A How To
New Opportunities with Two Factor Authentication (2FA) - A How ToTelcoBridges Inc.
 
Zuora luncheon final
Zuora luncheon finalZuora luncheon final
Zuora luncheon finalMatt McDowell
 
New Opportunities with Two Factor Authentication (2FA) - A How To
New Opportunities with Two Factor Authentication (2FA) - A How ToNew Opportunities with Two Factor Authentication (2FA) - A How To
New Opportunities with Two Factor Authentication (2FA) - A How ToAlan Percy
 
Analysis of Security Algorithms used in E-Commerce and ATM Transactions
Analysis of Security Algorithms used in E-Commerce and ATM TransactionsAnalysis of Security Algorithms used in E-Commerce and ATM Transactions
Analysis of Security Algorithms used in E-Commerce and ATM TransactionsIJERD Editor
 

Similar to apidays LIVE Jakarta - Leveraging Business Growth with Telco API by Iwan Pujo Satoto, Telkomsel (20)

TADSummit Asia 2019, Richard Im, Apigate. Apigate’s Journey from In-house Ini...
TADSummit Asia 2019, Richard Im, Apigate. Apigate’s Journey from In-house Ini...TADSummit Asia 2019, Richard Im, Apigate. Apigate’s Journey from In-house Ini...
TADSummit Asia 2019, Richard Im, Apigate. Apigate’s Journey from In-house Ini...
 
Recharge portal
Recharge portalRecharge portal
Recharge portal
 
Safex pay avantgarde -presentation
Safex pay avantgarde -presentationSafex pay avantgarde -presentation
Safex pay avantgarde -presentation
 
Identity, Authentication, and Programmable Telecoms Session
Identity, Authentication, and Programmable Telecoms SessionIdentity, Authentication, and Programmable Telecoms Session
Identity, Authentication, and Programmable Telecoms Session
 
How the UK's #1 Mobile Network Enhanced Its Approval Rate by 10%, with Zero F...
How the UK's #1 Mobile Network Enhanced Its Approval Rate by 10%, with Zero F...How the UK's #1 Mobile Network Enhanced Its Approval Rate by 10%, with Zero F...
How the UK's #1 Mobile Network Enhanced Its Approval Rate by 10%, with Zero F...
 
Telcase Presentation Oct 2007
Telcase Presentation Oct 2007Telcase Presentation Oct 2007
Telcase Presentation Oct 2007
 
TelCase
TelCaseTelCase
TelCase
 
How to Prevent Telecom Fraud in Real-Time
How to Prevent Telecom Fraud in Real-TimeHow to Prevent Telecom Fraud in Real-Time
How to Prevent Telecom Fraud in Real-Time
 
How to Prevent Telecom Fraud
How to Prevent Telecom FraudHow to Prevent Telecom Fraud
How to Prevent Telecom Fraud
 
How to Prevent Telecom Fraud in Real-Time
How to Prevent Telecom Fraud in Real-TimeHow to Prevent Telecom Fraud in Real-Time
How to Prevent Telecom Fraud in Real-Time
 
ADC ITES SESSION II.pptx
ADC ITES SESSION II.pptxADC ITES SESSION II.pptx
ADC ITES SESSION II.pptx
 
A case for identities - Etisalat, George Held at TADSummit
A case for identities - Etisalat, George Held at TADSummitA case for identities - Etisalat, George Held at TADSummit
A case for identities - Etisalat, George Held at TADSummit
 
Ronald Raffensperger, Digital Banking Forum 2021
Ronald Raffensperger, Digital Banking Forum 2021Ronald Raffensperger, Digital Banking Forum 2021
Ronald Raffensperger, Digital Banking Forum 2021
 
Identity, Authentication, and Programmable Telecoms
Identity, Authentication, and Programmable TelecomsIdentity, Authentication, and Programmable Telecoms
Identity, Authentication, and Programmable Telecoms
 
Tawi Airtime Gateway Developer Guide
Tawi Airtime Gateway Developer GuideTawi Airtime Gateway Developer Guide
Tawi Airtime Gateway Developer Guide
 
Telco 2.0 - Introduction to 2-Sided Markets
Telco 2.0 - Introduction to 2-Sided MarketsTelco 2.0 - Introduction to 2-Sided Markets
Telco 2.0 - Introduction to 2-Sided Markets
 
New Opportunities with Two Factor Authentication (2FA) - A How To
New Opportunities with Two Factor Authentication (2FA) - A How ToNew Opportunities with Two Factor Authentication (2FA) - A How To
New Opportunities with Two Factor Authentication (2FA) - A How To
 
Zuora luncheon final
Zuora luncheon finalZuora luncheon final
Zuora luncheon final
 
New Opportunities with Two Factor Authentication (2FA) - A How To
New Opportunities with Two Factor Authentication (2FA) - A How ToNew Opportunities with Two Factor Authentication (2FA) - A How To
New Opportunities with Two Factor Authentication (2FA) - A How To
 
Analysis of Security Algorithms used in E-Commerce and ATM Transactions
Analysis of Security Algorithms used in E-Commerce and ATM TransactionsAnalysis of Security Algorithms used in E-Commerce and ATM Transactions
Analysis of Security Algorithms used in E-Commerce and ATM Transactions
 

More from apidays

apidays Australia 2023 - A programmatic approach to API success including Ope...
apidays Australia 2023 - A programmatic approach to API success including Ope...apidays Australia 2023 - A programmatic approach to API success including Ope...
apidays Australia 2023 - A programmatic approach to API success including Ope...apidays
 
apidays Singapore 2023 - Addressing the Data Gap, Jerome Eger, Smile API
apidays Singapore 2023 - Addressing the Data Gap, Jerome Eger, Smile APIapidays Singapore 2023 - Addressing the Data Gap, Jerome Eger, Smile API
apidays Singapore 2023 - Addressing the Data Gap, Jerome Eger, Smile APIapidays
 
apidays Singapore 2023 - Iterate Faster with Dynamic Flows, Yee Hui Poh, Wise
apidays Singapore 2023 - Iterate Faster with Dynamic Flows, Yee Hui Poh, Wiseapidays Singapore 2023 - Iterate Faster with Dynamic Flows, Yee Hui Poh, Wise
apidays Singapore 2023 - Iterate Faster with Dynamic Flows, Yee Hui Poh, Wiseapidays
 
apidays Singapore 2023 - Banking the Ecosystem, Apurv Suri, SC Ventures
apidays Singapore 2023 - Banking the Ecosystem, Apurv Suri, SC Venturesapidays Singapore 2023 - Banking the Ecosystem, Apurv Suri, SC Ventures
apidays Singapore 2023 - Banking the Ecosystem, Apurv Suri, SC Venturesapidays
 
apidays Singapore 2023 - Digitalising agreements with data, design & technolo...
apidays Singapore 2023 - Digitalising agreements with data, design & technolo...apidays Singapore 2023 - Digitalising agreements with data, design & technolo...
apidays Singapore 2023 - Digitalising agreements with data, design & technolo...apidays
 
apidays Singapore 2023 - Building a digital-first investment management model...
apidays Singapore 2023 - Building a digital-first investment management model...apidays Singapore 2023 - Building a digital-first investment management model...
apidays Singapore 2023 - Building a digital-first investment management model...apidays
 
apidays Singapore 2023 - Changing the culture of building software, Aman Dham...
apidays Singapore 2023 - Changing the culture of building software, Aman Dham...apidays Singapore 2023 - Changing the culture of building software, Aman Dham...
apidays Singapore 2023 - Changing the culture of building software, Aman Dham...apidays
 
apidays Singapore 2023 - Connecting the trade ecosystem, CHOO Wai Yee, Singap...
apidays Singapore 2023 - Connecting the trade ecosystem, CHOO Wai Yee, Singap...apidays Singapore 2023 - Connecting the trade ecosystem, CHOO Wai Yee, Singap...
apidays Singapore 2023 - Connecting the trade ecosystem, CHOO Wai Yee, Singap...apidays
 
apidays Singapore 2023 - Beyond REST, Claudio Tag, IBM
apidays Singapore 2023 - Beyond REST, Claudio Tag, IBMapidays Singapore 2023 - Beyond REST, Claudio Tag, IBM
apidays Singapore 2023 - Beyond REST, Claudio Tag, IBMapidays
 
apidays Singapore 2023 - Securing and protecting our digital way of life, Ver...
apidays Singapore 2023 - Securing and protecting our digital way of life, Ver...apidays Singapore 2023 - Securing and protecting our digital way of life, Ver...
apidays Singapore 2023 - Securing and protecting our digital way of life, Ver...apidays
 
apidays Singapore 2023 - State of the API Industry, Manjunath Bhat, Gartner
apidays Singapore 2023 - State of the API Industry, Manjunath Bhat, Gartnerapidays Singapore 2023 - State of the API Industry, Manjunath Bhat, Gartner
apidays Singapore 2023 - State of the API Industry, Manjunath Bhat, Gartnerapidays
 
apidays Australia 2023 - Curb your Enthusiasm:Sustainable Scaling of APIs, Sa...
apidays Australia 2023 - Curb your Enthusiasm:Sustainable Scaling of APIs, Sa...apidays Australia 2023 - Curb your Enthusiasm:Sustainable Scaling of APIs, Sa...
apidays Australia 2023 - Curb your Enthusiasm:Sustainable Scaling of APIs, Sa...apidays
 
Apidays Paris 2023 - API Security Challenges for Cloud-native Software Archit...
Apidays Paris 2023 - API Security Challenges for Cloud-native Software Archit...Apidays Paris 2023 - API Security Challenges for Cloud-native Software Archit...
Apidays Paris 2023 - API Security Challenges for Cloud-native Software Archit...apidays
 
Apidays Paris 2023 - State of Tech Sustainability 2023, Gaël Duez, Green IO
Apidays Paris 2023 - State of Tech Sustainability 2023, Gaël Duez, Green IOApidays Paris 2023 - State of Tech Sustainability 2023, Gaël Duez, Green IO
Apidays Paris 2023 - State of Tech Sustainability 2023, Gaël Duez, Green IOapidays
 
Apidays Paris 2023 - 7 Mistakes When Putting In Place An API Program, Francoi...
Apidays Paris 2023 - 7 Mistakes When Putting In Place An API Program, Francoi...Apidays Paris 2023 - 7 Mistakes When Putting In Place An API Program, Francoi...
Apidays Paris 2023 - 7 Mistakes When Putting In Place An API Program, Francoi...apidays
 
Apidays Paris 2023 - Building APIs That Developers Love: Feedback Collection ...
Apidays Paris 2023 - Building APIs That Developers Love: Feedback Collection ...Apidays Paris 2023 - Building APIs That Developers Love: Feedback Collection ...
Apidays Paris 2023 - Building APIs That Developers Love: Feedback Collection ...apidays
 
Apidays Paris 2023 - Product Managers and API Documentation, Gareth Faull, Lo...
Apidays Paris 2023 - Product Managers and API Documentation, Gareth Faull, Lo...Apidays Paris 2023 - Product Managers and API Documentation, Gareth Faull, Lo...
Apidays Paris 2023 - Product Managers and API Documentation, Gareth Faull, Lo...apidays
 
Apidays Paris 2023 - How to use NoCode as a Microservice, Benjamin Buléon and...
Apidays Paris 2023 - How to use NoCode as a Microservice, Benjamin Buléon and...Apidays Paris 2023 - How to use NoCode as a Microservice, Benjamin Buléon and...
Apidays Paris 2023 - How to use NoCode as a Microservice, Benjamin Buléon and...apidays
 
Apidays Paris 2023 - Boosting Event-Driven Development with AsyncAPI and Micr...
Apidays Paris 2023 - Boosting Event-Driven Development with AsyncAPI and Micr...Apidays Paris 2023 - Boosting Event-Driven Development with AsyncAPI and Micr...
Apidays Paris 2023 - Boosting Event-Driven Development with AsyncAPI and Micr...apidays
 
Apidays Paris 2023 - API Observability: Improving Governance, Security and Op...
Apidays Paris 2023 - API Observability: Improving Governance, Security and Op...Apidays Paris 2023 - API Observability: Improving Governance, Security and Op...
Apidays Paris 2023 - API Observability: Improving Governance, Security and Op...apidays
 

More from apidays (20)

apidays Australia 2023 - A programmatic approach to API success including Ope...
apidays Australia 2023 - A programmatic approach to API success including Ope...apidays Australia 2023 - A programmatic approach to API success including Ope...
apidays Australia 2023 - A programmatic approach to API success including Ope...
 
apidays Singapore 2023 - Addressing the Data Gap, Jerome Eger, Smile API
apidays Singapore 2023 - Addressing the Data Gap, Jerome Eger, Smile APIapidays Singapore 2023 - Addressing the Data Gap, Jerome Eger, Smile API
apidays Singapore 2023 - Addressing the Data Gap, Jerome Eger, Smile API
 
apidays Singapore 2023 - Iterate Faster with Dynamic Flows, Yee Hui Poh, Wise
apidays Singapore 2023 - Iterate Faster with Dynamic Flows, Yee Hui Poh, Wiseapidays Singapore 2023 - Iterate Faster with Dynamic Flows, Yee Hui Poh, Wise
apidays Singapore 2023 - Iterate Faster with Dynamic Flows, Yee Hui Poh, Wise
 
apidays Singapore 2023 - Banking the Ecosystem, Apurv Suri, SC Ventures
apidays Singapore 2023 - Banking the Ecosystem, Apurv Suri, SC Venturesapidays Singapore 2023 - Banking the Ecosystem, Apurv Suri, SC Ventures
apidays Singapore 2023 - Banking the Ecosystem, Apurv Suri, SC Ventures
 
apidays Singapore 2023 - Digitalising agreements with data, design & technolo...
apidays Singapore 2023 - Digitalising agreements with data, design & technolo...apidays Singapore 2023 - Digitalising agreements with data, design & technolo...
apidays Singapore 2023 - Digitalising agreements with data, design & technolo...
 
apidays Singapore 2023 - Building a digital-first investment management model...
apidays Singapore 2023 - Building a digital-first investment management model...apidays Singapore 2023 - Building a digital-first investment management model...
apidays Singapore 2023 - Building a digital-first investment management model...
 
apidays Singapore 2023 - Changing the culture of building software, Aman Dham...
apidays Singapore 2023 - Changing the culture of building software, Aman Dham...apidays Singapore 2023 - Changing the culture of building software, Aman Dham...
apidays Singapore 2023 - Changing the culture of building software, Aman Dham...
 
apidays Singapore 2023 - Connecting the trade ecosystem, CHOO Wai Yee, Singap...
apidays Singapore 2023 - Connecting the trade ecosystem, CHOO Wai Yee, Singap...apidays Singapore 2023 - Connecting the trade ecosystem, CHOO Wai Yee, Singap...
apidays Singapore 2023 - Connecting the trade ecosystem, CHOO Wai Yee, Singap...
 
apidays Singapore 2023 - Beyond REST, Claudio Tag, IBM
apidays Singapore 2023 - Beyond REST, Claudio Tag, IBMapidays Singapore 2023 - Beyond REST, Claudio Tag, IBM
apidays Singapore 2023 - Beyond REST, Claudio Tag, IBM
 
apidays Singapore 2023 - Securing and protecting our digital way of life, Ver...
apidays Singapore 2023 - Securing and protecting our digital way of life, Ver...apidays Singapore 2023 - Securing and protecting our digital way of life, Ver...
apidays Singapore 2023 - Securing and protecting our digital way of life, Ver...
 
apidays Singapore 2023 - State of the API Industry, Manjunath Bhat, Gartner
apidays Singapore 2023 - State of the API Industry, Manjunath Bhat, Gartnerapidays Singapore 2023 - State of the API Industry, Manjunath Bhat, Gartner
apidays Singapore 2023 - State of the API Industry, Manjunath Bhat, Gartner
 
apidays Australia 2023 - Curb your Enthusiasm:Sustainable Scaling of APIs, Sa...
apidays Australia 2023 - Curb your Enthusiasm:Sustainable Scaling of APIs, Sa...apidays Australia 2023 - Curb your Enthusiasm:Sustainable Scaling of APIs, Sa...
apidays Australia 2023 - Curb your Enthusiasm:Sustainable Scaling of APIs, Sa...
 
Apidays Paris 2023 - API Security Challenges for Cloud-native Software Archit...
Apidays Paris 2023 - API Security Challenges for Cloud-native Software Archit...Apidays Paris 2023 - API Security Challenges for Cloud-native Software Archit...
Apidays Paris 2023 - API Security Challenges for Cloud-native Software Archit...
 
Apidays Paris 2023 - State of Tech Sustainability 2023, Gaël Duez, Green IO
Apidays Paris 2023 - State of Tech Sustainability 2023, Gaël Duez, Green IOApidays Paris 2023 - State of Tech Sustainability 2023, Gaël Duez, Green IO
Apidays Paris 2023 - State of Tech Sustainability 2023, Gaël Duez, Green IO
 
Apidays Paris 2023 - 7 Mistakes When Putting In Place An API Program, Francoi...
Apidays Paris 2023 - 7 Mistakes When Putting In Place An API Program, Francoi...Apidays Paris 2023 - 7 Mistakes When Putting In Place An API Program, Francoi...
Apidays Paris 2023 - 7 Mistakes When Putting In Place An API Program, Francoi...
 
Apidays Paris 2023 - Building APIs That Developers Love: Feedback Collection ...
Apidays Paris 2023 - Building APIs That Developers Love: Feedback Collection ...Apidays Paris 2023 - Building APIs That Developers Love: Feedback Collection ...
Apidays Paris 2023 - Building APIs That Developers Love: Feedback Collection ...
 
Apidays Paris 2023 - Product Managers and API Documentation, Gareth Faull, Lo...
Apidays Paris 2023 - Product Managers and API Documentation, Gareth Faull, Lo...Apidays Paris 2023 - Product Managers and API Documentation, Gareth Faull, Lo...
Apidays Paris 2023 - Product Managers and API Documentation, Gareth Faull, Lo...
 
Apidays Paris 2023 - How to use NoCode as a Microservice, Benjamin Buléon and...
Apidays Paris 2023 - How to use NoCode as a Microservice, Benjamin Buléon and...Apidays Paris 2023 - How to use NoCode as a Microservice, Benjamin Buléon and...
Apidays Paris 2023 - How to use NoCode as a Microservice, Benjamin Buléon and...
 
Apidays Paris 2023 - Boosting Event-Driven Development with AsyncAPI and Micr...
Apidays Paris 2023 - Boosting Event-Driven Development with AsyncAPI and Micr...Apidays Paris 2023 - Boosting Event-Driven Development with AsyncAPI and Micr...
Apidays Paris 2023 - Boosting Event-Driven Development with AsyncAPI and Micr...
 
Apidays Paris 2023 - API Observability: Improving Governance, Security and Op...
Apidays Paris 2023 - API Observability: Improving Governance, Security and Op...Apidays Paris 2023 - API Observability: Improving Governance, Security and Op...
Apidays Paris 2023 - API Observability: Improving Governance, Security and Op...
 

Recently uploaded

AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 

Recently uploaded (20)

AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 

apidays LIVE Jakarta - Leveraging Business Growth with Telco API by Iwan Pujo Satoto, Telkomsel

  • 1. Leveraging Business growth with Telco API Services
  • 2. 2 170mn 99% >20Mn >250K # of subscribers making Telkomsel the largest mobile operator in Indonesia with ~65% market share of populations have access to Telkomsel network coverage; 85+% for 3G coverage and 80+% 4G coverage Of aggregated MAUs across all Telkomsel digital assets (incl. MyTelkomsel, Maxstream, etc.) # of Digitized POS Network All over Indonesia As the largest telco operator in the nation, we have a strong commitment to become a digital company
  • 3. 3 API Enablement OTT/CP/SP Service SI Developer Enterprise/Vertical Capability Exposure Partner Service Service Operation Capability Integration Network IT Cloud Device Transmission Data Comm. Contextual info. Charging & payment Identity & Auth. Network Optimization Cloud IT Data & info. Telco Capability Category Telco Assets Open Ecosystem APIs are the gateway to enable information exchange between client applications and core telco assets APIs build digital society and digital business work by connecting people, businesses and things. Those connections enable new digital products and business models and business channels. [Gartner]
  • 4. 4 Telco Assets bring new capabilities and complexity for the API Product Development Telco connectivity-based API Telco Services Low complexity Single parameter Profiles of customer without modelling API Dynamic Profile Medium complexity 1or multi parameters Prediction of customer with modelling API Insights High complexity Multiple parameters Personalization Product and service personalization Authentication Verification Fraud Management Fraud assessment and prevention Optimization Operations excellence & cost optimization Risk Profiling Credit profiling and early warnings Use Cases
  • 5. 5 Use case Application in the Industry Personalization Product and service personalization Authentication Verification Fraud Management Fraud assessment and prevention Optimization Operations excellence & cost optimization Risk Profiling Credit profiling and early warnings Use Cases / Industries API Telco Services API Dynamic Profile API Insights FMCG/Retail Financial Institutions Transportation & Courier OTT E-Commerce & OTA The use cases application may be varying across industry. Some potentially to have all use cases applicable
  • 6. 6 Application of API Product in each use cases API product can be categorized into 5 group of use cases Personalization Product and service personalization Authentication Verification Fraud Management Fraud assessment and prevention Optimization Operations excellence & cost optimization Risk Profiling Credit profiling and early warnings Active Status SMS Active Status Recycle Number SIM Swap OTP Header Enrichment 2FA Roaming Status Data Quota Verification Call Forwarding Status Credit Balance Verification
  • 7. 7 Fraud detection and prevention systems are of fundamental importance to the digital economy. Identity fraud is a growing concern for online businesses and users alike. Examples include Account Take Over (ATO) attacks, where a legitimate user’s details are stolen to take over their online account and profit from its value. OPERATORS’ MOBILE IDENTITY TOOLKIT Fraud Detection and Prevention designed to spot patterns which represent fraudulent behavior, ideally in real time indicators of an Account Take Over last SIM change recycled number SIM Swap Banks and financial companies, especially, need to protect their customers from ATO attacks.
  • 8. 8 Output data: • YES, If <timestamp> is longer than deactivation time. Phone number had been recycled and could lead to a possibility of new user. • NO, If <timestamp> is sooner than deactivation time and phone number had not been recycled Required data: • Phone number • Last Deactivation Time Required data: • Phone number • Specific timestamp (i.e., User’s registration time, user’s last active transaction time) • Consent ID Use Case – Account Opening/New User Registration Customer Journey Customer Risk Classification Done by Client based on information received Registers on an e-Comm / FI site When a customer register into the service, customer enters Name, Mobile Number, Address Validation of Mobile Number & Customer from the app routes to registered partner(s) app server and hit two API : API Active Status (Check for Mobile Number Status) API Recycle Number (Deactivation Status) 2 2 2 3 +62XX 1 4 Mobile Verification Client server hit API SMS OTP for mobile verification Customer input OTP Registration Complete Registered Partner(s) calls the API with a phone number, a specific timestamp, Consent ID Applicable Industries : § E-commerce § Bank § FI § Startup/OTT Compared <timestamp> and Last Deactivation Time Telkomsel maintain Last Deactivation Time for all Telkomsel’s Numbers How API Recycle Number Works § Improve data quality during registration time § Clients can additionally validate “risk” associated with a customer prior to allowing a registration Benefits:
  • 9. 9 Use Case – Online Transaction-Payment / Account Take Over How It Works Customer Risk Classification Done by Client based on information received Payment Confirmation • Customer redirecting to e-commerce/FI web/mobile app payment page • Customer input and select payment method Validation of Customer & Transaction from the app routes to registered partner(s) app server and hit API: API Active Status (Check for Mobile Number Status) API Recycle Number (Deactivation Status) API SIM Swap (Check for SIM Swap in last 24 hours) 2 2 2 3 +62XX 1 4 Mobile Verification If OK, client server hit module payment gateway for next-step transaction validation (e.g., SMS OTP / 3D secure) Output data: • compare the last SIM Swap Time and Today’s Time • score result for the differences 1 = Before 24 hours 2 = 24 – 48 hours 3 = 48 – 72 hours 4 = > 72 hours Required data: • Phone number • Last SIM Swap time Required data: • Phone number • Consent ID Registered Partner(s) calls the API with a phone number, Consent ID Calculating score of Registered Partner(s) Request Telkomsel maintain Last SIM Swap Time for all Telkomsel’s Numbers How API SIM Swap Works Applicable Industries : § E-commerce § Bank § FI § Startup/OTT § Reduce potential Fraud in online transactions § Prevent chargeback, customer security § Prevent misused on account of stolen identity Benefits:
  • 10. 10 API Telco Product Catalogue Active Status Check phone number status Input: Phone number Output: Active/Grace/Churn Call Forwarding Status Check call forwarding feature status Input: Phone number Output: Yes/No Data Quota Verification Check quota status based on trace hold Input: Phone number & Quota Benchmark (e.g., 100Mb) Output: Yes/No Credit Balance Check remaining balance based on trace hold Input: Phone number & Balance Benchmark (e.g., 10.000) Output: Yes/No SIM Swap Check for SIM Swap in last 24 hours Input: Phone number Output: Score Recycle Number Check phone number deactivation status Input: Phone number, timestamp Output: Yes/No 2FA Multi factor authentication Input: 2FA Generator Output: Token & SDK for authentication Header Enrichment Authenticate using phone number verification through http header Input: Phone number Output: Yes/No
  • 11. 11 Seamless API Integration Becomes To From 1. Integrate API and client server manually 2. API only dedicated for single purpose only, no modularity 1. Using layered approach to maximize de-coupling and reusability API module 2. Semi-automatic API integration, manual exposure configuration based on requested API 1. DIY integration process capability 2. Electronic contract 3. Usage Dashboard, global monitoring, and automatic settlement
  • 12. WE TAKE SERIOUS PRECAUTION FOR OUR CUSTOMERS RIGHT OF DATA PROTECTION Any individual insight can be granted once we obtain our customer's consent. There are 2 ways to obtain this: Telkomsel reach out to ask customers consent directly via SMS and ask customers to reply if they agree. The result can only be sent once the customers reply. FI can update their TnC (Telkomsel can provide the recommendation guidelines that’s comply with GDPR) to allow customers giving their consent automatically