---
title: "Buy Email Validator Credits"
method: POST
path: "/billing/buy_emailvalidation_credits"
tags: ["billing"]
---

# Buy Email Validator Credits

`POST /billing/buy_emailvalidation_credits`

Buy Email Validator Credits

## Request body

- BuyEmailValidatorCreditsRequest
  - `amount` integer — Amount of money to use for purchase

## Response `200`

Sucess

Returns url to the billing system to allow payment completition.

- BuyEmailValidatorCreditsSucessResponse
  - `url` string — Url to complete payment

## Other responses

- `400` — Bad Request ###### Produces: * missing_required_parameter_amount * amount_should_be_integer * amount_should_not_be_less_than_15 * amount_should_not_be_higher_than_1800 * can_not_buy_extra_credit_without_active_plan
- `401` — Unauthorized This API requires a valid API Key to be provided. (Use [/authentication/authorize](#/authentication/AuthenticationLogin) to obtain an API Key) Produces: * missing_authorization_key * invalid_authorization_key * account_is_inactive

---

[API](https://skmtc.net/serversmtp/apis/turbosmtp-public-apis.md) · [All operations](https://skmtc.net/serversmtp/apis/turbosmtp-public-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/serversmtp/turbosmtp-public-apis/revisions/8503e099b215/schema)
