How to connect my magento to the bank account - magento

I have a magento installed and ready to go, the only thing is I cant do a actuall transaction and get the money from my bank. any help would be appreciate.

You need to get a merchant account. There are numerous providers of these, but be very careful, the legal and financial pitfalls are as numerous as the providers.
You will probably find some interesting reading on sites like Merchant Maverick: http://www.merchantmaverick.com, their discussion of "Liquidated Damages" should be required reading for all online merchants.

Peter's answer is required reading, but if you'd like to get started quickly Paypal is built in and offers a great integration into Magento. This should help you get started (of course you'll need to sign up for a Paypal account and link it to your bank): http://www.magentocommerce.com/knowledge-base/entry/setting-up-paypal-for-your-magento-store/

Related

Product synchronization in yahoo auction japan

I have a ecommerce app in laravel from where i want to add/edit/update/delete product in http://auctions.yahoo.com. I have searched their api http://developer.yahoo.co.jp/webapi/auctions/ but no luck. So my question is anybody has idea of product synchronization in yahoo auction if yes then please help me answering your experience. Thankyou.
There are some APIs not listed there(e.g. add item). Those API requires individual contract with YahooJapan, and those contracts are open only to the corporate at this moment. Once you made the contract with them, they will disclose all the necessary documents for you.

Laravel & complete Paypal/payment solution

So I'm trying to implement a payment solution for my website and after quite a bit of research, I'm still lacking a complete solution. I'm running Laravel 5.0 and need general shopping cart payment functionality. I thought I would post this to try to create a reference to help others that may be having this issue. I got as far as getting test transactions into the Paypal sandbox and that's where the brick wall has seemed to come in, but a complete overview would be helpful. I’ll list my issues that I need to overcome in order to issues some run into.
Issues needing to be resolved to complete the payment solution implementation
My biggest issue with what I've seen has been receiving the
notification of successful payment processing back, but I'll walk
through what I've seen thus far. I'm not sure how to set up a listener or other methods of detecting a correct payment processing
Dealing with Credit Card information when I’m trying to avoid it
for the time being – I’d like that to be done on the gateway website
Potentially kicking off some of the calls to these APIs in Laravel
when the user checks out
I’m trying to move items to my server, but the development is being
done locally which creates an added issue
The options
There’s simply Paypal
I’ve taken the basic form implementation as far as getting payments into Paypal, but I can’t seem to get payments out. I’ve tried the returnURL and that doesn’t seem to work
I do not necessarily like this option because it seems to be leaving a lot of information in the form that would seem to be better kept private on the server
I’d like to use something complete on git but I seem to find the documentation incomplete
https://github.com/thephpleague/omnipay-paypal
--Not sure how to implement this in laravel
https://github.com/ignited/laravel-omnipay
--doesn’t appear to be being used
https://github.com/net-shell/laravel-paypal
https://github.com/anouarabdsslm/laravel-paypalpayment
--The card information is not intuitive here as that’s what going to
paypal’s supposed to manage
It would be nice to use Paypal express but I don’t see a ton of resources specifically for that.
There's Aimeos.
I don't necessarily feel safe with manually implementing the vsrf
protection and it doesn't seem to offer that much more on the payment
front than
I’m open to others that are complete and charge similar fees to Paypal
Stripe doesn’t work for me. I’m not doing a basic subscription
Any complete thoughts would be greatly appreciated as documentation left short has caused issues in this case. Thanks!
This PayPal PHP SDK will make all of the PayPal classic API calls very quick and easy for you. It's available on Packagist/Composer and can be applied to Laravel very easily.
It supports Express Checkout, Payments Pro, Invoicing, Transaction Search, Transaction Details, Refunds, etc.
This is done in Laravel 4, but I had begun this "PayPal Glass" project a while back to show how the class library / sdk can essentially replicate everything you can do within a PayPal account. Here it is running on my local test server.
So yeah, that SDK should be able to handle everything you need to do with PayPal inside a Laravel project.

Is it possible to build this app for Quickbooks?

I use intuit merchant services - customers pay me with credit card after I send them an email with a link to pay, and everything works with no problem. However, my problem is that the link webpage structure is very outdated and some customers have told me that it doesn't look trustworthy, which I have to agree.
Is there any solution to this, like creating a user interface or a app that I can actually have developed to make this links a little bit more to look like my website so customers don't feel they ever left my website?
Thanks.
You should be careful with this idea. I am not a legal professional and am in no way attempting to give legal advice, but doing what you are suggesting can be illegal in some cases. Some sites disguise their payment screens in a similar way for malicious purposes in a manner called phishing, and there may be little legal differentiation between doing so with good or ill intent.
I don't think this is possible but here is what you actually can do:
Ask your Payment-Website about an API, then you might be able to change the layout.
Inform your customers about the situation and that they will be redirected of whatever you do.
Get a SSL-Cert for your website.
Find another way to receive payments in a trustworthy way

CCAvenue and Magento

I would like to know when CC Avenue API is integrated with Magento v1.7.02, how does the user interface looks like? Does it offer options like Credit Card, Debit Card, NetBanking or just simply redirects to CC Avenue website for payment?
PS :The API i'm refering to is the one provided by CCavenue and not the one available on magento commerce by junaid bhura.
here i can suggest you one free magento extension.
It is already available at magento commerce Also see pain one you can also read more information at this module description. And as per i know it is only supporting credit and debit card. currently it is not supporting net banking as per my knowledge with this extension.
just go throw carefully.
i am not promoting or any company's extension here also i am not associate with any of the concern person of this extension.
hope this will sure help you.

How to redeem credit points assigned to the customer in magento

I have a requirement where I want credit points to be used by the customer for future purchases. I have issued credit points to a customer account using Admin on my testing server but I cannot redeem those points using the customer account...
I have found some extensions that say they provide this functionality but I dont wanna pay for something which maybe inbuilt in magento.
Please guide, google doesn't seem to have any answers on this one...
I do not believe that this is a built in feature of Magento. I've had to do a ton of research on this - and it appears that plugins had to be made to make this possible.
One specifically that we found is: Customer Credit Extension
It seems to cover everything you need to do. Good luck!

Resources