Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Пример настройки стыковки с Click

plugins:
  click:
	main:
	  bank_code: click	
      bank_account: click
      currency: UZS
      api_url: https://api.click.uz/v2/merchant/
      merchant_user_id: 123
      service_id: 123
      secret_key: secret
      messages:
        invalid_signature: SIGN CHECK FAILED!
        incorrect_parameter_amount: Incorrect parameter amount
        action_not_found: Action not found
        payment_exists: Already paid
        account_not_found: User does not exist
        transaction_not_found: Transaction does not exist
        internal_error: Internal server error
        invalid_request: Error in request from click
        transaction_cancelled: Transaction cancelled

URL для подготовки платежа: <hpd_base_url>/click/main/prepare_payment

URL для подтверждения платежа: <hpd_base_url>/click/main/complete_payment

  • No labels