iOS Sub Tokens Launch

Hey @BarryCarlyon
We pass in two more fields in the existing sub user notice:
IsExtensionSubscription and BenefitEndMonth
Example:

{
     ....other fields 
     IsExtensionSubscription: true, 
     BenefitEndMonth: 2, // february  
} 
1 Like