Introduction

Kontigo Wallet Checkout is an embedded module you can integrate into your app, allowing your users to deposit, withdraw, and transfer USDC using fiat payment methods.

How it works

  1. Onboard users
    Embed the Kontigo checkout as a WebView inside your app or platform to onboard users.

  2. Confirm users
    Verify the user’s onboarding status and retrieve their wallet balance.

  3. Start a transaction
    Use deep links to launch deposit, transfer, or withdrawal flows.

  4. Track completion
    Check the transaction status using our API.

Onboard Users

You can onboard a new user by passing their email as a parameter in the WebView URL:

https://[email protected]

Transaction flows

A deposit transaction starts when the user sends money from their payment method to their Kontigo Wallet.

The available payment methods depend on the user's KYC level, but usually include: Pago Móvil, Credit/Debit Card, USDC | USDT (on Base, Avalanche, Polygon...), USD bank deposit, and ACH | WIRE.

Initiate a Deposit:

https://app.kontigo.lat/transaction?type=deposit
Description