Skip to content
For LLMsView as Markdown·

Neteller

Neteller iGaming e-wallet via Paysafe — OAuth2 merchant deposits (transferIn), withdrawals (transferOut), customer lookup, and transaction status.

DetailValue
CategoryiGaming
Base URLhttps://api.neteller.com
AuthenticationOAuth2 Client Credentials
Endpoints5
Connector keyneteller

Using Neteller in a workflow

  1. Go to Connections and click New Connection.
  2. Pick Neteller from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints

EndpointSummary
POST /v1/oauth2/tokenObtain an OAuth2 access token (client_credentials)
POST /v1/transferInCharge a Neteller customer (deposit)
POST /v1/transferOutPay out to a Neteller customer (withdrawal)
GET /v1/customers/{customerId}Look up a Neteller customer by ID or email
GET /v1/transactions/{transactionId}Get a Neteller transaction by ID

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.