-
Notifications
You must be signed in to change notification settings - Fork 28
Description
For API Consumers that want to process SIM Swap information as a protection against SIM Swap fraud, it may be beneficial to know what type of SIM Swap was performed, since there may exsist differences in the issueing proces between eSIM cards and physical SIM cards.
By adding the type of SIM card (physical SIM or eSIM) as an optional parameter to the SIM Swap API, API Consumers can differentiate according to the difference in risk associated with the different issueing process.
We propose to add both the type of the new SIM and the old SIM as optional parameters to be returned with the SIM Swap API, for example the parameters
- currentSIMtype
- previousSIMtype
Both parameters need to be optional, and it should be decided by the API Provider whether they only want to share the currentSIMtype, or both the currentSIMtype and previousSIMtype.
What do you think of this enhancement ??