Questions tagged [neteller]

NETELLER is an e-money/e-wallet service owned and operated by publicly traded British global payments company Paysafe Group Plc.

The NETELLER service is used to transfer money to and from merchants, such as forex trading firms, social networks, or online gambling firms, and can withdraw funds directly using the Net+ card or transfer the balance to their own bank accounts.

4 questions
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
0
votes
1 answer

how to access neteller account by Invoke-WebRequest

I would like to acces on my neteller account by Invoke-WebRequest . I have found the fields to be filled
lol lol
  • 71
  • 6
0
votes
1 answer

how to get neteller payment status with curl?

Hello! i want to make a neteller payment method on my website. is there a method to check when the payment failed , check if the customer entered an invalid account id or it's invalid secure id. i really didn't find any solution in google about this…
Mohamed
  • 45
  • 1
  • 1
  • 8
0
votes
1 answer

Attempt to get OAuth access token from Neteller produces error: "Server returned HTTP response code: 401 for URL"

I want to set a successful request to Neteller, I am trying to get an access token using the code from the Neteller documentation. However, it consistently fails with with the following exception: java.io.IOException: Server returned HTTP response…
GaripTipici
  • 485
  • 1
  • 7
  • 25