I have received the merchant id test api key from Ccavenue i just want to know how i can integrate Ccavenue with angular Js website. Screens required
相关问题
- angularJS: ui-router equivalent to $location.searc
- Separate AngularJS Controllers Into Separate Files
- Angular ngAnimate not working first time on page l
- Ionic Spinner not showing up
- Upload file to Google Cloud Storage using AngularJ
相关文章
- Passing variable through URL with angular js
- Watch entire object (deep watch) with AngularJS
- Angular ng-if change span text
- Can ng-show directive be used with a delay
- AngularJS $routeParams vs $stateParams
- Multiple parameters in AngularJS $resource GET
- How to set class/style of accordion heading in Ang
- PUT to S3 with presigned url gives 403 error
For Angular 2+, You may check this article https://medium.com/@daveinside/integrating-ccavenue-in-node-js-angular-5-b9de44091062
I wrote this answer as there is a lack of help for Angular 2+ based CCAvenue Integration. Good Luck!
1) You can use non-seamless integration from integration kit(ccavenue provides it for different framework line)
2) At server create "encRequest" (encrypted form values using working key) and send to client along with accessCode
3) In your angular controller call your API which will return encRequest and accessCode
4) Once you get encRequest and accessCode follow following code
5) In your view add div in which you can render the html
6) It will redirect you to payment gateway form and after processing transaction it will return response string which you can process(decrypt the encrypted data of ccavenue response) at server side and display that data using URL based routes of that data