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
-
Onboard users
Embed the Kontigo checkout as a WebView inside your app or platform to onboard users. -
Confirm users
Verify the user’s onboarding status and retrieve their wallet balance. -
Start a transaction
Use deep links to launch deposit, transfer, or withdrawal flows. -
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

Updated 13 days ago