This guide walks you through creating your first payment using Carbn’s payment infrastructure. Before initiating payments, ensure your users have completed onboarding and have active status.
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 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.
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 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.
Limited Visibility: No tracking until funds arrive - you only know when money lands
No Amount Control: Users can send any amount, not necessarily what was requested
Payment Uncertainty: No way to know if/when users actually make the transfer
Delayed Monitoring: Can only monitor after funds are deposited, not during transfer
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 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.
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
Important: The QR code has an expiration time. Users must complete the payment before the expiry_time. After expiration, a new QR code must be generated.