bluesnap

Testing a BlueSnap API integration

强颜欢笑 提交于 2019-12-25 01:46:30
问题 I'm writing some integration tests for the server part of my BlueSnap integration. I need to find a way to associate a Hosted Payment Fields (HPF) token with credit card details. In my calls to POST vaulted-shoppers I pass in a HPF token (obtained from payment-fields-tokens ). However, this fails with multiple errors such as Field 'Card Number' is required. The message is misleading: the Card Number is not required. What's actually happening at BlueSnap's end is that the lookup from the HPF

BlueSnap integration with node js and angular

老子叫甜甜 提交于 2019-12-12 03:39:12
问题 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 not getting the response as stated in developer guide. When i sent the data to server in xml format then response i get is unautorization access. Step 1 am Following is Get token from the server sample respose i am printing { response: { debugId:

Error getting payment_field_token in Bluesnap API

半腔热情 提交于 2019-12-11 05:27:24
问题 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; $http.defaults.headers.common['Content-Type'] = 'application/json'; $http.defaults.headers.common['Accept'] = 'application/json'; $http.defaults.headers.common['Access-Control-Allow-Origin'] = '*'; console.log("Authenticaltion Data : " + _authdata); var _headers = {

Easy start with BlueSnap hosted payment fields;

≡放荡痞女 提交于 2019-12-07 06:49:31
问题 Hi – I'm looking for a simple script I can Copy&Paste into my website so I can start selling with BlueSnap's HPF fields. The form should include the most basic elements needed to get the token back and charge the shopper, I'm not looking for any design, just functionality. I have the basics - but I need to see how this would look like if it was done: <form id="checkoutForm"> <div> <label>Full Name:</label> <input type="text" id="fullName"> </div> <div> <label>Card Number:</label> <input type=

Easy start with BlueSnap hosted payment fields;

廉价感情. 提交于 2019-12-05 10:39:04
Hi – I'm looking for a simple script I can Copy&Paste into my website so I can start selling with BlueSnap's HPF fields. The form should include the most basic elements needed to get the token back and charge the shopper, I'm not looking for any design, just functionality. I have the basics - but I need to see how this would look like if it was done: <form id="checkoutForm"> <div> <label>Full Name:</label> <input type="text" id="fullName"> </div> <div> <label>Card Number:</label> <input type="text" id="cardNumber" data-bluesnap="ccn"> </div> <div> <label>Security Code:</label> <input type=