Neteller
Quick Start
- Sign up at neteller.com and obtain API credentials
- Create a terminal in the Admin Console with the parameters below
- Start processing — the adapter is pre-built and ready to use
Overview
Neteller payment integration
| Provider ID | neteller |
| Category | E-Wallets |
| Website | neteller.com |
Authentication
- Method: Bearer token
- Base URL:
https://api.neteller.com/v1
Configuration
Required Parameters
| Parameter | Description |
|---|---|
client_id | Client ID |
client_secret | Client Secret |
Example Configuration
{
"provider": "neteller",
"provider_params": {
"client_id": "your_client_id_here",
"client_secret": "your_client_secret_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
COMPLETED | charged | |
PENDING | charging | |
CANCELLED | rejected | |
FAILED | rejected |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /checkout | |
| GET | /payments/#{outer_id} | |
| POST | /payments/#{outer_id}/refunds | |
| POST | /oauth2/token |