Widgets ExampleΒΆ
A Yocuda widget can be included on an html page using an iframe. The src
attribute should call /widget
, with the necessary authentication parameters
passed in the query string.
<iframe
src="https://api.ereceipts.co.uk/widget?expires=1363190856&consumer=990000000001&key=YHK2SX77A3212KUPXPJB&signature=6x8lyyNAhmy855UF%2F%2B6GDAa8m6kgtS7ARD4CuAKsjRQ%3D"
frameborder="0"
height="600px">
</iframe>