ipayz.ini 760 B

1234567891011121314151617181920212223242526
  1. ;Backend template settings
  2. MERCHANT_NAME="OurISP"
  3. MERCHANT_URL="http://ubilling.net.ua/"
  4. MERCHANT_SERVICE="Інтернет"
  5. MERCHANT_LOGO="http://ubilling.net.ua/logo.png"
  6. MERCHANT_CURRENCY="грн"
  7. AVAIL_PRICES=10000,15000,20000,30000,35000
  8. ;Merchant ID
  9. MERCHANT_ID = "666"
  10. ;Merchant sign key
  11. SIGN = "xxxxxxxxxxxxxxxxxxxxxxxxx"
  12. ;Default interface language
  13. LANG = "ua"
  14. ;URLs to redirect user on payment creation success and fails
  15. URL_OK = "http://ubilling.net.ua/ok/"
  16. URL_FAIL = "http://ubilling.net.ua/fail/"
  17. ;Payment currency
  18. CURRENCY = "UAH"
  19. ;Transaction timeout in hours
  20. TIMEOUT = 24
  21. ;Payment description
  22. PAYMENT_DESC = "Internet services"
  23. ;Production: https://api.ipay.ua Sandbox: https://sandbox-checkout.ipay.ua/api302
  24. API_URL = "https://api.ipay.ua"