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
0
votes
2 answers

how to send url in bluesnap to remove subscription?

I am php developer, I integrate my site with bluesnap. I want to allow user to remove their subscription. Bt I cannot pass url from curl, bt "HTTP/1.1 403 Forbidden....." arrise ? Here is the code $xmlToSend = ' < subscription…
0
votes
1 answer

getting 403 Forbidden Error when creating creates a shopper entity on Bluesnaps using the API

I am trying to creates a shopper entity on Bluesnaps using its API but I am unable to do that. here is the…
user3303878
  • 33
  • 1
  • 7
0
votes
2 answers

Anyone using BlueSnap's Google Analytics integration?

Here are BlueSnap (formerly Plimus)'s instructions for integrating Google Analytics in their hosted checkout pages: How can I define my sales goals in Google Analytics? To set-up your sales goal and funnel, you’ll need to set-up 2 goals. Login to…
LWC
  • 1,084
  • 1
  • 10
  • 28
0
votes
1 answer

How do I uniquely identify a BlueSnap transaction using the IPN parameters?

Support informed me that this is impossible, but I highly doubt that any payment gateway skips providing such important information. I've read the docs and wasn't able to find anything of use. In my mind, the candidate for the unique identifier is…
Exander
  • 852
  • 1
  • 7
  • 17
0
votes
1 answer

WebClient call works in WinXP but not on Win7

The following call returns a result in WinXP but not on Win7: using (WebClient client = new WebClient()) { var result = client.DownloadString("https://secure.plimus.com/jsp/validateKey.jsp"); } I get…
Cornel
  • 4,652
  • 15
  • 48
  • 57
-1
votes
1 answer

How to register and validate products keys using api with php?

I created a module which I'm going to encrypt using ioncube. I'll use plimus to generate and validate product keys using http calls. plimus says, "there are 2 steps to this process": register license by calling…
atyafmsr
  • 1
  • 1
-1
votes
1 answer

How can I save my shoppers' credit cards in Bluesnap?

I'm integrating bluesnap's payment API with my website. How do I store the card information in bluesnap so that I don't have to do it in my own database?
Randy
  • 295
  • 1
  • 9
1 2 3 4 5 6
7