Skip to main content

Markdown versions of documentation pages added

We've added the ability to get any documentation page in Markdown format. Just add .md to the end of the current page URL, and you'll receive the content extra formatting. For the landing page, add /.md.

How to use

  • Embed documentation snippets into your internal wiki or knowledge base
  • Share a link to the raw page text with a colleague
  • Use as a data source for your own scripts and tools
  • Download a page and edit it offline in any Markdown editor
  • Feed into LLM tools that understand Markdown better than HTML

AI integration launched

To help developers and AI assistants work with Bank 131's documentation more effectively, we've prepared a dedicated llms.txt file, available at: https://developer.131.ru/llms.txt.

This file provides a structured, machine-readable index of our API documentation, specifically designed for use with AI assistants, LLMs, and any tools built on top of them.

You can load this file into your AI tool or simply add it to your project's context. As a result, the AI will be able to give more accurate answers because it will be grounded directly in Bank 131's documentation.

Additionally, you can use the https://developer.131.ru/llms-full.txt file, which includes the complete content of every page, allowing for offline responses without making extra HTTP requests.

Dashboard launched

Bank 131 has launched the Dashboard—a transaction tracking service that allows you to see the complete picture of fund movements and helps analyze your business.

Payout description revised

Feedback form upgraded

We’ve upgraded our feedback form—taking screenshots is now much easier! You can select particular areas and add captions.

Website menu updated

To avoid multiple nested levels and make the website structure more intuitive, we added a new landing page and a top horizontal menu. Now you can immediately select the desired product and get all the information about it.

New parameter added

Now we return the bin parameter (Bank Identification Number) in the card object.

Feedback widget added

Now you can share your feedback with us: on any page, just click the Feedback window on the right and tell us if the page is helpful, send us screenshots, and leave your comments.

Payment session's Error status

  • Updated information on the error status of the payment session: this status is not final. In case of receiving this status, contact the Bank and wait for a final transaction status.

Changes to an array

  • transactions:
    • added mandatory field type, with the possible values "credit" and "debet".
    • amount now contains only positive values.
    • base_amount remains mandatory only for non-ruble transactions.