Select the options you would like to use with Drop In.
Select Only The Payment Methods You Want to Enable.
Be Careful! Using this feature will not give you automatic access to new payment methods pushed out via Drop In.
<link rel="stylesheet" href="https://js.digitalriverws.com/v1/css/DigitalRiver.css"> <script type="text/javascript" src="https://js.digitalriverws.com/v1/DigitalRiver.js"></script>
let digitalriverpayments = new DigitalRiver("##APIKEY##", { "locale": "##LOCALE##" }); let configuration = ##CONFIGURATION##, onSuccess: function(data) {}, onError: function(data) {}, onReady: function(data) {}, onCancel: function(data) {} } let dropin = digitalriverpayments.createDropin(configuration); dropin.mount("drop-in-container");