order_sms_verification
Buy a QUICK SMS verification number: returns a temporary phone number the user enters on the target service, then the incoming code is read with check_sms_verification. This SPENDS the wallet balance (typically $0.50-$5). Single-use, valid 20 minutes, auto-refunds if no SMS arrives. Use search_sms_services and get_sms_service_countries first to pick serviceId and countryId. Requires a connected agent wallet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| countryId | No | The countryId from get_sms_service_countries (defaults to United States) | |
| requestId | No | Idempotency key: generate a fresh UUID for each NEW order, and reuse the SAME value when retrying after a timeout or transport error — an identical retry returns the original order instead of charging again. Use a NEW id when deliberately ordering another number. | |
| serviceId | Yes | The serviceId from search_sms_services |