Skip to content

Bank #3

@Haditohmaz

Description

@Haditohmaz

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'
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions