SiftScience / sift-python

Sift API (Python client)
MIT License
20 stars 23 forks source link

Verification endpoints implemented #96

Closed haneeshv closed 1 year ago

haneeshv commented 1 year ago

Purpose

The verification APIs are implemented (send/resend/check)

Summary

Added wrappers for the following APIs

Testing

Changes covered in Unit Test for the above API wrappers(path/tests/test_verification_apis.py)

verification/send (Real Call) image

verification/resend image

verification/check image

Checklist