I need to develop a cross-platform application with iOS and Android in Flutter, for this I need to integrate payment checkout, with the MasterCard payment services API.
This is the documentation
https://evopaymentsmexico.gateway.mastercard.com/api/documentation/apiDocumentation/rest-json/version/65/operation/Hosted%20Checkout%3a%20Initiate%20Checkout.html?locale=es_MX
https://evopaymentsmexico.gateway.mastercard.com/api/documentation/apiDocumentation/checkout/version/65/api.html?locale=es_MX
The documentation gives us an example such as the integration with various programming languages such as PHP, CSharp, Java, Ruby and NodeJS(V.4).
I need to know if the integration with Flutter can be done.
(If it's not possible with Flutter, could it be with React Native?)
Community would greatly appreciate it.
Find out if the service exists
Related
I want to make a interview app with services like group calling for chatting involving multiple users, for android and ios using Azure Communication Services in Flutter.
There is no direct sdk in flutter for azure communication services.
As I solution I have to write custom platform specific code for android and ios, official documentation.
There are platform channels to communicate between native and flutter, I am not able to get started with them and how to use them to communicate, and send streams to native code. There are very less examples available regarding platform integration. Any help appreciated.
Especially the event channels, it will be better if i can stream camera feed from ACS Call object and render it on the dart ui?
Abbr: ACS -> Azure Communication Services
I have tried to follow offical documentation but not able to use it well because is are not much detail also I am noticing same example almost everywhere, so I need a better material to follow.
I am developing an demo application to integrate Amazon Pay In android application. Is there any proper documentation for the same. Thanks in advance
For using Amazon Pay in a mobile app, I'd recommend you to create a (or re-use an existing) web-based Amazon Pay integration as described in the official documentation. For most scenarios the "One-time payments" guide will be the integration guide you want to refer to. You would simply call this web page then from the Android app (or iOS app, or whatever) and send the buyer back to the app after the payment has been completed.
As the integration is independent from Android in this scenario, you can of course use any programming language you prefer. Using PHP, Java, C# (or other .NET languages), Ruby or Python is recommended though as there are officially supported SDKs available for those.
For other "in-app" integration options, you should contact Amazon Pay directly.
Sorry, i know its not programming or code related question.
Anyone here integrate Janrain in their mobile solution. Janrain has mobile app SDK for iOS and Android but we don't want to include external SDK/Library.
Can we achieve all functionality/features using Janrain RESTFul API? e.g. Login, Social Login, Registration..
Or it is mandatory to have janrain SDK in mobile app?
Please share janrain integration detail in you have in your application.
It is not mandatory to have the Janrain SDK in your mobile app. The Janrain Mobile SDK is really just a library of code that interacts with the Janrain OAUTH RESTful API endpoints.
http://developers.janrain.com/rest-api/methods/authentication/oauth/auth_native/
The Mobile SDK does make handling the Social Identity Provider interactions a little simpler but in general these are all using Social Login endpoints as well. Not all of the Social Login endpoints are fully documented for "build-your-own" development. However, if you look at the Mobile SDK source code and spend some time understanding the sample application that comes with the Mobile SDK then it should be pretty easy to reverse engineer what endpoints are being used.
If you are working for a Janrain Enterprise customer then you should contact your account manager to see if you can get some official assistance and perhaps additional information that isn't found on the web site.
Have done some exploration on available payment gateway APIs for Android and came across 3 whose names cropped up quite a lot:
1) PayPal
2) Stripe
3) Braintree
But my requirement is Billdesk Payment Gateway integration in an Android app. After doing quite a lot of googling and reading blogs, I still have no evidence of Billdesk being used in mobile apps. In fact, even for desktops could find only a couple of links describing how Billdesk payment gateway can be integrated with desktop apps.
So my questions are, can Billdesk payment gateway be integrated with Android apps? If so, can anyone please provide the appropriate info, links?
And if so does Billdesk have a mobile optimized payment gateway or Android compatible API? And is the web services same in that case(Payment request format and response format)?
Sorry for so many questions, but am unable to find a definitive answer so far.
The solution i have used so far is through a web view in android and similar web window components for desktop applications in java swing and vb.net. Actually we just call the web part on the device or desktop application which works same as the web api.
I want to intagrate paypal into my android app, for that, I have integrate the paypal android sdk, but it doesn't fit to all my needs, because I need to custome langage and alert and so on
for that I am wondering if I can integrate the resp api sdk php of paypal into my android app and create my own view in android and communicate directly with my php server which in turn will communicate with paypal server
here is the php rest api here
what yould you advise me
thank you in advance
What is it that the PayPal Android SDK does not do for you, and/or what language do you need that we do not support? We have a pretty extensive set of languages for you to localize with.