SDK integration
Both SDK integration modes require the merchant to place a script element tag inside the payment page DOM, ideally inside the head element:
<script
type="text/javascript"
charSet="utf-8"
src="<Revup public sdk url>" />
Depending on the Revup integration mode to be used, one the following URLs must be provided in the script tag above:
- Revup Form: https://hosted.revuppayments.com/sdk/app/form/3/0/loader.js
- Revup Frames: https://hosted.revuppayments.com/sdk/app/input/3/0/loader.js
info
Test environment URL
This script tag will load the transpiled/minified code into the merchant document page and will be available for the merchant at the global or window object as two JavaScript classes named Revup and RevupFrames.