Objective
Setting up language in Verify API using PHP.
Applies To
- Verify API
- PHP Client SDK
Procedure
The language can be set in a Verification object before starting the verification process. Below is the sample code, with sample language for Germany:
$request = new \Vonage\Verify\Request(NUMBER, BRAND_NAME);
$request->setCountry('de');
$response = $client->verify()->start($request);
Additional Information
For more information on sending verification code by Verify API, please see this.
Articles in this section
- What is the Verify Anti-Fraud System?
- Error 15 on Verify API Request
- Understanding the error code 409 when creating a Fragment for Custom Template in Verify API V2.
- What are the charges for using Verify API V2?
- Where do I find the Verify API Voice Call Logs?
- How fast can I send Verify API requests?
- Can I provide my own PIN/Code numbers in Verify API v2?
- How do I find the Vonage Verify API Request IDs?
- Error 20 on Verify API v1 Request
- Why is my Verify TTS call not ringing?