Overview
Pay-ins allow you to receive funds from your customers into your Basqet balance.
A pay-in involves a customer sending money (crypto or fiat) to a Basqet-generated payment destination. Basqet monitors the transaction, confirms it, and updates you of its status through webhooks and APIs.
You can accept Pay-ins either by using Basqet’s hosted payment flows or by integrating directly with the API for a fully custom experience. Using the API gives you the flexibility to support different customer journeys while maintaining a single integration.
Basqet enables you to securely accept payments from multiple sources, allowing your customers to pay using supported cryptocurrencies and fiat currencies.
Pay-ins can be used for:
- Customer payments
- General collections
- Order checkout
- Subscription or invoice payments
Basqet handles:
- Address generation
- Transaction monitoring
- Status transitions (initiated → pending → successful / underpaid / overpaid / abandoned)
- Webhook notifications
What You Need to Receive Pay-ins
To start receiving Pay-ins, you’ll need:
- A verified Basqet merchant account
- API keys for the selected environment
- A configured webhook endpoint to receive payment updates
Supported Pay-in Currencies
Basqet currently supports receiving payments via:
- Crypto Payments
Customers pay by sending crypto to a Basqet-generated wallet address on supported blockchain networks.
Supported Cryptocurrencies
| Currency | Network |
|---|---|
| USDT | BEP-20 (BNB Smart Chain) |
| BTC | Bitcoin Network |
| QDX | BEP-20 (BNB Smart Chain) |
| Ethereum (ETH) | BEP-20 (BNB Smart Chain) |
| LTC | Litecoin Network |
| USDC | BEP-20 (BNB Smart Chain) |
- Fiat Payments (Coming Soon)
Customers pay using supported fiat currencies, depending on availability and region.
Supported currencies and networks can be retrieved dynamically using the Fetch Currencies API.
Pay-in Methods
Basqet provides multiple ways to create and manage Pay-ins and they include:
Checkout SDK
A hosted payment iframe/widget where customers are redirected to from your own platform to complete payments. This is best for: Fast integration, a Low technical setup, and for easy integration into your Web and mobile apps.
Payment Links
No-code, shareable links that allow customers to pay without requiring an API integration on your frontend.
Best for:
- Invoicing
- Social commerce
- Small businesses
API
Programmatically create and manage Pay-ins using Basqet’s APIs for full control over the user experience.
Best for:
- Custom checkout flows
- Embedded wallets
- Advanced reconciliation logic etc.
Updated about 10 hours ago