A AndroidMadhu Active Member Licensed User Dec 25, 2020 #1 Hello, While trying to implement Razorpay Payment gateway I am stuck at the below Details : How Do I implement OPEN function in B4A using JavaObject. Please advice. Thanks
Hello, While trying to implement Razorpay Payment gateway I am stuck at the below Details : How Do I implement OPEN function in B4A using JavaObject. Please advice. Thanks
DonManfred Expert Licensed User Longtime User Dec 25, 2020 #2 Use okhttputils2 and communicate with their Rest-Api. No need to wrap anything. API Reference Guide Generate API Keys in Test and Live Modes, check error responses, parameters and other APIs. razorpay.com Upvote 0
Use okhttputils2 and communicate with their Rest-Api. No need to wrap anything. API Reference Guide Generate API Keys in Test and Live Modes, check error responses, parameters and other APIs. razorpay.com
A AndroidMadhu Active Member Licensed User Dec 26, 2020 #3 DonManfred said: Use okhttputils2 and communicate with their Rest-Api. No need to wrap anything. Click to expand... @DonManfred .... I got your point. But by any chance if I want to implement the OPEN function in post #1, in B4A, how do I do that? Do I need to wrap the same before implementation at B4A. Please advice Thanks Upvote 0
DonManfred said: Use okhttputils2 and communicate with their Rest-Api. No need to wrap anything. Click to expand... @DonManfred .... I got your point. But by any chance if I want to implement the OPEN function in post #1, in B4A, how do I do that? Do I need to wrap the same before implementation at B4A. Please advice Thanks
A AndroidMadhu Active Member Licensed User Dec 28, 2020 #4 DonManfred said: Use okhttputils2 and communicate with their Rest-Api. Click to expand... @DonManfred ..... okhttputils2 is not working as expected.... Could you please provide a sample code for okhttputils2 working with razorpay? Please advice Thanks Upvote 0
DonManfred said: Use okhttputils2 and communicate with their Rest-Api. Click to expand... @DonManfred ..... okhttputils2 is not working as expected.... Could you please provide a sample code for okhttputils2 working with razorpay? Please advice Thanks
Erel B4X founder Staff member Licensed User Longtime User Dec 29, 2020 #5 AndroidMadhu said: okhttputils2 is not working as expected... Click to expand... The problem is not in OkHttpUtils2. Upvote 0
AndroidMadhu said: okhttputils2 is not working as expected... Click to expand... The problem is not in OkHttpUtils2.