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

Bluesnap. Build a Checkout. Expiry date select block

I use Build a Checkout Form https://developers.bluesnap.com/docs/build-a-form. Expiry date is input type text. Is it possible to change input to a drop-down list? If possible, how? P.S. In the example, 1 text field. I want 2 drop-down fields, month…
2
votes
1 answer

at which event CANCELLATION and CANCEL_ON_RENEWAL IPN's are sent from Bluesnap

I have confusion at which event CANCELLATION and CANCEL_ON_RENEWAL IPN's are sent from Bluesnap and what is the difference between these events ?
2
votes
1 answer

Bluesnap Card Holder First Name and Last Name

I would like to use one input field for card holder name instead of two inputs for first name and last name. How should I split the input from one card holder name into first and last name? Is there an alternative solution to this problem?
Watt Iamsuri
  • 608
  • 8
  • 8
2
votes
1 answer

Placing API calls with test Credit Cards in BlueSnap Sandbox?

I'm trying to place API calls to charge shoppers in BlueSnap's Sandbox - using a simple Auth-Capture call and I'm not sure which test cards I can use: 4263982640269299
DevGirl_22
  • 83
  • 4
2
votes
1 answer

BlueSnap offers Payment API and Extended Payment API integrations what is the difference between them?

I'm trying to understand what is the difference between 'Payment API' and 'Extended Payment API' - where can I get this information?
NJ1988
  • 127
  • 4
2
votes
1 answer

How do I send my own ID per transaction when using the BlueSnap Payment API?

I am integrating with BlueSnap using their Payment API and want to assign my own transaction ID to each transaction. Is that possible with BlueSnap?
Yaron Tzur
  • 108
  • 1
  • 1
  • 6
2
votes
3 answers

Bluesnap Onsite Payment wtih subscriptions

I have worked on Bluesnap on-site payment, payment has been done successfully, but i didn't get the product name in order locater, also didn't get the option of subscriptions in order detail. Is there any way to make transaction via on-site with…
Awais
  • 91
  • 6
2
votes
1 answer

Setting plimus API in order to fetch an authentication token

I need to set up plimus API in order to fetch an authentication token and then use it to log the customer into Plimus platform. I'm using to following code: $URL =…
1
vote
1 answer

How to get Buy anywhere API credential fo Plimus Sandbox?

I am integrating my extension with Plimus by batch process. It requires Buy Anywhere API credential, but I am not able to find it anywhere. As per their API documentation Every API request must include authentication using the seller’s Buy …
Gaurav
  • 28,447
  • 8
  • 50
  • 80
1
vote
1 answer

how to get transaction id and name in bluesnap payment gateway

I am using bluesnap payment gateway in PHP. And it is working properly. But in return I am not getting transaction id and customer name is not showing in sandbox account also. Below is my transaction page at which blusnap code will be run and return…
Vinod
  • 123
  • 1
  • 3
  • 14
1
vote
0 answers

Mobile fonts to large

I am using bluesnap api and when it is on mobile the font is large as well as the frame. It looks perfect on desktop. I am trapped in bluesnaps iframe. Is there a way to block their css iframe?
1
vote
2 answers

How I can use Bluesnap callback URL

I need a help. I tried to impliment one time payments with Bluesnap. After payment I need to return user to site with needed parametr. I found in documentation tow ways how can impliment it. I could use thankyou.backtosellerurl with encription or…
1
vote
1 answer

Enable autocomplete when using Hosted Payment Fields

I'm wondering if it's possible to enable autocomplete of a credit card stored in the browser, for example using simple html, the browser shows option to autocomplete stored credit card details.

Do not use a…

markich
  • 356
  • 4
  • 10
1
vote
1 answer

How can I add new credit card to the existing shopper in Blusesnap

I have an existing "vaulted shopper" on the backend, who already has 2 or 3 credit cards. Now I would like to add another credit card via my Android app. I don't want to create new order, just add new credit card. I'm using their component for…
Matjaz Kristl
  • 746
  • 1
  • 5
  • 12
1
vote
2 answers

BlueSnap - Hosted Payment Fields Token

Receiving 401 Authentication Access error when trying to request Hosted Payment Field access token via PHP. I have followed this tutorial -> Easy start with BlueSnap hosted payment fields; read about these similar issues -> 1. BlueSnap integration…