Questions tagged [paysafe]

The Paysafe tag should be used for any paysafe classic or new paysafe api's. Also to be used with any sub-brands in addition to relevant tags.

17 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
3 answers

Neteller paysafe api: Can I create a payment handle without specifying the consumer?

SO, i'm creating a payment handler and I redirect to the given payment_url. In order to create the payment handler (and get the payment_url), I must specify the consumerId in the request body, ex createPaymentHandler request: { "merchantRefNum":…
thanosk
  • 133
  • 1
  • 8
2
votes
0 answers

Testing successful payment from Google Pay with Paysafe?

So, I'm using Paysafe as my payment processor, and they only allow certain card numbers for testing successful transactions. I cannot add these card numbers to my Google account (I get an error that tells me to correct the card number), so it seems…
2
votes
2 answers

PHP class_implements class does not exist

I am implementing a payment system with the php paysafe SDK (https://github.com/paysafegroup/paysafe_sdk_php) class_implements(): Class Refund does not exist and could not be loaded I am able to create the class Refund like this $r = new Refund()…
user2942945
  • 469
  • 1
  • 7
  • 19
1
vote
2 answers

BadRequest: 400 Bad Request

I want to make a Authorization request using Spring Webflux to Paysafe test environment. I tried this: Mono transactionMono = Mono.just(transaction); return…
Peter Penzov
  • 1,126
  • 134
  • 430
  • 808
1
vote
0 answers

Having issue while making payment with Paysafe

I am facing an issue while making payment using paysafe api on test mode. Issue is showing as error code: [code] = 3027 [message] => The external processing gateway has reported a limit has been exceeded. What could be the possible solution to…
1
vote
0 answers

Paysafe how to rebill with C# SDK

I'd like to know how we can use if it even still exists, the "rebill" API with the C# SDK. We are migrating from the "Hosted Payments API" to a combination of Paysafe.js for the frontend and C# SDK for the backend. We now want to use the Single-Use…
Nicolas
  • 13
  • 3
1
vote
2 answers

paysafe internal error ErrorCode1007

I'm trying to use PaySafe Rest API Via php Curl (mycurl) but i'm getting error. my php code: $url="https://api.test.paysafe.com/cardpayments/v1/accounts/xxxxxxx/auths";// si erreur ajouter HTTP/1.1 $headers=array('content-type:…
hamil.Dev
  • 137
  • 2
  • 9
1
vote
1 answer

Composer Paysafe any version?

First time I try to add a package in the composer.json of my laravel application. I trying to add this package paysafe https://github.com/paysafegroup/paysafe_sdk_php I downloaded the repo and moved it under the folder "vendor" in laravel It seem…
user2942945
  • 469
  • 1
  • 7
  • 19
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)
0
votes
1 answer

Paysafe 3D Secure 2 api issue

I'm integrating my site with 3D Secure 2 and I don't know how to get the information I need to execute JavaScript SDK Start Function paysafe.threedsecure.start("my Base64 encoded single-use API key", { environment: "TEST", accountId: "Preferred…
ArlanG
  • 888
  • 9
  • 21
0
votes
1 answer

Why do I receive an error 500 when trying to access Paysafe Api server?

The Paysafe API was working perfectly fine in localhost, I was able to complete payment to Netbanx. I started to integrate the system on the website. I have a page for billing information, then a page for card payment where I use paysafe.js to…
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
1
2