Versions Compared

Key

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

...

  1. Payment by the button built into the online -store mobile app (InApp scheme).
  2. Payment in the browser (Web scheme), while receiving of encrypted package with payment data and a token is performed on the side of the Assist payment pages.
  3. Payment in the browser (Web scheme), while receiving of encrypted package with payment data and token is performed on the page of the online store.
  4. Using the widgets for the IPS Assist payments.
Note

If the customer chooses to pay using Apple Pay or Google Pay in a browser on a device that does not support such payment type, then IPS Assist (if configured appropriately) can display a special QR code on the payment page. The customer will be asked to use another suitable device to read this QR code and successfully complete the payment.

...

  • make a request to connect payment means for payments by token(Apple Pay, Google Pay)  to the IPS Assist technical support service support@belassist.by;
  • embed into the code of your page;
    • to receive an encrypted packet with a token and payment data;
      • Google Pay API for Google Pay;
      • ApplePay JS API for Apple Pay;
    • for payment - access to TokenPay service;
  • obtain confirmation from the IPS Assist technical support service that all the necessary technical settings for the functioning of the TokenPay payment processing service when paying for goods and services to your merchant have been fulfilled;
  • prepare for payments receiving;
  • when using Apple Pay, create and sign an Apple Pay certificate to make payments using the corresponding section in the IPS Assist Personal Account;
  • when using Google Pay, you should register with Google Pay API to get a MerchantID for use it as MerchantID parameter, set gateway=”assist” assistand specify allowedCardAuthMethods = ["CRYPTOGRAM_3DS"] to organize the scheme for encrypting a data packet with a token or allowedCardAuthMethods = ["PAN_ONLY", "CRYPTOGRAM_3DS"], if you also need to accept payments with non tokenized cards that saved in Google account.

You can learn more about the possible options of payments processing by tokens using different providers.

Back on top