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

Sending Get Request From Shopify

I want to send a get request from my Shopify store to a payment processor payment page (bluesnap). I want when someone clicks on checkout button in the Cart page to be redirected to my Bluesnap payment page, but I also want the order total to be…
0
votes
1 answer

vaultedShopperId Card Transactions

How do I get the list of all those Auth Capture type transactions for a specific vaultedShopperId? Is there any way I can specify the vaultedShopperId in the Card Transactions Retrieve API?
Rafaelmg
  • 63
  • 2
0
votes
1 answer

BlueSnap Marketplace - Vendor Information Tokenization

Where can I find the JS information for BlueSnap to tokenize sensitive vendor information such as ssn, passport/drivers license number before making the API call to create a vendor? This would be the same step as creating an Account Token for…
0
votes
2 answers

What Authorized IPs should I enter to request BlueSnap API credentials?

I'm developing an Ionic Cordova hybrid mobile app. I need to integrate BlueSnap's Hosted Payment Page into it. So I started with creating a request to get API credentials, following this tutorial But I don't know what IP address should I provide. I…
Luchnik
  • 1,067
  • 4
  • 13
  • 31
0
votes
1 answer

Can Bluesnap IPN/Webhook support multiple IPN endpoints?

I want to feed transaction IPN data to 2 different back end systems for which I can configure 2 endpoint URLs. Can I configure 2 callback URL endpoints in BlueSnap Console so that the same transactional information reaches both systems?
A.Marathe
  • 123
  • 5
0
votes
1 answer

How to add commission to products at bluesnap using forms

I'm integrating BlueSnap with my website, Is it possible to add the commission parameters "commissionPercent" to my form request like…
Dane
  • 161
  • 5
0
votes
1 answer

What types of integrations are offered by BlueSnap?

I hear a lot about BlueSnap as a potential Payment Gateway for merchants like me, does anyone know what kind of account integrations the offer?
NJ1988
  • 127
  • 4
0
votes
2 answers

BlueSnap omnipay integration

Did anyone used or know where can I find Bluesnap omnipay gateway? I'm working on OctoberCMS site using JIRI shop plugin. Last integration made possible to use omnipay gateways, but bluesnap (i'm about to use) is missing. Wondering if anyone already…
aleXela
  • 1,270
  • 2
  • 21
  • 34
0
votes
2 answers

integrate Bluesnap api with Salesforce

I am working with the Bluesnap payment gateway api and what I found that I have to add my IP address in sandbox of bluesnap. But how could I know what will be my IP address while I am trying to call the API From Salesforce.
0
votes
1 answer

BlueSnap integration with node js and angular

Need guidance to integrate the Bluesnap Payment gateway with nodejs and angular. As per developer Hub of bluesnap the on button submit the submitCredentials should be sent to bluesnap server and bluesnap server will sent back the card data. But i am…
Amod
  • 3
  • 2
0
votes
1 answer

Can I save multiple cards for one shopper using the BlueSnap Payment API?

I'm vaulting credit card data on BlueSnap, using the vaulted shopper request.How can I vault multiple cards for the same shopper? Will it return a single token or different tokens per card?
Randy
  • 295
  • 1
  • 9
0
votes
1 answer

Where do I get the token for the vaulted card information with the BlueSnap Payment API?

I'm vaulting credit card data on BlueSnap, using the vaulted shopper request. How do I get the token of the vaulted card data? I get an empty body in response to my request..
Randy
  • 295
  • 1
  • 9
0
votes
1 answer

1-click checkout with Bluesnap API

When previous customers return to my site, I don’t want them to have to add all their information again. Is there a way to add the customer information automatically and let them do 1-click checkout? I am not storing credit card information in my…
Yaron Tzur
  • 108
  • 1
  • 1
  • 6
0
votes
1 answer

Bluesnap Extended API Error: “expected total price does not match BlueSnap calculated total”

I am using Bluesnap’s Extended Payment API. Recently we get the following error when we are trying to charge a subscription: “expected total price does not match BlueSnap calculated total”. Has anyone had this issue before?
SRT
  • 3
  • 3
0
votes
1 answer

Bluesnap’s Payment API: What attributes need to be passed in the Bluesnap request header?

I am using Bluesnap’s Payment API to integrate with the Bluesnap gateway. What attributes need to be passed in the Bluesnap request header and for what purpose?
Narayan
  • 6,031
  • 3
  • 41
  • 45