Unable to Make Payment via Paypal - 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

Related

PayPal to differents accounts

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?

DPRP is disabled. for this merchant in sandbox paypal

I'm trying to integrate paypal payments through card into rails app.
Normal one-time payments are working well. But I keep on getting the above response when I'm trying to make recurring payments. I've tried to enable that feature in paypal developer website but it says
Note: Live credentials are disabled for direct credit card processing in your app. We are processing your information and will email you when live API credentials are enabled.
But it is saying same from past few days. I've tried contacting them through online contact us but after three days they replied saying I have to add my credit card to the account. Do I need to add credit card for testing sandbox also?
You need to contact PayPal technical team at https://www.paypal-techsupport.com/app/ask , provide your sandbox PayPal account, they will enable DPRP for you.

PayPal sandbox takes me to live site when trying to change Payment Solution to Website Payments Standard

When I am trying to change the payment solution from from 'PayPal Digital Goods (PayPal Express Checkout)' to 'Website payments Standard' in the sandbox, I get redirected to the live paypal site.
I have seen a similar question asked here which was resolved by adding the payment solution to the account by a paypal developer team member.
Any idea on how I can add the desired payment solution added?
Thanks in advance
Jami

Use PayPal From Website Form

Requirements state that I build a form that collects user's PayPal login info and charges the user's PayPal account a fixed price without having the user leave the website.
I am beginning to think this is not possible. Can someone kindly suggest a solution that comes close to meeting the requirements? I am not certain what's possible and what's not possible with PayPal.
There isn't a solution for what you are trying to do. In order for the buyer to login and pay with PayPal, they would have to leave your site and go to the PayPal login page. You could set up a billing agreement so that they only have to log into PayPal once. With a billing agreement, you would be able to charge the buyer's PayPal account when you are needing to. You would just need to have the buyer go through the flow initially and get sent over to PayPal to login and agreen to the billing agreement. Then when you want to charge them again in the future, you would just need to reference the billing agreement id.
The closest solution to having the user pay without leaving the website is PayPal digital goods express checkout.
Here is an example to show you how it works:
http://jmsliu.com/1307/integrate-paypal-digital-goods-express-checkout-into-website.html

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".