Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Пример настройки стыковки с Assist, включая автоплатежи:

HPD

Code Block
languageyml
titledefault.yml
plugins:
  assist:
    main:
      merchant_id:
      login:
      password:
      recurrent_enabled: true
      request_period: 600 # seconds, minimum 600
      bank_code: Assist
      bank_account:
      currency: RUB
      base_url: https://payments.demo.paysecure.ru
      cancel_path: /cancel/wscancel.cfm
      recurrent_path: /recurrent/rp.cfm
      status_path: /resultbydate/resultbydate.cfm
      test_mode: false
      root_certificates: []

listeners:
  http:
    plain:
      plugins: [assist/main]
  tracking:
    assist:
      plugins: [assist/main]

workers:
  - listeners: [http/plain, tracking/assist]

...