ignited / laravel-omnipay

Omnipay for Laravel & Lumen
MIT License
509 stars 100 forks source link

Omnipay, PayPal - sandbox account, refund can not work #28

Closed zzlajo closed 7 years ago

zzlajo commented 8 years ago

I added omnipay packet to my laravel project. Customer have two way for paying on PayPal service. One way for paying is Credit Card for that used PayPal_Pro, second way is PayPal_Express. I used a test account, a sandbox PayPal account. I need to used refund, this method back money to customers. When I try refund i get error:

"You can not refund this type of transaction"

Anyone can help me?

Can I use refund method on sandbox PayPal account?

alexw23 commented 7 years ago

There's a paypal express example here:

https://github.com/ignited/laravel-omnipay#paypal-express-example

Otherwise your issue should be reposted in https://github.com/thephpleague/omnipay-paypal as it's unrelated to laravel-omnipay.