I want to remove the Shipping and Handling Calculator that shows up on the Paypal Checkout page. What happens is that when a customer enters his zip code then tax and shipping is calculated by Paypal and this is added to the total that was sent by the our website.
Please help!
If you are looking for removing the shipping calculator on the checkout page then you can remove it from your PayPal account by going to Profile - > My selling Tools --> Shipping Calculator . Delete all the shipping methods that you see there .
Once its from there , you will no longer see them on checkout page .
Related
I am new to PayPal integration I am testing the payment process but facing some issue while checking out. I tried all mention cards in PayPal website but didn't work any.
Error Message:
Sorry, your bank wasn't able to verify your VISA x-**** at this time.
Please choose another way to pay.
Go to the PayPal Dashboard from the account from which you created the Sandbox accounts and PayPal app. There in the Mock section in the side navigation go to Credit Card Generator. Here select the country that you have chosen while making the business sandbox account and click Generate CC.
Now copy the details of the card generated. Now go to the site where you have integrated PayPal checkout and while making payment instead of choosing the default card click on add Debit/Credit card and add a card with the details the card that you generated. You'll be redirected to a payment page, fill a random password there and your dummy transaction will be completed if everything else in the code is fine.
You need to go to your paypal developer account and then find the mock menu and then select credit card generator
Generate a credit card based on your county
Now try to add a new card on the Paypal page where you are getting error.
Enter the details of the mock card
Then again try to do that payment.
You may be asked to enter a password. Just click on the new-user/forgot password link.
Everything will work fine
I faced this similar issue while integrating Paypal with my app. What I did found that Paypal integration for sandbox account does have an issue while payment if the currency used, is other than USD.
Yes, other solution may work if you want to generate a fake credit card and add it to the Paypal page.
But if you don't want to add any other credit card to the Paypal account and use it for testing purposes, what you can do is to change the country of both business and personal accounts to USA & currency to USD, also set the app to accept the payment in USD.
It will work fine.
Please any one explain. why paypal payment page differ. See screenshot
I want button to be checkout as guest. How to change that instead of pay with debit or credit button
URL LOOKS: https://www.paypal.com/webapps/hermes?token=
URL LOOKS: https://www.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=
I tried both PayPal standard and express. but button not change to CHECKOUT AS GUEST
Its depend upon the payment mode you selected from different vendors and depends upon the country currency you are paying
I have integrated paypal in-context checkout in a python flask project using python Paypal Python SDK.
User will give donation via paypal or credit card. So I have disabled the shipping option by creating a WEB EXPERIENCE Profile with no-shipping=1.
Now Paypal In Context Popup after login, Looks Like Below,
This two lines seems confusing to me,
You'll be able to review your order before you complete your purchase.
The merchant requires your billing address to complete the payment.
I have disabled shipping, and accepting donation, so I don't need any billing or order review.
Is it possible to remove those lines from the UI ?
UI cannot be removed or edited. But 'NOSHIPPING=1' just means that no shipping address is required from your customer end.
I am selling just one type of item on a website and I am using the Buy Now button from Paypal .. is there a way to change the postage cost for overseas customers? I have seen in Paypal you can change the postage depending on the value of the sale (for more than one item) but I can't see how to change the postage for overseas? Any help would be very much appreciated. Thank you
Dawnyanne
Within your PayPal account you can update the shipping methods to include international shipping methods. Just choose the option for International Shipping Methods.
From PayPal Documentation:
You can use PayPal to calculate shipping costs automatically on your website.
Here's how to set up shipping profile calculations:
Log in to your PayPal account.
Click the Business profile con beside the "Log out" button and select
Profile and settings.
Click Selling tools.
Click Update beside "Shipping calculations."
Click Start to set up your shipping region.
Set up one or more shipping methods and click Continue.
Enter your shipping information and click Create Another or Continue.
Review your information and click Save Shipping Methods.
Note:
Shipping rates depend on order amount, order weight, or item quantity. You can choose rates based on a fixed amount or a percentage.
You will not be able to use the PayPal Profile Shipping Calculator with Express Checkout and PayPal Payments Pro accounts. This functionality can only be used with PayPal Payments Standard accounts.
If your shipping methods require more customization, you may want to integrate PayPal with a third-party application. Go to our Developer Network at https://developer.paypal.com/ for information on integrating a third-party shopping cart or shipping application.
Note: Customers with a Personal account will need to upgrade to a Business account for this feature.
Setting Up Shipping Methods
I have a website which is using PayPal Express Checkout as a payment method.
It was working for 2 years without a problem but yesterday I noticed that the payment options are changed before there were 2 payment option presented to the user
Login and pay with PayPal account.
Do not have PayPal account pay by credit/debit card.
But now the second option is replaced by Create a PayPal account. There is no option to pay without having a PayPal account.
I have not changed anything.
Anybody knows why the Pay by credit/debit card is gone.
First make sure in your Paypal/Sandbox account the PayPal Account have
Optional: ON
Go to -->
PayPal account's Profile -> More Options -> My Selling Tools -> Website Preferences screen.
And then set SolutionTypeType to Sole while making request for setExpressCheckout this will enable the option to Pay with your debit or credit card.
And you are done :)
What I know is earlier when you pay with credit card on paypal using express check out API it also create an account for that user and let user process different things like link bank account with paypal or credit card payment.
It is default behavior of paypal express checkout according to their new View
PayPal displays different options for Express Checkout depending upon the COUNTRY selected (it will detect your IP address and set the country if no country is passed to the page). eg Indonesia (etc) forces you to create a Paypal account whereas USA (etc) does not (and provides other options).