Validate RS RU

Click to copy

Checks the entered data for compliance with the RS format (settlement account of an entrepreneur or enterprise) of the Russian Federation.


Stream connectors 

  • [Input] In - starts block execution. 
  • [Output] Out - is activated when the block has finished executing. 

Data connectors 

  • [Input] rs (string) - the value to check for compliance with the format. 
  • [Input] bik (string) - BIK of the bank whose PC needs to be checked. 
  • [Output] is_valid (boolean) - if the value matches the format, it returns the value True, otherwise - False.