i am working on global payment gateway, i need some help in POS, i want to test swipe functionality with sandbox account, is there anyone who knows about this, any help will be really appreciated.
Related
I've searched the entire internet to look for any reference on how to create a Credit card payment method. I guess, even if you guys send me some tutorial, I'm pretty sure I've seen 'em already.
I heard that Magento is starting to deprecate the direct Credit Card payment to its future updates, just for a better security. The thing is, I'm currently using the Magento version 1.9.4.2 which the CC payment can still be implemented.
Can you guys send me a code to make a module of CC payment? Thank you in advance
BTW, this is one of the many sites out there that I found https://code.tutsplus.com/tutorials/create-a-custom-payment-method-module-in-magento-part-one--cms-23464
I was desperately trying to implement the paypal payment in my website without actually redirecting to paypal's website. I need to stay on my website and send the card and personal details to the paypal and receive the response. I read some the documents in the paypal's site like adaptive payment etc. But it only left me more confused and are less informative for me. Is there actually any way to do it? can someone shed some light on this..?
I know this question has repeated in stackoverflow. But i'm posting this, just to get an advice as i have messed up all the things about this topic and i don't have any correct idea of what i'm doing.Please guide me.I will be very grateful. I'm just a beginner to programming. I'm developing a web site, Which can post advertisements by customers about vehicles. and whenever a customer posted a ad, if he/she needs to make that posted advertisement to be appear at the top of the website, he/she can pay a fixed amount of money and make that advertisement the top ad. So for this task i need to ad a payment gateway which can accept credit card payments.
I have created a sandbox account in paypal developer site and also have upgraded it to paypal pro account. and also i watched so many tutorials on this, but now i have messed up with all those tutorial information and i don't have correct idea about how to do this. In some tutorials there linking the paypal account with paypal manager etc. I'm messed up with all these things and i don't know what purpose they are creating this paypal manager etc. According to my knowledge i think, To accept credit card details paypal payment pro account is used. So please anyone can give me a guide to how to begin to do this task. and if anyone can please show me a any step by step tutorial to achieve this task.
please guide me.
I will be very grateful for any help :-)
If you are using Paypal to validate payment, normally you just have to use the PayPal API.
Official documentation is good : Paypal SDK
Hope it can helps you.
EDIT : Here, examples in PHP, very simple.
I am creating a PHP website. Here a portion is customer can pay to website owner from paypal,visa and master card(debit/credit). If transaction successful customer will get a confirmation notification and website owner will also get a confirmation notification.
I did not a work like online transaction before!! What is the best and secure way to do this?
Any help or source code is highly appreciated!!
Take a look at the Paypal API.
for paypal you need to Set up a business account with PayPal and read the documentation for their Express Checkout integration.
for visa and mastercard please check this answer
Hi
Can someone please explain me if "PayPal recurring payment" and "Paypal subscription" are the same thing?
Like I am working on a monthly membership payment integration with php and paypal. What I need to do is make this go on forever until the member decides to opt out. I am using this class found at www.micahcarrick.com/php-paypal-ipn-integration-class.html for the integration.
In the class you can mention like for how long you would like to make it as recurring payment but there are no options to make it go forever like a monthly subscription thing. Please help!
Many thanks in advance and I really appreciate your help :-))
These are not the same thing. A standard PayPal account can create subscriptions but not recurring payments. If you plan to use IPN as your only integration, you need to create subscriptions, not recurring payments. You do not create them programmatically, you just generate a subscription link and the buyer creates the subscription on the PayPal website.
Recurring payments are part of one of the APIs accessible to PayPal Website Payments Pro accounts.