Languages

On this page, the iframe API section contains data on which languages you can use to open the payment page for your users.

Fetching the languages

No special parameters or data are required for this request. Simply making a GET request to the link below will provide you with all the languages available in the system.

https://app.coinpays.io/shared/languages

The response to the request is in JSON format:

Successful response example:

{
  "en": "English",
  "tr": "Türkçe",
  "de": "Deutsch",
  "fr": "Français",
  "es": "Español",
  "kr": "한국어",
  "jp": "日本語",
  "cn": "中文",
  "ru": "Русский",
  "id": "Indonesia",
  "ua": "Українська"
}

Last updated