How to Integrate Braintree to Dear Systems - api

Can Braintree can be integrated with Dear Systems? I would like to ask anyone to give me some advices, suggestions, documentations or sample of implementations on how to integrate BrainTree in Dear Systems.

Dear Systems is an inventory management package. Braintree is a payment processor. So you would integrate both of those into an ecommerce platform (not one with the other). For example, Dear has integrations with Shopify and Magento, as does Braintree. So you'd want to pick and ecommerce system that has prebuilt integrations for both these components and go from there.
Here's Dear's integration page:
http://dearsystems.com/inventory-software/partners/
and here's Braintree's: https://www.braintreepayments.com/features/third-party-integrations
(Although Braintree's list is only partial, since so many small e-commerce platforms have integrated with them.)

Related

How to integrate Sagepay iOS SDK

According to my application requirement, I need to integrate the Sagepay ios SDK, but on the Sagepay website, they don't provide any official document or flow also.
I try and get some code in the objective-c mode in here
https://github.com/ColorsSoftwarePvtLtd/SagePay-iOS
Please refer to me any SDK example codes in Swift or already existing links.
That looks like a third party project I reckon that's not an official SagePay supported SDK.
If app integration is extremely important to you, don't use SagePay and instead use modern providers like Stripe/Braintree/Adyen who generally provide SDKs and have better documentation / examples.
The support for mobile payments from SagePay is painful. We asked them for a ApplePay / GooglePay integration back in 2017 and they said then that they "are working on it". We've since gone with a different provider for those types of payments, and we're quite glad we did otherwise we'd still be waiting 2.5 years later.
At the moment for classic card payments we submit payment details to SagePay and then go to a WebView for 3-D Secure, which we've had to manage in our apps. There is unfortunately no nice SDK to use. For iOS there is this https://github.com/brightec/3DSecureView which helps somewhat with that.
HTH.

Connecting to QuickBooks using API

I need some guidelines here. I am creating an online booking system for my client that interfaces with QuickBooks on their internal network (desktop QuickBooks, not online).
Do I need to go the full "publish app" route? I do not wish to sell this app in the marketplace. This is merely a custom booking system designed and paid for by the client. It seems like I need to "publish" the app in the marketplace for them to be able to use it.
Are there ways around this?
Update 06/23/2015 - To connect to a desktop QuickBooks installation the SDK with the Web Connector is now the only recommended approach. Intuit is removing Intuit Partner Platform (IPP) integration to desktop QuickBooks.
For the SDK/Web Connector, you don't need to go through any publication process or anything like that. Just build the solution, and connector your client.
There's a pretty good overview of how the QuickBooks web connector works on our QuickBooks wiki.
The QuickBooks SDK download also includes a huge PDF with detailed documentation about how to implement SDK/Web Connector applications as well.

Programmatically pushing data to Quickbooks Online?

Our company uses Quickbooks Online to track our books. When our application bills a customer, it would be nice to have that information recorded automatically in QB rather than logging in to QB Online to fill in the info.
Is there a way to accomplish this using Quickbook's APIs? The Intuit developer information is very confusing; it is mainly oriented towards extending the desktop version of Quickbooks or developing apps to publish in Intuit's app store.
Have you successfully created a web or other service-side app that was able to pull data to or from QB Online?
If you're building a one-off application, the QuickBooks Online qbXML gateway is the way to go. It's a pretty simple POST-your-XML-requests-over-HTTP sort of interface that gives you access to a large chunk (but not all) of the functionality within QuickBooks Online.
If you're building a SaaS application, then you should be looking at the Intuit Partner Platform instead. It sounds like you're building a one-off app for your company, so we'll focus on that:
If you look on my QuickBooks integration wiki there are some example qbXML requests to show you how to sign on, and how to POST qbXML requests to the QuickBooks servers.
You don't specify a language, but if you're using PHP, then try out my open-source QuickBooks PHP DevKit (look at docs/example_online_edition.php and docs/example_raw_online_edition.php in the .zip nightly builds).
You'll want to use the QuickBooks OSR for qbXML reference. The QuickBooks SDK also has 40+ pages specifically about QuickBooks Online Edition that you should probably review.
The Intuit Developer Forums are another good resource.

does osCommerce have an API?

We work on a lot of integration projects and a customer has a legacy ecommerce site and have asked us to integrate product information, orders and inventory with another platform.
Does osCommerce have an API that can be used for this, or will we need to build our own web services based wrapper for the dB?
No, not that I know of.
I think you'd need to find one online (never heard of one) or build one yourself.
http://www.bizmovi.com
It seems come with demo site.
API written in PHP for osCommerce, adaptable any client platforms which allow to rapidly mash-up existing osCommerce with iOS, Android, Windows Phone, Blackberry, WebOS, Symbian, Bada, etc.

Integrating First Data (previously YourPay and LinkPoint) payment gateway with custom ASP booking system

I’m trying to integrate a simple booking system (developed in ASP) with this payment gateway: https://www.firstdata.com/
My site is hosted on a shared server and I was hoping to pass the transaction details to firstdata and have all the secure data entered and processed on their system (as in a Form Purchase token type model).
However, I'm having trouble ascertaining whether that's possible on Firstdata, the documentation is complicated and I'm not getting much response from their technical support. Ideally I'd like a test store integration example, but I can't find this on their site.
Does anyone have any experience of integrating this payment gateway using ASP, and if so any help they can offer?
Many thanks,
Lucy
FirstData is the worst for support and integration.
I have experience w/ integrating them w/ perl, so that probably doesn't help much, sorry. But just letting you know its basically trial and error, there tech support is of no help.
I have done the LinkPoint and YourPay gateways. Both required a COM object, so a DLL must be installed on the server. Is your host willing to install that DLL and incur a possible reboot for your site, or do they already have it installed?
If they have it installed, there will be sample .asp integration examples from FirstData, but you have to sign up for a developer account. Once you get their example and if you have any further questions on how to do it, please update your question here and we will work through it.