Vonage / vonage-php-sdk-core

Vonage REST API client for PHP. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
https://developer.vonage.com/
Apache License 2.0
916 stars 180 forks source link

Added fraud check #406

Closed SecondeJK closed 1 year ago

SecondeJK commented 1 year ago

This PR adds fraud_check to the outgoing Verify v2 request.

Description

fraud_check will default to true, but the developer does have the option to switch it off in any new verification request using the base method setFraudCheck(false)

How Has This Been Tested?

Additional test to check the outgoing request is correct.

Types of changes

Checklist: