paypal

Paypal React shows extra buttons after changing amount

一曲冷凌霜 提交于 2020-12-27 05:31:46
问题 WITHOUT react-paypal-button-v2 ~~~has an ovehead of 60KB Similar question here but they suggest react-paypal-button-v2 I'm Trying to make react and paypal button that changes the billing amount on props change. I call the following component with props price and every time the price change i would like to re-render the button to update the actual price. WITHOUT react-paypal-button-v2 const PaypalForm = props => { let paypalRef = useRef(); useEffect(() => { window.paypal .Buttons({ createOrder

Implement Payum/Laravel recurring payment

折月煮酒 提交于 2020-12-26 05:20:56
问题 I have some issues trying to get this working, I've implemented the checkout express (or seems to be) successfully, but also my system needs subscription option, following this example. Now, my problem is that in Laravel you cannot simply put some random files, so I'm trying to do it in the correct way, sadly, there is no documentation of the classes and methods including on the library. I've created some functions within controllers (I don't know if this the right way) the problem I'm facing

PayPal Smart Subscribe server side

喜欢而已 提交于 2020-12-18 07:48:19
问题 hello in trying to convert my PayPal smart subscription button javascript into the server-side particularly on PHP. But I keep looking online and PayPal documentation still can't find and sources. It is similar to this PayPal demo of server-side. <div id="paypal-button-container"></div> <script src="https://www.paypal.com/sdk/js?client-id=Subscription_id&vault=true" data-sdk-integration-source="button-factory"></script> <script> paypal.Buttons({ style: { shape: 'rect', color: 'gold', layout:

Paypal Standard account and Developer API

我与影子孤独终老i 提交于 2020-12-13 14:12:40
问题 This might not be the best question for this site but does anyone know if you can use the developer api with a free standard account. I just do not want to code a bunch of stuff and not be able to. Thanks 回答1: The vast majority of PayPal's APIs can be used with the free account: PayPal Payments Standard (technically, there is an API available for generating buttons) Express Checkout Adaptive Payments, Adaptive Accounts, Permissions Service Back-office functions (refunds, delayed captures, etc

Paypal Standard account and Developer API

故事扮演 提交于 2020-12-13 14:07:06
问题 This might not be the best question for this site but does anyone know if you can use the developer api with a free standard account. I just do not want to code a bunch of stuff and not be able to. Thanks 回答1: The vast majority of PayPal's APIs can be used with the free account: PayPal Payments Standard (technically, there is an API available for generating buttons) Express Checkout Adaptive Payments, Adaptive Accounts, Permissions Service Back-office functions (refunds, delayed captures, etc

Paypal Standard account and Developer API

懵懂的女人 提交于 2020-12-13 14:06:32
问题 This might not be the best question for this site but does anyone know if you can use the developer api with a free standard account. I just do not want to code a bunch of stuff and not be able to. Thanks 回答1: The vast majority of PayPal's APIs can be used with the free account: PayPal Payments Standard (technically, there is an API available for generating buttons) Express Checkout Adaptive Payments, Adaptive Accounts, Permissions Service Back-office functions (refunds, delayed captures, etc

How to test Paypal IPN notification

吃可爱长大的小学妹 提交于 2020-12-13 05:57:59
问题 I'm trying to get this PayPal IPN script work but it seems that i don't get the response from paypal . I don't know what's the problem, is in the form or in the script: <form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post" target="_top"> <input name="return" type="hidden" value="http://localhost/home/menu/index.php" /> <input name="cancel_return" type="hidden" value="http://localhost/home/menu/index.php" /> <input name="notify_url" type="hidden" value="http://localhost

paypal Some of your info isn't correct. Please try again

Deadly 提交于 2020-12-02 07:14:47
问题 I am trying to login from my pappal sandbox account. I have made a subscription from my seller account and now I want to login into Paypal to buy the product with two different Paypal accounts. I am getting this error continuously "Some of your info isn't correct. Please try again." I reset my password twice and I am stuck into this issue for hours. Any help would be appreciated. 回答1: You should create an account in PayPal sandbox here Once done, login your PayPal account and check your

paypal Some of your info isn't correct. Please try again

纵饮孤独 提交于 2020-12-02 07:13:13
问题 I am trying to login from my pappal sandbox account. I have made a subscription from my seller account and now I want to login into Paypal to buy the product with two different Paypal accounts. I am getting this error continuously "Some of your info isn't correct. Please try again." I reset my password twice and I am stuck into this issue for hours. Any help would be appreciated. 回答1: You should create an account in PayPal sandbox here Once done, login your PayPal account and check your