我需要为ccAvenue做支付网关集成。颤振依赖于Razorpay,Paytm等,但它不依赖于ccAvenue。如何为我的颤振应用程序打开ccAvenue网关。有人能建议我怎么做吗?
发布于 2022-09-06 09:37:54
您可以尝试使用此包大道。
CcAvenue.cCAvenueInit(
transUrl: 'https://secure.ccavenue.com/transaction/initTrans',
accessCode: '4YRUXLSRO20O8NIH',
amount: '10',
cancelUrl: 'http://122.182.6.216/merchant/ccavResponseHandler.jsp',
currencyType: 'INR',
merchantId: '2',
orderId: '519',
redirectUrl: 'http://122.182.6.216/merchant/ccavResponseHandler.jsp',
rsaKeyUrl: 'https://secure.ccavenue.com/transaction/jsp/GetRSA.jsp'
);https://stackoverflow.com/questions/66849093
复制相似问题