paypal

www.paypal.com/jp/cgi-bin/webscr? item_name encoding

∥☆過路亽.° 提交于 2020-02-24 05:38:52
问题 I am working on a site that is trying pass a japanese item name to paypal through this form <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> <input name="cmd" value="_xclick" type="hidden"> <input name="item_name" value="フォトグラフィー基礎コース" type="hidden"> <input name="amount" value="59000" type="hidden"> <input name="currency_code" value="JPY" type="hidden"> <input type="hidden" name="item_number" value="PHP001"> <input name="no_note" value="0" type="hidden">

paypal integration issue

狂风中的少年 提交于 2020-02-14 13:28:15
问题 I cannot figure out what I am doing wrong with my code, I get the error "We have detected a problem with this shopping cart. If the problem persists, please contact the merchant." Here is the form I'm submitting... <form name="paypalForm" action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_cart"> <input type="hidden" name="business" value="example@example.com"> <input type="hidden" name="return" value="http://example.com/payment1.php">

PayPal buy now / shopping cart with and without postage assistance

痴心易碎 提交于 2020-02-07 05:43:11
问题 I am looking for assistance with multiple buttons on a page, some which have postage and nultiple items, some without or free postage. At present i have a standard shopping cart option on a page created from the standard create button PayPal page, which provides a space for the buyer to type in their requirements with includes free postage and works fine. A second shopping cart on the same page offers a similar buyer feature but adds postage, all works fine. Third, fourth and fifth buying

Paypal 'Buy Now' button not letting me dynamically set the price

China☆狼群 提交于 2020-02-04 05:37:28
问题 I'm working with a "Buy Now" button from Paypal, and am stumped as to why it's not working (I've done it before). I created a "Buy Now" button on Paypal, and unchecked "Save this button on Paypal" - so it's not hosted there. I've got the <form> and the <input type="hidden" name="encrypted" value="..."> . I also have an <input type="hidden" name="amount" value="25.00"> directly after that encrypted input, just to see if it will let me set the price. And no luck - it always brings me to the

How can we add tax and shipping charge in braintree paypal checkout

徘徊边缘 提交于 2020-02-04 01:18:46
问题 I am working with braintree paypal checkout, it is working fine for me, but i am not able to add tax and shipping charge, i tried to get some information, but that is also not working for me, here is my current code for braintree checkout var form = document.querySelector('#payment-form'); var client_token = "<?php echo \Braintree\ClientToken::generate(); ?>"; // Render the PayPal button paypal.Button.render({ // Pass in the Braintree SDK braintree: braintree, // Pass in your Braintree

Error testing HTTPS response server in PayPal IPN simulator

徘徊边缘 提交于 2020-02-03 01:47:24
问题 My IPN Listener is protected by SSL, and access to a host via HTTPS, I try to test it using PayPal IPN simulator, but it gives an error: IPN Delivery Failed: I / O error: HTTPS hostname wrong: should be <xxx.xxx.xxx.xxx>; nested exception is java.io.IOException: HTTPS hostname wrong: should be <xxx.xxx.xxx.xxx> . Where <xxx.xxx.xxx.xxx> - IP address of my server. If I use an unsecured connection via HTTP, I get a response on this IP with IPN simulator, ports 80, 443 open. I try to go to the

Error testing HTTPS response server in PayPal IPN simulator

本小妞迷上赌 提交于 2020-02-03 01:47:10
问题 My IPN Listener is protected by SSL, and access to a host via HTTPS, I try to test it using PayPal IPN simulator, but it gives an error: IPN Delivery Failed: I / O error: HTTPS hostname wrong: should be <xxx.xxx.xxx.xxx>; nested exception is java.io.IOException: HTTPS hostname wrong: should be <xxx.xxx.xxx.xxx> . Where <xxx.xxx.xxx.xxx> - IP address of my server. If I use an unsecured connection via HTTP, I get a response on this IP with IPN simulator, ports 80, 443 open. I try to go to the

Add custom hidden field in paypal form and get it on redirected page

空扰寡人 提交于 2020-02-02 13:47:52
问题 I want to get user info (email) and paypal billing info (pricing, quantity) right after a successful paypal process (on redirected page) and then insert into mysql table. I also used <input type="hidden" name="notify_url"> in buy now button and set it's value eg: <form action="https://www.paypal.com/cgi-bin/webscr" method="post" id="lf2"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="xxxxx"> <input type="hidden" name="custom"> <input

Add custom hidden field in paypal form and get it on redirected page

﹥>﹥吖頭↗ 提交于 2020-02-02 13:47:46
问题 I want to get user info (email) and paypal billing info (pricing, quantity) right after a successful paypal process (on redirected page) and then insert into mysql table. I also used <input type="hidden" name="notify_url"> in buy now button and set it's value eg: <form action="https://www.paypal.com/cgi-bin/webscr" method="post" id="lf2"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="xxxxx"> <input type="hidden" name="custom"> <input

Add custom hidden field in paypal form and get it on redirected page

不问归期 提交于 2020-02-02 13:47:45
问题 I want to get user info (email) and paypal billing info (pricing, quantity) right after a successful paypal process (on redirected page) and then insert into mysql table. I also used <input type="hidden" name="notify_url"> in buy now button and set it's value eg: <form action="https://www.paypal.com/cgi-bin/webscr" method="post" id="lf2"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="xxxxx"> <input type="hidden" name="custom"> <input