Questions tagged [bluesnap]

Questions tagged with bluesnap could be questions regarding one of the BlueSnap APIs, BlueSnap Virtual Terminal, BuyNow pages or Marketplace setup.

BlueSnap provides RESTful APIs that enable to:

  • process payments in web and mobile apps
  • manage subscriptions
  • use ecommerce tools like coupons
  • use marketplace transactions with vendors who are paid a commission
  • obtain reports, and more.

By integrating with BlueSnap, merchants can take payments with credit and debit cards, PayPal, and alternative payment types such as digital wallets.

Developer resources for the APIs are available at: http://developers.bluesnap.com/

BlueSnap provides XSD schema files for the APIs, available at: https://github.com/bluesnap

Additional Help resources are available at: http://support.bluesnap.com/

97 questions
6
votes
3 answers

How to fix Sandbox bluesnap unsafe legacy renegotiation disabled error when using node.js 17

Node 17 (all versions) return the following error: https://sandbox.bluesnap.com/services/2/payment-fields-tokens failed, reason: write EPROTO 00DE371301000000:error:0A000152:SSL routines:final_renegotiate:unsafe legacy renegotiation disabled I…
Rafael De Leon
  • 1,580
  • 1
  • 12
  • 11
5
votes
1 answer

Easy start with BlueSnap hosted payment fields;

Hi – I'm looking for a simple script I can Copy&Paste into my website so I can start selling with BlueSnap's HPF fields. The form should include the most basic elements needed to get the token back and charge the shopper, I'm not looking for any…
NJ1988
  • 127
  • 4
5
votes
1 answer

BlueSnap Subscription Fail simulation

Is there any way to simulate bluesnap. what happens when a recurring payment fails, for example, if the user doesn't have money on the card in that moment? Thank in advance :)
RobertB
  • 53
  • 3
4
votes
1 answer

How to manage inventory of entry tickets in BlueSnap API

I'm selling event tickets for a company, and I use the BlueSnap Extended API to sell the tickets. I create a new catalog SKU each event with the corresponding price for a seat, following the BlueSnap documentation here:…
4
votes
1 answer

BlueSnap marketplace - will my vendor get paid?

I started selling through the marketplace in BlueSnap - I sell subscriptions, and I created vendor accounts in BlueSnap for my promoters who sell for me. I basically created the vendor accounts with just the promoter's name, email and country: { …
Steven Worth
  • 142
  • 5
4
votes
1 answer

How can I take special orders in BlueSnap?

I have a business that sells subscriptions. Each subscription may be sold for a specific price up front, another price for the recurring payment, and have some grace period (trial days before first payment). It changes from customer to customer…
4
votes
1 answer

API - Updating Shopper on BlueSnap

I need to update a Credit Card on a subscription. Can I update the Shopper and the Subscription on the same call? Or I need to first update the shopper and then the subscription?
Rafaelmg
  • 63
  • 2
3
votes
1 answer

Implementing Google Pay in Android application using BlueSnap

I want to implement Google pay in my android application and I want BlueSnap as Google Pay processor. I have implemented Google Pay in may app and have also created BlueSnap sandbox account. When I enter my live card details i receive this toast…
Asad Alii
  • 31
  • 5
3
votes
1 answer

BlueSnap integration with SalesForce

I'm managing my customer data in SalesForce and I want to integrate it with BlueSnap so I can create orders with SalesForce; Are there any limitations I should be aware of? Where can I find clear instructions? Thanks
G. Jonathan
  • 121
  • 5
3
votes
1 answer

How to associate an affiliate to a BuyNow purchase

I'm starting to work with a few affiliates, who will sell my products (from my BlueSnap account) in their websites. They'll manage their online stores as they wish, but when they send to checkout they will use a hosted payment page in an iFrame, and…
Mark Averill
  • 111
  • 5
3
votes
1 answer

How can I give a marketplace vendor a higher commission one-off?

I'm working with the BlueSnap marketplace and I have vendors who sell for me. For each vendor I have a basic commission that I defined originally: { "email": "mike.janis@gmail.com", "firstName": "Mike", "lastName": "Janis", "phone":…
Poseidonios
  • 110
  • 5
3
votes
1 answer

Can I sell PayPal product with BlueSnap and charge it later that day for additional cost?

I use BlueSnap API to sell products, using PayPal. In my website, I send the shoppers to PayPal without them filling-in any shipping details - once they log in to PayPal I get those details from their BlueSnap account. But the problem is that I…
Lowback
  • 119
  • 6
3
votes
1 answer

Can I sell PayPal pre-paid products on BlueSnap?

I have an account with BlueSnap, where I offer my shoppers to buy using PayPal. I use the payment API when I send credit card orders, and in that I can separate Authorization and capture like this: { "amount": 100, "vaultedShopperId":…
Lowback
  • 119
  • 6
3
votes
1 answer

How do I prevent the currency from switching to local currency in Bluesnap BuyNow link?

When I enter the buy now link the currency is set according to my location, I want to force the currency to always be in USD. How do I prevent the currency from switching to local currency in Bluesnap BuyNow link?
3
votes
1 answer

Bluesnap Chargeback Webhooks/IPN

I took a quick look at the IPN types and parameters associated with Bluesnap webhooks - https://support.bluesnap.com/v2.2.7/docs/ipn-parameter-reference Is there an IPN that gets sent when a Chargeback is won by the merchant? I see Chargeback IPN…
A.Marathe
  • 123
  • 5
1
2 3 4 5 6 7