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.
Related
In a project I need to integrate PayPal BillSafe as payment gateway.
I visited the official website for it https://www.billsafe.de/
The problem is that the site is in German, even documentation is also in german.
I don't need anyone to translate but after reading comments in SDK, I just needed to know about following methods of billsafe what they are for and what they will do.
List is as follows:
prepareOrder
getTransactionResult
getPaymentInstruction
reportShipment
updateArticleList
getTransactionId
getPayoutStatus
getAgreedHandlingCharges
reportDirectPayment,
setOrderNumber
setInvoiceNumber
getArticleList
pauseTransaction
prevalidateOrder
getSettlement
revertReportShipment
processOrde
These methods/options are provided to do payment but what it exactly does is not clear to me! Any help is appreciated.
I have no experience in integrating Paypal, so I'm sorry if my questions seems a little bit odd..
I have tried for the last 48 hours to read Paypal API docs, but I can't figure out how to achieve what I'm looking for:
I want to use the chained payment option on my website,
but I don't want to host the purchase form etc on my website,
I want to put a purchase button that will redirect to paypal's payment page, where there will be two options:
- Pay with Paypal account
- Pay with credit card
can anyone reference me to what should I do?
thanks..
Read through the Adaptive Payments developer guide, and then take a look at the Pay API specifically.
I've got a website selling second hand things as ebay.
I want to integrate Paypal on my website, but I don't want to get the money.
I just want that a buyer pay the seller using Paypal.
Do you know how to integrate that ?
Thinks, and please excuse my french english !
Personal accounts do not offer any integration or verification features, but you can point them to the correct PayPal page by populating a link with appropriate data:
https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=recipient%40email%2ecom&lc=US&item_name=test123&item_number=123&amount=50%2e00¤cy_code=USD&button_subtype=services&no_note=0&tax_rate=5%2e000&shipping=10%2e00&bn=PP%2dBuyNowBF%3abtn_buynowCC_LG%2egif%3aNonHostedGuest
Also see: PayPal Buttons
I have a database where you can select articles etc, users have an account, it's all in mysql and php (i guess you don't need that code).
What i was wondering was how to write a script that allows users to pay online for the articles they selected?
It doesn't need to be any code, just ideas / hints / tips / ... (that are doable in PHP or something similar)
Thanks in advance!!
-Samuel
You have to do that through a service that collects money, such as paypal or a bank.
You make an account there, and they will provide the necessary files and documentation to do that.
Usually it will mean
when the user wants to pay, you redirect them to a specific page in the payment site
you host an IPN (Instant Payment Notification) file where that site will contact you when he receives a payment
I've done some paypal coding before and it is easy to set up, suggest that you should search for payment gateway that, i've work with ipay88.com before its one of payment gateway at my place.
Usually if you setup the paypal for the business transaction you will need to register as merchant account and they will charge you per transaction, same goes with payment gateway.
It is a very broad question. But basically you need to integrate some payment module, such as paypal. Look at their website, where there are tutorials on how to get it working with php.
i have an idea about how pay-pal works but not an expert.
I'm asked to implement online banking (using PHP) through PAY-PAL in my page.
I've no idea where to begin.
No introductory sites where found by 'googling'.
Is web-service needed for this implementation?
Any site for beginners will do.
Thanx all.
check out this link
Read this section
Using Merchant Services
You will get basic info of
Adding PayPal to my website
Website payments
Subscriptions
Email payments
Coupons