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
3
votes
1 answer

Minimum fields to Maximize Payment Conversions?

I took a look at Bluesnap's Auth Capture API - https://developers.bluesnap.com/v8976-XML/docs/auth-capture specifically the "card-holder-info" element. What minimum fields needs to be passed to maximize payment conversions? I want to map these…
A.Marathe
  • 123
  • 5
3
votes
1 answer

Adding discount to a bluesnap shopper request

I'm using the bluesnap shopper API in order to create a shopper form: https://developers.bluesnap.com/v8976-Extended/docs/create-shopper This is the url i'm…
Rot-man
  • 18,045
  • 12
  • 118
  • 124
3
votes
1 answer

Should I manage my product catalog with BlueSnap

I understand what the difference between the merchant integrations is connected with building a product catalog - why should I not build it?
NJ1988
  • 127
  • 4
3
votes
1 answer

BlueSnap API - metadata per transaction

I am integrating with the BlueSnap gateway using the Payment API and converting from Stripe. Does BlueSnap Support storing meta data at the transaction level?
Yaron Tzur
  • 108
  • 1
  • 1
  • 6
2
votes
1 answer

Can't accses fetch() response location header in JS

I'm having a problem that already disccussed here at stackoverflow and at other platforms (1,2), but the solution that was offered is not possible in my case. I'm trying to get a Token from BlueSnap (payment proccesing company, details about the…
Tomer Pearl
  • 107
  • 9
2
votes
1 answer

Create Order status code 400 - Server Error

I'm trying to build a simple payment flow using Bluesnap. Currently I've been able to capture the users billing information using Hosted Fields, and then saved it to a "Shopper" in bluesnap. Now I'm trying to use the same Shopper to create an order…
Baawa
  • 25
  • 6
2
votes
2 answers

Bluesnap Apple Pay Wallet Error on sandbox

I'm working with the Bluesnap Apple Pay integration and have not been able to complete a transaction through the sandbox for over two weeks. The behaviour does not exist in production. At first, I was getting this response: { "errorName":…
Jonah
  • 31
  • 4
2
votes
1 answer

How to test the new Mastercard cards?

I read this update from Mastercard about their new BIN series that starts with 2: https://www.mastercard.us/en-us/issuers/get-support/2-series-bin-expansion.html I want to make sure we’re not getting any issues with our BlueSnap account – can anyone…
2
votes
1 answer

Can I manually submit another payment for an existing shopper in BlueSnap?

I am currently using BlueSnap to sell some physical goods using the BuyNow page in my website. I show the shopper the estimated price for shipping and I alert them in advance that a potential surcharge may apply when considering their shipping…
Lowback
  • 119
  • 6
2
votes
1 answer

WooCommerce with BlueSnap plugin - What to configure to sell subscriptions?

I have a store in WooCommerce that works with BlueSnap as a payment gateway. I sell regular one-time charge products, and I'm considering adding a subscription. I was told by BlueSnap that they support payment for subscriptions in WooCommerce - but…
2
votes
1 answer

BlueSnap virtual terminal - can I just send charge links without a catalog item?

I am using the BlueSnap VT to sell items to customers - but in a scenario Whenever I want to charge a customer any amount one-off, it's not that convenient for me. I just want to charge the money and not assign the purchase to anything in…
G. Jonathan
  • 121
  • 5
2
votes
1 answer

Bluesnap marketplace - How can I stop a vendor from selling?

I'm working with my marketplace using an app, where vendors basically put in purchases for me and they get their default commission. It's all running smoothly, but I have one vendor that I asked to stop selling, and he still going on. I can't access…
Steven Worth
  • 142
  • 5
2
votes
1 answer

Why can't I capture the PayPal transaction in BlueSnap API?

I use BlueSnap payment API to do PayPal transactions. I was told I should do AUTH_ONLY followed by CAPTURE. I did the auth only using the json example in the documentation here:…
G. Jonathan
  • 121
  • 5
2
votes
1 answer

BlueSnap virtual terminal - setting up a shortlist of products

I've been using the BlueSnap virtual terminal for a few months now, to sell subscriptions with specific parameters, offer discounts etc. When I started off I only had a few subscriptions and selecting the right one from the drop-down list was easy…
G. Jonathan
  • 121
  • 5
2
votes
1 answer

How can I manage sales reps selling special orders in BlueSnap?

I'm in a business that sells subscriptions, and I employ sales representatives to promote and sell them. The rep will call or meet the potential clients and sell them the subscriptions, usually with some discount. I'd like to be able to give the…
G. Jonathan
  • 121
  • 5