In one sentence: embed.js (also called the Revenued Embed or SDK) is a small
program that runs in your browser and makes this page work with Revenued—so you can submit your info, connect
your bank safely, and upload documents without your site having to build all of that from scratch.
What it does for you:
- Talks to Revenued’s servers so your submission and files are sent securely.
- Opens the bank-connection flow (Plaid) in a new tab and waits for you to finish.
- Handles file uploads (e.g. signed application, void check) and tracks progress.
- Checks the status in the background and tells you when everything is done.
Why it’s here: Partners add this one script to their site and call a single function. They
don’t need to build forms, Plaid integration, or status polling themselves—the embed does it. So
embed.js is the “engine” that powers this demo and any page that uses it.
If you click “Open embed.js (new tab)”, you’ll see the actual code. It’s normal
for it to look technical; this explanation is for what that file is doing in plain terms.