Prerequisites
Before you can create payments, you need:- Active Users: Users must have
activestatus after successful KYC verification - Registered Accounts: Users need registered bank accounts or wallets
- API Authentication: Valid API key with payment permissions
Users with
under_review, rejected, or incomplete status cannot initiate payments.Steps to make your first payment:
Register Destination Account
Before initiating transfers, users need registered destination account (bank accounts or wallets).
Register Bank Account
Register Bank Account
Register Wallet
Register Wallet
Initiate Onramp Transfer
Now that you have registered a destination wallet, you can initiate an onramp transfer (fiat to stablecoins). Carbn Connect supports multiple methods for onramp transfers:
Open Banking Transfer
Open Banking Transfer
Open Banking provides better visibility and user experience. The deposit links guide users through the payment flow without leaving your application, giving you full control over the user journey.
Regional Availability: Open Banking is currently available for onramp transfers in US, EU, and UK.
Country Codes Filtering: The
country_codes parameter is optional. When not provided, all supported bank countries for the user are available. When provided as an array of ISO 3166-1 alpha-3 country codes (e.g., ["SWE", "NOR"]), only banks from the specified countries will be shown in the payment flow.Open Banking Benefits:
- Better Visibility: Full payment tracking and monitoring throughout the process
- Enhanced UX: Users never leave your application during payment flow
- Real-time Updates: Immediate payment confirmation and status updates
- Amount Control: Exact amount validation and processing
- Seamless Integration: Embed payment flow directly in your app
- Lower Fees: Reduced processing costs compared to traditional methods
Virtual Account Transfer
Virtual Account Transfer
Virtual Account method serves as a fallback option or for payment methods not supported by Open Banking. It generates unique bank account details that users can transfer money to from any bank. However, it provides limited visibility - you can only monitor once funds are deposited, with no tracking of when users initiate payments or control over transfer amounts.
When to Use Virtual Accounts:
- As a fallback when Open Banking is not available
- For payment methods not supported by Open Banking
- When users prefer traditional bank transfers
- For regions outside US/EU/UK where Open Banking isn’t available
QR Payin (PHP)
QR Payin (PHP)
QR Payin is available exclusively for PHP (Philippine Peso) transactions. This method generates a QR code that users can scan with their mobile banking app to complete the payment. The QR code has an expiration time and must be used before it expires.
Regional Availability: QR Payin is currently available only for PHP currency transactions.Minimum Amount: The minimum transfer amount for QR Payin is 400 PHP.
QR Payin Benefits:
- Convenient: Users can pay by scanning QR code with their mobile banking app
- Fast Processing: Payments are processed quickly once scanned
- Mobile-Friendly: Ideal for mobile-first payment flows
- Secure: Uses standard QR payment protocols
What’s Next?
Monitor Transfer Status
Track transfer states and understand the complete payment lifecycle
Configure Webhook
Set up real-time notifications for payment status updates