Questions tagged [netbanx-api]

The Netbanx-api tag should be used for any paysafe classic or new paysafe api's along with the paysafe tag.

NETBANX is a service of a global payments company Paysafe Group Plc (formerly Optimal Payments Plc). Netbanx allows merchants and retailers to accept and process web or call centre captured global payments via credit cards, debit cards, pre-paid cards, and a range of other payment types.

11 questions
3
votes
2 answers

Error on Paysafe Card Payment API?

This may sound stupid but I keep getting this error for every request that I make for the Card Payments API. { "error": { "code": "5270", "message": "The credentials provided with the request do not have permission to access the data…
2
votes
2 answers

Using Netbanx API

I'm trying to use the Netbanx API and i always get {"error":{"code":401,"message":"Not authorised"}} I dont know what I am doing wrong. var url = "https://api.test.netbanx.com/hosted/v1/orders"; $.ajax({ url: url, headers: { …
1
vote
1 answer

Paysafe POSTMAN 404 for cardpayments

I am unable to run a proper transaction. I am not coding right away. I wanted to test it with POSTMAN first but I seem to be running in to problems. I am using the following…
Jason
  • 13
  • 2
1
vote
2 answers

Error returned in Web Service

I have been having a hell of a time trying to debug this. I am running out of ideas. I have the following simple PHP code. $url = "https://webservices.test.optimalpayments.com/creditcardWS/CreditCardServlet/v1"; $ch =…
Jayjay
  • 15
  • 5
1
vote
1 answer

TxnMode error for Paysafe API

I have been trying to get a sample Web Services request to go through and I keep receiving an error. See my Setup. Account Number: 89994061 Store ID: test Store Password: test Sample Request (Code)
1
vote
1 answer

Omnipay Netbanx issue with state & country errors

I'm in the process of implementing Netbanx as a payment gateway using the Omnipay PHP library, but I'm having an issues with errors relating to "Node: state" and "Node: country" strings being less than the minLength facet. Note: I'm using the test…
JasonMortonNZ
  • 3,752
  • 8
  • 34
  • 56
0
votes
1 answer

Error 12600: Authorization Denied with Netbanx payment iframe

TL;DR : I am getting a "12600: Authorisation Denied (12600)" error and can't find what that means in Netbanx/Paysafe's documentation. Background: I am using the Netbanx credit card services. The request is built server-side to obtain a url, which is…
CedricLaberge
  • 592
  • 2
  • 7
  • 22
0
votes
1 answer

When I try to send a request to Paysafe, I keep getting the following response form the API

Here is my code that I am using to make my request. { "total_amount": "1000", "currency_code": "USD", "merchant_ref_num": "12345678", "customer_notification_email": "test@test.com", "profile": { "firstName": "Test", …
Jayjay
  • 15
  • 5
0
votes
1 answer

How to get customer in error with Recurring billing using NetBanx (OptimalPayments) API

I'm using the OptimalPayments API for Recurring Billing. I would like to create a C# application that use an API who can fetch all the Customer who have a Failed Transaction (ex: customer with expired credit card). But I don't know which API URL…
JudgeProphet
  • 1,687
  • 3
  • 26
  • 44
0
votes
1 answer

OpenCart PHP Callback Array Trouble

I am trying to write a Netbanx API extension and accessing the array is failing. I get PHP errors for Undifined index on interrogation. Array dump is: Array ( [transaction_status] => success [transaction_merchantRefNum] => 476 …
Ross Beer
  • 7
  • 2
-3
votes
1 answer

What end point should I be using to integrate the Paysafe Cards API?

I am trying to invoke a cards api and want to figure out which one I should be calling for the different responses.