Integrate with URL
Integrating with URL is the quickest way to get Busha On-Ramp in your application. All you have to do is follow the integration design steps, collect the information you need to pre-fill from the users, and attach it to a button in your application:
<body>
<div class="container">
<button onclick="window.open('https://sandbox.buy.busha.co/?publicKey=pk_test_123', '_blank')">Buy with Busha</button>
</div>
</body>
However, we strongly recommend that you build the url on your application’s server-side and return a pre-configured On-Ramp url to the client based on users` selection.