Appearance
Neteller
Neteller iGaming e-wallet via Paysafe — OAuth2 merchant deposits (transferIn), withdrawals (transferOut), customer lookup, and transaction status.
| Detail | Value |
|---|---|
| Category | iGaming |
| Base URL | https://api.neteller.com |
| Authentication | OAuth2 Client Credentials |
| Endpoints | 5 |
| Connector key | neteller |
Using Neteller in a workflow
- Go to Connections and click New Connection.
- Pick Neteller from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints
| Endpoint | Summary |
|---|---|
| POST /v1/oauth2/token | Obtain an OAuth2 access token (client_credentials) |
| POST /v1/transferIn | Charge a Neteller customer (deposit) |
| POST /v1/transferOut | Pay 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 Callnode configuration, and the response shape.