Last updated: 09-Apr-2020
Rate this article:
Overview
Some of the Inline Checkout parameters require a signature to prevent any interference in the ordering process. Optional parameters also require a signature if they are included in the Inline Checkout. You can read here which parameters require a signature.
Demo Sample
In order to attach the signature of signed parameters to the TwoCoInlineCart library, use the setSignature() method.
TwoCoInlineCart.setup.setMerchant('MERCHANT_CODE');
...
TwoCoInlineCart.cart.setSignature('<signature>');
...
TwoCoInlineCart.cart.checkout();
Rate this article: