CONNECT YOUR WEBSITE WITH UNISCROW TOOLS
Uniscrow can grant you the user friendly escrow functionality your enterprise needs to grow and thrive. Do you run a marketplace, a classified website, or perhaps a community page for trading goods or services? No matter your niche, we can help you and your visitors with our escrow services.
Simplifying the Complex to Benefit Everyone
Escrow services are becoming increasingly important today, but the logic around escrow can often be confusing and difficult to comprehend. These challenges often mean that people are reluctant to embrace the many benefits of escrow. Uniscrow ensures that you don’t have to worry about these complexities because we can handle them on your behalf.
We can offer you an escrow-as-a-service widget that can be easily embedded into any website of your choice. This simple tool is easy to navigate and is a total breeze to use for anyone. Now you’ll be able to conduct business securely and directly without the need for banks or agents serving as intermediaries. For example, if a car were being sold the widget would display its mileage, fuel type and first registration date. The purchaser can then enter their username and password to proceed with payment via Uniscrow in a matter of seconds.
Uniscrow’s Promise to You
Our services are dependable, transparent, straightforward and neutral. Moreover, the widget can be integrated into already existing platforms so that current audiences will not have to visit elsewhere.
It is our goal to create effective solutions in an increasingly globalized world through the power of universally accessible escrow services. Our tools will protect payments every step of the way, eliminating uncertainty and creating confidence. Would you like to share your escrow experience with us? Arrange a free consultation today and see how Uniscrow can take your business to the next level.
Uniscrow integration
You can connect Uniscrow to any webpage with a simple link. The action to trigger the deposit flow is pure navigation via an HTTPS link with some parameters
An example of a trigger is the widget below. The widget is just pictorial, you can achieve the same result with any button or action on your web page. To see a live example please check this 3rd party website (running on sandbox)
URL To navigate (test environment)
https://my.uniscrow.com/version-test/buy_order
URL To navigate (live environment)
https://my.uniscrow.com/buy_order
Query parameters
description: URLEnconded of free text describing the item
price: the price, this will be the deposit required
currency (optional): iso code of the currency, only usd supported for now
sellerId: the uniqueId of the seller
callback: URLEncoded of the URL to be redirected at the end of the deposit flow. Notice that the URL must have the magic query param u=1 appended. Eg. valid callback is https://my.foo.bar?u=1
Return values
When the flow is done your callback url will be loaded. A status param is appended to your callback url so your page can know if it ended nicely or it was cancelled.
Case of Ok return
https://your.callback.site?u=1&status=ok
Case of Cancel return
https://your.callback.site?u=1&status=cancelled
Example of navigation action to be linked in a button
https://my.uniscrow.com/version-test/buy_order?description=Tenda%20per%20giocare&sellerId=1680889494424x943836843988560800&price=199&callback=https%3A%2F%2Fdigitaldavide.me%2Funiscrowtest%3Fu=1