Compact Partial Payments Widget
Link to reference | Description |
---|---|
Compact widget script | Library for compact widget that needs to be referenced before sending in the request for a calculation. |
Slider Partial Payments Widget
Link to reference | Description |
---|---|
Slider widget script | Library for slider widget that needs to be referenced before sending in the request for a calculation. |
In order to get our calculations, you need to send in following parameters:
Parameter | Type | Description |
---|---|---|
amount | Number | Valid values: from 9900 to 1000000 |
containerId | String | Element on the page that will contain the widget. Query selector will select the first element matching the CSS selector on the document. Widget’s width will adjust to the container. |
If either of the parameters are invalid, widget won’t be generated on your pages.
Example :
NetgiroCalculator({amount: 10000, containerId: "#widget-wrapper"})