Global Card Processing
Last updated
Was this helpful?
Last updated
Was this helpful?
Wyre allows you to present your customers with a straightforward way to purchase cryptocurrency through our Hosted Checkout Widget. Checkout can be instantiated through a redirect to our widget (Hosted Redirect) for your user to complete the transaction or by opening a dialog (Browser Dialog) and loading Wyre Checkout on your website. You can pass in certain Parameters to pre-fill information on behalf of the user such as a wallet address or a purchase amount to help expedite the transaction. Once the purchase is complete, you can redirect the user back to your website or app. We also offer webhooks to track transactions and wallet reservations to lock in details of an order ahead of the purchase.
To get a better sense of how Wyre Checkout should interact with your website/app here are a few examples Hosted Redirect: MetaMask
Browser Dialog: Ronaldo's Codepen (Wyre Dev) <-- A code example too!