Getting started

Description

Mobile.webteh.hr as payment proxy (in further text proxy) provides easy way to integrate with ipg.webteh.hr.

Requirements

To use proxy you need to have merchant account on ipg.webteh.hr.

If you do not have one head to ipg.webteh.hr and create account.

If you do have merchant account then follow steps:

  • Contact support
  • Ask for proxy account

Integration

To integrate with proxy you need

  • webteh merchant account
  • proxy merchant account
  • proxy library
  • authentication token

Libraries

Customization, custom views, internationalization, assets

Proxy provides out of the box support for custom views, assets and internationalization.

Customization

Custom views

Custom views support is implemented via client parameter in AddCardModel | PayCvvModel. Proxy usesclient parameter to load view names <client>.handlebars

Rules

  • All fields must have .handlebars extension
  • You should not change name attributes on input fields

Internationalization

  • Create custom views
  • Request upload changes from support
  • set AddCardModel | PayCvvModel client parameter to desired value (for example android_en)

Example:
client = android_en will load android_en.handlebars file for your merchant.