Payouts Web-Component
Provide full payout history visibility to your customers.

You can utilize our payouts component by specifying the payment-platform
web component with type payouts
and other necessary properties.
<payment-platform id="pf-payouts"
type="payouts"
merchant-id="d8dfafb5-88d6-46c7-ba14-1ff972564085"
hash="0709c7f107ed6326aaeaa3810330834870591f3924943e7bce66a826ac532045"></payment-platform>
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:
<payment-platform id="pf-payouts"
type="payouts"
merchant-id="d8dfafb5-88d6-46c7-ba14-1ff972564085"
hash="0709c7f107ed6326aaeaa3810330834870591f3924943e7bce66a826ac532045"></payment-platform>
Following is a list of applicable properties.
merchant-id
Merchant ID (generated by using create merchant API call)
hash
HMAC generated from merchant-id
(see securing embedded UIs section)
css
<Style> HTML element id, or URL of CSS file (see Styling specs for this component)
view-type
settlement
|funding.
If not provided, this widget shows settlement view by default.
hideFilter
Show or hide the default filter element
defaultFilter
Default filter applying to the payouts table.
Last updated