Industry's first and only truly native mobile payment SDK. Scale your app with high-performance crypto checkouts that feel right at home on iOS and Android.
Eliminate the lag associated with web-based payment windows. Our native SDK communicates directly with mobile OS APIs for instant response times.
Secure, hardware-level encryption and native network security policies protect your users' sensitive data better than any browser-based solution.
flutter pub add orvex_payPub.dev import 'package:orvex_pay/orvex_pay.dart';
// Initialize client
final client = OrvexClient(apiKey: 'YOUR_PUBLIC_KEY');
// Trigger native payment modal
final result = await OrvexPayment.showModal(
context,
invoiceId: 'INV-12345',
);
Our SDK is open-source and maintained by a community of high-level contributors. Find detailed documentation, examples, and full code.
View on GitHub