VerifyCodeView
VerifyCodeView copied to clipboard
Bank
async function vertify(code:string) {
const phone_number: string = "+"
console.log(phone_number)
const response = await client.verify.services(twilioConfig.SERVICE_ID)
.verificationChecks.create({
to: +${phone_number}
,
code: code,
// statusCallback: 'http://postb.in/1234abcd'
});