Merchant Statements Web-Component
You can utilize our merchant statements component by specifying the pay-engine web component with type statements and other necessary properties.
<pay-engine id="pf-statements"
type="statements"
merchant-id="d8dfafb5-88d6-46c7-ba14-1ff972564085"
hash="0709c7f107ed6326aaeaa3810330834870591f3924943e7bce66a826ac532045"></pay-engine>Properties and Styling
Following are properties that can be set on this web-component. You can set the property via a JavaScript object reference, or directly inline as an HTML tag attribute. See the example below:
<pay-engine id="pf-statements"
type="statements"
merchant-id="d8dfafb5-88d6-46c7-ba14-1ff972564085"
hash="0709c7f107ed6326aaeaa3810330834870591f3924943e7bce66a826ac532045"></pay-engine>Following is a list of applicable properties.
Class
Description
merchant-id
Merchant ID (generated by using create merchant API call)
hash
HMAC generated from merchant-id (see securing embedded UIs section)
Note: his field is deprecated. Use MerchantSession to integrate the web component; this field is no longer required.
Last updated