PayStar API Documentation
  1. Merchant EN
  • Merchant EN
    • Introduction
    • Glossary
    • Authorization key
    • Sandbox
    • Additional fields
    • Currencies
    • Bank names
    • Telecom operators
    • Callbacks
    • Error descriptions
    • Tech FAQ
    • Order History
    • Integratins
      • Stripe
      • Inwizo
      • 2Checkout
      • Adyen
      • AffiniPay
      • Alikassa
      • AlliancePay
      • Amazon Pay
      • AnyMoney
      • AstroPay
      • Aureavia
      • AurisMyChanger
      • Authorize.Net
      • Avatarix
    • Balance H2H
      GET
    • Deposit H2H - Card & P2P
      POST
    • Deposit H2H - Token
      POST
    • Deposit H2C - Card
      POST
    • Deposit status H2H - PayStar ID
      GET
    • Deposit status H2H - Merch ID
      GET
    • Payout H2H
      POST
    • Payout status H2H - PayStar ID
      GET
    • Payout status H2H - Merch ID
      GET
  1. Merchant EN

Telecom operators

INFO
The telecom operator name is typically used for routing payments. If the telecom operator is not specified in the request, it will be automatically determined based on the phone number.
However, phone-based detection is often inaccurate and may not be available in certain regions.
We strongly recommend including this field in your requests — doing so will improve payment success rates and enhance the reliability of financial flows.

How to use telecomOperator example#

telecomOperator is used in the additionalFields for deposit and payout. Here's an example of a query using telecomOperator:
curl --request POST \
 --url https://baseurl.com/api/v1/integration/deposit-order \
 --header 'Authorization: Bearer YOUR TOKEN' \
 --header 'Content-Type: application/json' \
 --header 'accept: text/plain' \
 --data '{
  "amount": 100
  "currency": "USD"
  "additionalFields": [
    {
      "key": "phone"
      "value": "+331234567890"
    },
    {
      "key": "telecomOperator"
      "value": "vadafone-uk"
    }
  ]
}'

telecomOperator dictionary#

United Kingdom#

EnumName
vodafone-ukVodafone
o2-ukO2 (Telefónica)
everything-everywhere-ukEverything Everywhere (EE)
talk-talk-ukTalkTalk

Ukraine#

EnumName
kievstar-uaKievstar
vodafon-uaVodafon Ukraine
lifecell-uaLifecell
intertelecom-uaIntertelecom

Republic of Moldova#

EnumName
orange-mdOrange Moldova
moldcell-mdMoldcell
unite-mdUnite

Poland#

EnumName
tMobile-pltMobile Poland
orange-plOrange Poland
play-plPlay
plus-plPlus
lykamobile-plLykamobile
virginMobile-plVirgin

Hungary#

EnumName
magyarTelekom-huMagyar Telekom
telenor-huTelenor
vodafone-huVodafone Hungary

Slovakia#

EnumName
t-com-skT-Com
t-mobile-skT-Mobile
orange-skOrange Slovensko
upc-skUPC

Russia#

EnumName
beeline-ruBeeline
megafon-ruMegafon
mts-ruМТС
rostelecom-ruRostelecom
tele2-ruTele2
yota-ruYota
tmobile-ruTinkoff Mobile
Modified at 2025-04-24 08:59:29
Previous
Bank names
Next
Callbacks
Built with