CCAVENUE Payment Gateway integration with Android app [duplicate]

大城市里の小女人 提交于 2019-11-28 18:23:31

We are using CCAvenue w/an app in android. You need to request for the Android Integration Kit in addition to your test account credentials such as: MerchanId, Access Code, Encryption Key, from CCAvenue then you can do a "Seamless" integration with your Android App. Next, you will need to follow this data flow:

  1. Request for payment options from Mobile App to CCAvenue
  2. JSON data with payment options returned
  3. Request for encryption key from Mobile App to Merchant server
  4. Request for encryption key from Merchant server to CCAvenue
  5. Dynamic encryption key returned
  6. Encryption key sent from Merchant server to Mobile App
  7. Transaction with encrypted data sent from Mobile App to CCavenue
  8. Processed transaction status returned to Merchant server
  9. Transaction status pulled by Mobile App

Hope this helps!

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!