UNPKG

nestjs-yookassa

Version:

A NestJS library for integrating with YooKassa API

17 lines (16 loc) 510 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.YOOKASSA_IP_WHITELIST = void 0; /** * Официальный список IP-адресов YooKassa для webhook-уведомлений. * @see https://yookassa.ru/developers/using-api/webhooks#notifications-authenticity-verify */ exports.YOOKASSA_IP_WHITELIST = [ '185.71.76.0/27', '185.71.77.0/27', '77.75.153.0/25', '77.75.154.128/25', '77.75.156.11', '77.75.156.35', '2a02:5180::/32' ];