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

Plimus Buyanywhere API

I am trying to develop forms for Upgrade Subscription and Cancel Subscription with Plimus API from my Yii framework. It seems like there is a lack of documentation/tutorial on this 'BuyAnywhere' API. Is there a good site that explains this process?
Jae Kun Choi
  • 2,011
  • 5
  • 25
  • 32
0
votes
1 answer

Bluesnap hosted payments page custom metadata

i am using Bluesnap hosted payments page inside an iframe. I want to update my backend DB after the successful transaction from that checkout page. I don't see any callback like onSuccess or similar that i can use in js and i know that i can use…
dankobgd
  • 367
  • 3
  • 9
  • 31
0
votes
1 answer

Read and notification issues with gattlib BLE?

I am writing a Linux application using the gattlib library in python3 to send and receive user inputted data between a BlueSnap DB9 BLE adapter and my Linux device. I have been able to successfully send a String of data to the adapter from my device…
spage
  • 1
  • 2
0
votes
1 answer

Bluesnap payment gateway in nodejs

i'm fairly new to nodejs backend. I need to implement bluesnap for payment gateway in nodejs. anyone pleaser help me to implement this. Any article available for bluesnap means also. please share with me.
shanthi B
  • 73
  • 2
  • 7
0
votes
1 answer

BlueSnap - How to make a transaction with product(pass data in custom field) using Hosted Payment Fields api? is jason format is okay?

I have created a product in the BlueSnap product catalog. Now I want to make a transaction under that specif product. I have also created a custom field in the product. Now how to pass the value in the custom field using hosted payment field…
0
votes
1 answer

Setting up 3-D secure for returning shoppers in BlueSnap

I'm having issues implementing the 3D secure flow for returning customers using the BlueSnap API(https://developers.bluesnap.com/docs/3-d-secure-for-api#section-3-d-secure-with-returning-shoppers). The issue is that the setup-callback doesn't seem…
Baawa
  • 3
  • 2
0
votes
0 answers

Problem with BlueSnap Integration(Card Transaction API)

I am trying to implement BlueSnap payment(Embedded Checkout) on my WebApp in Laravel 6. https://developers.bluesnap.com/v8976-Tools/docs/embedded-checkout. I allowed server and public IP to access the BlueSnap Sandbox routes First, I am getting…
makiTurbo
  • 79
  • 3
  • 6
0
votes
1 answer

Getting TOKEN NOT FOUND each time on the Bluesnap Payment Gateway with merchant account

I am trying to do the payment with Hosted Payment Fields of bluesnap but every time it gives me token not found, Below are the steps which I am doing... Created the payment-fields-tokens Called the…
Kirit Patel
  • 122
  • 9
0
votes
1 answer

Post call to bluesnap API for getting encryption token

I am trying to get Encryption Token by calling the bluesnap API endpoint via browser. But request is blocked by CORS policy. How to get that token through browser, since i need to provide an input for user to enter the amount he wished to…
Malik Awan
  • 463
  • 5
  • 13
0
votes
0 answers

Implementing Google Pay Android Application using BlueSnap sdk

I have downloaded BlueSnap Demo App from https://github.com/bluesnap/bluesnap-android-int. I have created sandbox account. I want Google Pay as a payment method. When I am selecting card payment through bluesnap it successfully charges amount and…
Asad Alii
  • 31
  • 5
0
votes
1 answer

BlueSnap API - VaultedShopper FirstName and LastName

I'm creating an integration for the BlueSnap payment API. I'm using the Hosted Payment Fields solution. So when I create a VaultedShopper I just supply the Hosted Payment Fields token. However, the other mandatory fields for the POST…
MrBlueSky
  • 728
  • 6
  • 20
0
votes
1 answer

how to generate the bluesnap token before payment

I want to generate the Bluesnap token before the order payment, but i am getting the token after the payment successfully done. There is no way to retry last unsuccessful payment because i need token to retry the last unsuccessful payment. please…
0
votes
1 answer

From few hours we are getting NO_AVAILABLE_PROCESSORS error

Have a support ticket logged in, but in case anyone know something about this error. It happens when trying to submit payment form with hosted fields. I have tried with few from the testing cards and on more than one sandbox account same error.
Kristian
  • 738
  • 6
  • 15
0
votes
1 answer

Update vaulted shopper on bluesnap

I tried to update a vaulted shopper "sandbox" but it return this error: array(1) { ["message"]=> array(2) { [0]=> array(2) { ["errorName"]=> string(26) "VALIDATION_GENERAL_FAILURE" ["description"]=> string(76) "Seller 636*** encountered a problem…
rachid
  • 19
  • 2
0
votes
1 answer

$_POST not working on Bluesnap Hosted Payment Fields

I have a problem to GET the value of cardholder name using $_POST['name input'] $_POST['name input'] always return empty Can anyone please help me to get the cardholder name value from Bluesnap Hosted Payment Fields
rachid
  • 19
  • 2