0
votes

Well I have a website for which I have implemented PayPal Pro's dodirectpayment (For accepting payment using credit/debit card)

Now I want to move my code live but under account eligibility there is a message saying:

"Direct credit card processing is not available for you when using REST APIs. Your live credentials are inoperable for direct credit card processing for your country but your test credentials are enabled for sandbox testing."

I have an Australian PayPal account. I also read some PayPal documentation saying PayPal Pro is only available for UK and Canada. Can someone suggest the alternate of this or how to resolve this problem?

1
use express checkout or adaptive payment via paypal Check this answer stackoverflow.com/questions/24135151/…Arijit Mukherjee
Is express checkout work for credit card/debit card payment for non UK/Canadians.? Is there is any way to sort out the problem of paypal pro for NON UK/Canadians.user3756907
I hope so you need to check onceArijit Mukherjee
Ok thanks for your helpuser3756907
do upvote if the solution helped you :)Arijit Mukherjee

1 Answers

0
votes

PayPal offers several hosted solutions in Australia. If you require direct credit card processing read about Payflow. The Payflow Gateway SDKs should help you get started. Also, you can find php SDK and code samples here.