Paypal Custom Button
Understand the Hidden variables
- cmd:value is _xclick, means this is Buy Now page.
- business: paypal email address where you will received the payment.
- no_shipping: Show the shipping details in paypal checckout page, 0-Hide, 1-Show.
- item_name: Product Name display in paypal cart page.
- item_number: this is order number and should be always unique.
- amount: Amount of order.
- currency_code: Currency code of order amount.
- return: After order complete, user will return to this URL.
- cancel_return: If user cancel the payment in paypal checkout page, he will return to this URL.
- notify_url: This is notify URL for developer, where developer update the details after payment success/failed/onHold etc.