paymeuz.ini 1.8 KB

1234567891011121314151617181920212223242526272829303132
  1. ; Enables using of agentcodes_mapping.ini for a STRICT mapping
  2. ; of Service ID from Payme and subscriber's agent code in Ubilling.
  3. ; If no mapping will be found for a certain Service ID
  4. ; or a subscriber will have no agent code mapping
  5. ; - transaction will fail with "Subscriber not found" error
  6. USE_AGENTCODES=0
  7. ; If USE_AGENTCODES = 1 and no mapping for a certain Service ID found in agentcodes_mapping.ini
  8. ; or a subscriber has no agent code mapping - just proceed the transaction, no matter what
  9. NON_STRICT_AGENTCODES=0
  10. ; Used for non-strict agent codes mode
  11. DEFAULT_AGENTCODE=1
  12. ; In your personal page go to: Businesses -> click on certain "Business" -> click on "Cashboxes" in the left side menu ->
  13. ; -> click on certain "Cashbox" -> click on "Settings" in the left side menu -> go to "Payment details"
  14. ; and add a requisite there with preferred name. "customer_id" - is recommended
  15. CUSTOMERID_FIELD_NAME="customer_id"
  16. ; Always "Paycom" for now
  17. LOGIN="Paycom"
  18. ; Cashbox key: https://developer.help.paycom.uz/ru/poisk-klyucha-i-id-kassy-v-lichnom-kabinete/poisk-klyucha-parolya-ot-kassy
  19. PASSWORD=""
  20. ; Default cashbox ID to send money to. MANDATORY option.
  21. ; here you MUST use the ID of the cashbox to which your PASSWORD option value corresponds
  22. ; If USE_AGENTCODES = 1 and NON_STRICT_AGENTCODES = 1 and DEFAULT_AGENTCODE ID mapping
  23. ; in config/agentcodes_mapping.ini fails somehow and will not give the appropriate cashbox ID
  24. ; - this option will be the last resort to perform transaction successfully
  25. ; and it's value will be used if all other options to get cashbox ID will fail
  26. DEFAULT_CASHBOX_ID=""
  27. ; Ubilling instance key
  28. UBAPI_KEY="UBxxxxxxxxxxxxxxxx"
  29. ; Ubilling RemoteAPI URL
  30. UBAPI_URL="http://localhost/billing/"
  31. ; Enables displaying of city in subscriber's address
  32. CITY_DISPLAY_IN_ADDRESS=0