Connecting PayPal and BlueSnap

To offer the PayPal payment method, you'll need to begin by connecting PayPal with BlueSnap, as follows:

1. Verify your PayPal account

In order to allow BlueSnap to manage your transactions through PayPal, you need to have a PayPal Business or Premier account, and your account must be verified. To learn how to verify your account, see PayPal's documentation.

2. Obtain your PayPal API credentials

  1. In PayPal, go to the API credentials section by going to Profile > Profile and settings > My selling tools. Next to API Access, click Update.

  2. Under NVP/SOAP API integration, click View API Signature.

629
  1. If you have not yet set up PayPal API credentials, select Request API signature and click Agree and Submit. If you already set up PayPal API credentials, the API username, password and signature are displayed.

  2. Copy the PayPal API Username, API Password and Signature from the API signature page.

468

3. Enter your PayPal information in BlueSnap

In the Merchant Portal, go to Integrations > PayPal and enter the following information regarding your PayPal Account:

📘

Your PayPal Email

Your PayPal email is the email address you used to register for PayPal and the email you are using to log in to your PayPal account. You may have multiple email addresses associated with your PayPal account. These email addresses are the identities that PayPal uses to associate payments with a particular account.

Click Submit to save these settings.

636

4. Synchronize your currency balances

You can accept PayPal payments in different currencies, provided you have PayPal balances in these currencies.

📘

We currently support the following currencies for PayPal
AUD, CAD, CHF, DKK, EUR, GBP, HKD, HUF, ILS, MXN, NOK, NZD, PHP, PLN, RUB, SEK, SGD, THB, TWD, and USD

  1. In PayPal, go to the Manage Currencies page to verify which currency balances you have, and whether you need to enable more:
  • To get there in the Sandbox environment, go to My Account > Profile, and click the Manage currency balances link under Financial information.
  • To get there in the Production environment, go to Summary > Money > Currencies.
781
  1. In PayPal, access the Payment Receiving Preferences. Under Allow payments sent to me in a currency I do not hold, we highly recommend you select Yes, accept and convert them to U.S. Dollars. The other options will result in the transaction failing and an error message being displayed if the currency your shopper chooses during checkout is not one you support.

📘

Hosted Solution vs. APIs

The above only applies if you are using our hosted solution. If you are using our Payment APIs, the transaction currency must be set to USD. If it is not, you will receive the following error:

*PAYPAL_UNSUPPORTED_CURRENCY

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>PAYPAL_UNSUPPORTED_CURRENCY20027The given currency 'EUR' is not supported with PayPal.*

  • To get there in the Sandbox environment, go to My Account > Profile, and click the Payment receiving preferences link under Security and risk settings.
  • To get there in the Production environment, click the user icon next to the Profile link in the top menu, and go to Profile and settings. Then go to My Selling Tools and click Update next to Block payments.
508
  1. In the Merchant Portal, go to Integrations > PayPal and click Sync Currencies. Your BlueSnap account will then be fully synchronized with your PayPal currency balances.
594

📘

Important

Please remember to come back to this section and sync currencies every time you add or delete a currency balance in your PayPal account.

5. Configure the IPN settings in PayPal

To enable BlueSnap to receive PayPal notifications and include PayPal transactions in your reports, please configure PayPal notifications as follows:

  1. In PayPal, go to the Edit Instant Payment Notification (IPN) Settings page:
  • To get there in the Sandbox environment, go to My Account > Profile, and click the Instant Payment Notification preferences link under Selling preferences. Then click Edit settings.
  • To get there in the Production environment, click the user icon next to the Profile link in the top menu, and go to Profile and settings. Go to My Selling Tools and click Update next to Instant payment notifications. Then click Choose IPN Settings.
  1. On the Edit Instant Payment Notification (IPN) Settings page:
  • Enter this URL into the Notification URL field: https://ipn.bluesnap.com/jsp/paypal_managed_ipn_receiver.jsp
  • Select the Receive IPN messages (Enabled) radio button.
  • Click Save.
759

6. Set up UTF-8 encoding for your PayPal account

Your PayPal account must use UTF-8 encoding in order to work properly with BlueSnap. To set this up, follow these steps:

  1. In PayPal, go to the Language Encoding page.
  • To get there in the Sandbox environment, go to My Account > Profile, and click the Language Encoding link under Selling preferences.
  • To get there in the Production environment, click the user icon near the top right of the page, and go to Account Settings. Click Website payments under Products & Services on the left side of the page. Next to PayPal Button Language Encoding, click Update.
  1. On the Language Encoding page, click More Options.
770
  1. On the More Encoding Options page, select UTF-8 under Encoding.

  2. Select Yes under the next option: Do you want to use the same encoding for data sent from PayPal to you (e.g., IPN, downloadable logs, emails)?.

  3. Click Save.

  4. Log out of your PayPal account.

7. Enable PayPal as a payment method in BlueSnap

In the Merchant Portal, go to Purchase Flow > Payment Methods and select Show in the menu next to the PayPal payment method. Click Submit to save your change.

460

PayPal and other alternative payment methods displayed on this page may have different pricing from what you agreed with our sales rep. Please contact merchant support to learn more about pricing.

👍

After you have completed the above steps to connect PayPal and BlueSnap

  • If you are using a Hosted Payment Page: PayPal is now available as a payment method on your checkout pages! If you would like to also enable PayPal for subscriptions, see Enabling subscriptions with PayPal. If you would like to enable frictionless checkout by pulling the shopper details from PayPal, see Retrieving shopper details from PayPal.

  • If you are using BlueSnap's API: Take advantage of our built-in support for the PayPal payment method, with dedicated API calls and resources for PayPal transactions. Complete technical details are available in the Payment API PayPal Guide.