Compliance component
Learn how to remain compliant in a components checkout
Last updated
Learn how to remain compliant in a components checkout
Last updated
The compliance component displays localized hypertext that links customers to the terms and disclosures of the designated selling entity.
To access Digital River's merchant of record model, you'll need to design your experience so that this component is visible (mostly likely in the footer of the page) throughout every stage of the checkout process.
The only exception is the payment component. Digital River automatically embeds its disclosures within that component.
To create an instance of the compliance component, pass 'compliance'
to createComponent()
.
To attach the compliance component to your DOM, pass the id
of its container to mount()
.