--- title: 'Neteller' description: 'Neteller iGaming e-wallet via Paysafe — OAuth2 merchant deposits (transferIn), withdrawals (transferOut), customer lookup, and transaction status.' --- # 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 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 | Endpoint | Summary | |---|---| | [POST /v1/oauth2/token](./post_v1_oauth2_token_getnetelleraccesstoken) | Obtain an OAuth2 access token (client_credentials) | | [POST /v1/transferIn](./post_v1_transferin_createnetellertransferin) | Charge a Neteller customer (deposit) | | [POST /v1/transferOut](./post_v1_transferout_createnetellertransferout) | Pay out to a Neteller customer (withdrawal) | | [GET /v1/customers/{customerId}](./get_v1_customers_customerid_getnetellercustomer) | Look up a Neteller customer by ID or email | | [GET /v1/transactions/{transactionId}](./get_v1_transactions_transactionid_getnetellertransaction) | 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.