payment_bridge

Last updated:

0 purchases

payment_bridge Image
payment_bridge Images
Add to Cart

Description:

payment bridge

Single package to manage payments from various proivders like RazorPay, Paytm
Example #
PaymentBridge paymentBridge = PaymentBridge(
razorpay: {
'key': 'rzp_live_########',
'testKey': 'rzp_test_########',
},
);

paymentBridge.create(
amount: 100,
name: 'Alice Bob',
description: 'Registration Charges',
mobile: '+919876543210',
email: '[email protected]',
).then((payment) async {
// print(payment.json);
// {
// 'id': id,
// 'time': time,
// 'amount': amount,
// 'status': status,
// 'orderId': orderId,
// 'signature': signature,
// }
});
copied to clipboard
Supported Providers #

RazorPay : Android, iOS, MacOS, Web, Windows
Paytm : Under development
Stripe : Under development

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.