Skip to main content

Vonage verify package

Project description

Vonage Verify Package

This package contains the code to use Vonage's Verify API in Python. This package includes methods for working with 2-factor authentication (2FA) messages sent via SMS or TTS.

Note: There is a more current package available: Vonage's Verify v2 API which is recommended for most use cases. The v2 API lets you send messages via multiple channels, including Email, SMS, MMS, WhatsApp, Messenger and others. You can also make Silent Authentication requests with Verify v2 to give an end user a more seamless experience.

Usage

It is recommended to use this as part of the main vonage package. The examples below assume you've created an instance of the vonage.Vonage class called vonage_client.

Make a Verify Request

from vonage_verify import VerifyRequest
params = {'number': '1234567890', 'brand': 'Acme Inc.'}
request = VerifyRequest(**params)
response = vonage_client.verify.start_verification(request)

Make a PSD2 (Payment Services Directive v2) Request

from vonage_verify import Psd2Request
params = {'number': '1234567890', 'payee': 'Acme Inc.', 'amount': 99.99}
request = VerifyRequest(**params)
response = vonage_client.verify.start_verification(request)

Check a Verification Code

vonage_client.verify.check_code(request_id='my_request_id', code='1234')

Search Verification Requests

# Search for single request
response = vonage_client.verify.search('my_request_id')

# Search for multiple requests
response = vonage_client.verify.search(['my_request_id_1', 'my_request_id_2'])

Cancel a Verification

response = vonage_client.verify.cancel_verification('my_request_id')

Trigger the Next Workflow Event

response = vonage_client.verify.trigger_next_event('my_request_id')

Request a Network Unblock

Note: Network Unblock is switched off by default. Contact Sales to enable the Network Unblock API for your account.

response = vonage_client.verify.request_network_unblock('23410')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vonage_verify-1.1.3.tar.gz (8.4 kB view details)

Uploaded Source

Built Distribution

vonage_verify-1.1.3-py3-none-any.whl (8.5 kB view details)

Uploaded Python 3

File details

Details for the file vonage_verify-1.1.3.tar.gz.

File metadata

  • Download URL: vonage_verify-1.1.3.tar.gz
  • Upload date:
  • Size: 8.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.4

File hashes

Hashes for vonage_verify-1.1.3.tar.gz
Algorithm Hash digest
SHA256 dd731f15bcc8f24e43e4a7468a9c82d6631f261e364162873ff5b4614dc9ca46
MD5 31c021bcff9302c203f598570f2fe407
BLAKE2b-256 19ca3da6c5d2edb3d3d1cc384e4d649b3842f0bfef87eedbd3f4ca15d7a4ad46

See more details on using hashes here.

File details

Details for the file vonage_verify-1.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for vonage_verify-1.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 6939eb639dc7b762b1fcbe4115f03f13c032ae5df4098ebfc7e755d11b7b1a3a
MD5 b80f01b3d111edc3dfc873bcc09e2804
BLAKE2b-256 b90c4b5cb2db4424f0d6ed5ba7beb7b27567390dfd15d8415332e162837824ae

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page