PayPal to differents accounts - paypal

i want to make a website where a seller can create his products and the buyer can pay directly to his paypal account. i know how to use the IPN notification for a lonely business account per website. Do i have to ask all my seller to configure my IPN Url in their paypal account? or is it enough to use this " $this->paypal->add_field('notify_url',www.site.com/ipn_paypal'));"?
I am just asking if there is another requirement for seller to make this type of sites. Does paypal allow this?

Related

Is it possible to transfer money from one paypal account to another without touching my paypal account, but I get notified when the payment happened?

Is it possible to transfer money from one PayPal account to another without touching my paypal account, but I get notified when the payment happened?
scenario:
Seller on my website uploads product
Buyer comes on the website and purchase
If Seller receives the amount from buyer
Me (the websites unlock product for download (money dosen't touch the websites account)
coding Language dosen't really matter, if not possible is it possible to a business account with automated payout to the seller?
Use PayPal Checkout with a server backend
Specify a payee object in the purchase_unit: https://developer.paypal.com/docs/checkout/integration-features/pay-another-account/

Unable to Make Payment via Paypal

I have Paypal India Business account. I am using Express Checkout on my magento store and many customers are unable to make payment.
When they redirect to Paypal's billing page and pay via Paypal account they get
We can't complete your purchase at this time. Please return to merchant.
There are clients from US, UK and Australia. I talked to Paypal support and they said that there is no problem with my Paypal's account.
Please help me as I can't tell my customers to try out different things to make payments.
This will require a quick peek in the PayPal configuration and also the PayPal account , what is the website URL and PayPal account email address?
please also share the PayPal URL when the merchant is redirected to PayPal

How can I connect 2 users payment directly?

For example I have a website on which there is a seller and a buyer. Is it possible for the buyer to pay directly to the seller(not through me)?
To make the link between a payment button and the Paypal account that will receive the funds, we use the e-mail address of the seller's Paypal account.
For example if you have payment buttons on your website and you want the money to go to the seller's directly, you can use the e-mail address of the specific seller's Paypal account in each buttons.
Feel free to contact us via https://www.paypal-techsupport.com/ if you need further help
Regards,
Florian

Does paypal provide offline token or master token?

I have create an application in paypal sandbox account. I want to do when some of the user click 'transfer money' button, then paypal transfer money from my account to user's account (Note: we have user's email id).
So, it possible to transfer money without authentication to paypal account something like offline access method.
Thanks in advanced.
What you want is a billing agreement, where the user authorizes you to make payments against a PayPal account in the same way you would debit a bank account or credit card. Billing agreements are typically set up in the same way Express Checkout works, but you will be provided an ID to refer to when you need to make payments.
A Billing Agreement allows a seller to charge your PayPal account when you purchase goods from them or use their service.
An example of this would be an agreement to pay eBay seller fees for listing items on eBay.

Paypay website payments standard API: pay without paypal account

we have set up Paypal as a hook into an e-commerce application, where users just enter their paypal account, and we link their clients through to their Paypal account when buying products.
This works great, and paypal asks you to login to pay for your purchases.
But we don't want clients to be forced to create a paypal account, just to make a purchase.
Does website payments standard API actually support paying without a paypal account?
At the moment this is a real showstopper for us.
Check out PayPal Adaptive Accounts. You can create PP accounts for your users. The only step they'll have to complete at PayPal is creating a password. Once the account is created you might need send the user back through a checkout flow.
Adaptive Accounts
Use the Adaptive Accounts API to build applications that create and manage PayPal accounts. Merchants and developers can use the API to create PayPal accounts, add payment methods to accounts, and verify a PayPal account status.
Paypal is a very useful payment service gateway, exactly because the customer does not need to enter a credit-card number.
What we do, is offer Paypal as an option. We allow credit-card entry as well. In order to evaluate the credit-card for validity etc., we interface with the bank that supports our account and let their system do the checks. Another option would be "Cash on Delivery".