Stripe in ionic 5

this.plan_id = ‘M’
this.handler.open({
name: ‘NautAlert Monthly’, // Pass your application name
amount: 1500 // Pass your billing amount
});

stripe handle it open dialog box but it work in ionic 3 not in 5 any suggestion ionic developer