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

Metadata Parameter IPN Support for Bluesnap Payments Page?

I see that you can pass custom key/value pairs i.e Metadata params in Bluesnap's Hosted Payments Page - https://support.bluesnap.com/docs/creating-a-hosted-payments-page Are they sent back in the IPN webhook when a transaction is successfully…
A.Marathe
  • 123
  • 5
1
vote
1 answer

Using BlueSnap on more than one Magento store

I have a BlueSnap account that I use on a Magento 2 online store. It works well, but now I plan to open a separate Magento online store with a different domain. I don't know if it's possible to use the same BlueSnap account for the new store's…
Steven Worth
  • 142
  • 5
1
vote
1 answer

BlueSnap BuyNow integration - why can't I see the Apple Pay button?

I added BlueSnap BuyNow payment page in an iFrame in my website, to handle the checkout. One of the reasons I chose it was because the BuyNow supports Apple Pay built-in (I don't want a separate integration for it). It worked for a while, but…
Lowback
  • 119
  • 6
1
vote
1 answer

BlueSnap marketplace vendors - what's the minimum details so they get paid?

I'm new to the BlueSnap marketplace - I created some vendors, and I read the documentation - I know that you can start off with email and country: { "email": "jane.shopper@bluesnap.com", "country": "US" } but you need more details to make sure…
Mark Averill
  • 111
  • 5
1
vote
1 answer

Can I create a PayPal subscription using BlueSnap API?

I want to create a subscription using Paypal. I created the API call but I want my BlueSnap console to manage it. Is there a way? I don't want to use the retrieve call all the time...
Rafaelmg
  • 63
  • 2
1
vote
1 answer

Error getting payment_field_token in Bluesnap API

I use Bluesnap sandbox Payment gateway but i can not get payment_field_token. Solve it var _authdata = $base64.encode('xxxxxxxxxxx' + ':' + 'xxxxxxxx'); $http.defaults.headers.common['Authorization'] = 'Basic' + _authdata; …
1
vote
1 answer

How do I issue refund with BlueSnap API

I need refund transactions in BlueSnap, I'm using API and I have invoice numbers. How do I do that?
DevGirl_22
  • 83
  • 4
1
vote
1 answer

Where can I find the BlueSnap Apple Pay integration Documentation?

I want to start researching wallets and I'm currently checking on the Apple Pay. A colleague told me BlueSnap have new Apple Pay integration - but I'm not sure where is information. Anyone? Help?
DevGirl_22
  • 83
  • 4
1
vote
2 answers

"Missing Translation" during change subscription amount

6 month ago I worked with Bluesnap API. I wrote method that update Bluesnap subscription amount. Now I return to develop bluesnap connection and up to face with error "Missing Translation" when I use written method. My method run PUT request by url…
Pavlo Zhukov
  • 3,007
  • 3
  • 26
  • 43
1
vote
1 answer

how to set next payment date in Bluesnap

I have create a custom subscription plan, I made a transaction, transaction done successfully but next payment date is set after a month but i need to set it after a year. I have tried this code but not works.
Awais
  • 91
  • 6
1
vote
1 answer

Bluesnap api implementation using webapi2 and jquery

I am always getting authentication required window. when I call blue snap sandbox URL. I have googled and read some article which says because of CORS the Authentication required message box is appearing. I tried adding the basic authentication in…
Devanathan.S
  • 1,362
  • 1
  • 14
  • 22
1
vote
1 answer

I have vaulted card information in BlueSnap through the API - how do I retrieve it?

I am using the BlueSnap Payment API and have vaulted cards in BlueSnap. Once the information is stored, how do I retrieve the vaulted card information from BlueSnap?
Randy
  • 295
  • 1
  • 9
1
vote
1 answer

What is the PCI compliance level for the BlueSnap Payment API? How do I limit PCI requirements for BlueSnap Payment API?

I am using the BlueSnap Payment API and wondering what PCI scope does my application fall under? How do I limit PCI requirements for BlueSnap Payment API?
1
vote
1 answer

BlueSnap Payment API: How can I validate a card without charging it?

I am integrating with BlueSnap using the Payment API and want to just validate the card without charging any amount. Does BlueSnap provide such a capability?
Yaron Tzur
  • 108
  • 1
  • 1
  • 6
0
votes
1 answer

How to validate bluesnap ipn security header?

I have configured the IPN security header in the IPN setting page. Now I need to validate the bls-signature using the headers and body of the request on my server side. I can’t find in the documentation any mention of how the signature is computed…
Ethan.S
  • 385
  • 3
  • 13