paypal / merchant-sdk-php

PHP SDK for integrating with PayPal's Express Checkout / MassPay / Web Payments Pro APIs
Other
230 stars 201 forks source link

Coupon/Discount in Express Checkout #128

Closed mohsinabba closed 7 years ago

mohsinabba commented 7 years ago

I don't see any way to declare coupon or discount value for express checkout other than adding a item line with negative value or i missed something?

randstraw commented 7 years ago

Negative Line items are the way to do it https://developer.paypal.com/docs/classic/api/merchant/SetExpressCheckout_API_Operation_NVP/ image

For a new integration using Express Checkout, I would advise using https://github.com/paypal/PayPal-PHP-SDK and the PayPal payments option.