Skip to main content

Neteller

Quick Start
  1. Sign up at neteller.com and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to Neteller →

Overview

Neteller payment integration

Provider IDneteller
CategoryE-Wallets
Websiteneteller.com

Authentication

  • Method: Bearer token
  • Base URL: https://api.neteller.com/v1

Configuration

Required Parameters

ParameterDescription
client_idClient ID
client_secretClient Secret

Example Configuration

{
"provider": "neteller",
"provider_params": {
"client_id": "your_client_id_here",
"client_secret": "your_client_secret_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
COMPLETEDcharged
PENDINGcharging
CANCELLEDrejected
FAILEDrejected

API Reference

MethodEndpointDescription
POST/checkout
GET/payments/#{outer_id}
POST/payments/#{outer_id}/refunds
POST/oauth2/token

Resources