diff --git a/README.md b/README.md index 4d5f0b5..5883476 100644 --- a/README.md +++ b/README.md @@ -40,3 +40,6 @@ Quick guide on how to get started with common Frontend and Backend framework [Comparison Flutter-ReactNative](https://nix-united.com/blog/flutter-vs-react-native/#:~:text=React%20Native%20is%20a%20mobile,%2C%20Mac%2C%20and%20Web%20application) +## Razer Pay UAT + +* [Setup for UAT app](./uat/README.md) \ No newline at end of file diff --git a/uat/README.md b/uat/README.md new file mode 100644 index 0000000..09f40fe --- /dev/null +++ b/uat/README.md @@ -0,0 +1,29 @@ +# Razer Pay UAT + +* Create google account using @razer.com + +* Pass the info to software engineering lead (@Shawn Thye) to activate firebase account link + +* Download the android UAT app + +* SignUp with any mobile number + +* For OTP, use this [link](https://admin-uat.pay.razer.com/getOTP?phoneNo=601xxxxxxx) + + ```http + https://admin-uat.pay.razer.com/getOTP?phoneNo=601xxxxxxxx + ``` + + + +* Once registered, perform eKYC. Request admin portal access from backend lead (@Harish Kumar) to understand mini App setup + +* Top Up Balance using this [link](https://admin-uat.pay.razer.com/reload?phoneNo=601xxxxxxxx) + + ```http + https://admin-uat.pay.razer.com/reload?phoneNo=601xxxxxxxx + ``` + + + +* Enjoy UAT testing \ No newline at end of file