Android App Development
iOS App Development
Flutter App Development
Cross Platform App Development
Hire on-demand project developers and turn your idea into working reality.
Big thanks to Webkul and his team for helping get Opencart 3.0.3.7 release ready!
Deniel Kerr
Founder. Opencart
Top Partners
Updated 26 October 2021
Sometimes we require to integrate an application with Payu payment gateway . for this, we require to follow some steps.
1: There are two ways to integrate with Payu .( seamless and non-seamless(inbuilt UI part)).
2: Here I am defining about non-seamless Integration.
3: Go to that Url and download their SDK. https://github.com/payu-intrepos/Documentations/wiki/8.-iOS-SDK-integration
4: Drag Payu folder in your Xcode project.
5: do some changes in the project.
libz.tbd
-ObjC
6: In AppDelegate.h add the below property
@property (weak, nonatomic) UIViewController *paymentOptionVC;
7: suppose you want to integrate into some class lets checkout class (example)
8: do some changes in .h file of checkout class
#import <UIKit/UIKit.h>
#import “PUUIBaseVC.h”
@interface checkout: PUUIBaseVC
9: Here I am giving .m file of checkout class .
10: above value is dummy data for testing purpose.
11: Now I am attaching two file for generating Hash Value , here i am using for only dummy checking so if you want to configure for live payment then you have to write your server file for generating HASH VALUE.
live: https://github.com/payu-intrepos/Documentations/wiki/4.-Server-Side
12: Now its works fine and you can set according to your need.
Your email address will not be published. Required fields are marked*
Name*
Email*
Save my name email and website in this browser for the next time I comment.
We use cookies to personalize your experience. By continuing to visit this website you agree to our use of cookies. Learn more about privacy policy
Name
Email
Subject
Enquiry or Requirement
If you have more details or questions, you can reply to the received confirmation email.