---
title: "Neosurf"
slug: "neosurf"
updated: 2025-07-25T11:54:54Z
published: 2025-07-25T11:54:54Z
canonical: "docs.apcopay.com/neosurf"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apcopay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Neosurf

**Neosurf** is a prepaid card that allows users to make online transactions without the need for a bank account or credit card. Users can purchase Neosurf cards with cash at various retail locations and then use the unique code on the card to make payments or deposits at supported websites. It provides a secure and anonymous way to conduct online transactions, making it popular for those who prioritize privacy and security. Neosurf is widely accepted across various online platforms, including gaming, entertainment, and e-commerce

## Supported Transaction Types

- [ ] Authorisation
- [ ] Capture
- [x] Purchase
- [ ] Refund
- [ ] Void
- [x] Withdrawal

## Integrations Supported

**Deposit**

- [x] Hosted Payment Page
- [ ] Direct Connect ( server-to-server)

**Withdrawal**

- [ ] Hosted Payment Page
- [x] Direct Connect ( server-to-server)

### Branding

Official Website: [https://www.neosurf.com](https://www.neosurf.com)

Official Logo:

![](https://res.cloudinary.com/apimatic/image/upload/v1645106531/61d5d2c7716b21689d42a5da/61d5d2c7716b21689d42a5da--Neosurf.jpg)

Logo changes occur occasionally, and there are instances when we might not receive prior notification. It is advisable to verify the most recent logo directly from the PSP.

## Currencies & Countries Supported

| Title | Description |
| --- | --- |
| **Currencies Supported** | AUD, CAD, EUR, GBP, PLN |

## Additional tags to process Neosurf

You must include the following tag. This tag informs us to proceed with the redirection to Neosurf to finalize the payment process.

| Description | Hosted Payment Page | Direct Connect (Withdrawals only) |
| --- | --- | --- |
| **Transaction type** | "TransactionType": "PURC", | "TransactionType": "ORIGINALCREDIT", |
| **Force Transaction Routing** | “Routing”:{ “ForcePayment”:”NEOSURF” } |
| **Client Data** | "Client": { "FirstName": "Apco", "LastName": "Test", "Email": "[test@apco.com.mt](mailto:test@apco.com.mt)", "City": "Valletta", "IPAddress": "1.1.1.1" }, | "Client": { "FirstName": "Apco", "LastName": "Test", "Email": "[test@apco.com.mt](mailto:test@apco.com.mt)", "Country": "MLT", "City": "Valletta", "IPAddress": "1.1.1.1" }, |
| **PaymentMethodData** |  | "PaymentMethodData": { "Wallet": "[john@doe.com](mailto:john@doe.com)" }, |
| **Test Indicator** (required in Sandbox Environment only) | "isTest”: true |

**Sample Request**

```json
{
  "TransactionType": "PURC",
  "Currency": "EUR",
  "Amount": "10.00",
  "OrderReference": "0120131584",
  "UniqueReference": "4b8da4f0-d3b4-44ae-8019-8c66905ffad7",
  "RedirectionURL": "https://www.yourURLhere.com/Redirect",
  "CallBackURL": "https://www.yourURLhere.com/Listener",
  "Language": "en",
  "Client": {
    "FirstName": "Apco",
    "LastName": "Test",
    "Email": "test@apco.com.mt",
    "Country": "MLT",
    "City": "Valletta",
    "IPAddress": "1.1.1.1"
  },
  "Routing": {
    "ForcePayment": "NEOSURF"
  },
  "IsTest": true
}
```

**Sample request for a payout**

```json
 {
  "TransactionType": "ORIGINALCREDIT",
  "Currency": "EUR",
  "Amount": "10.00",
  "OrderReference": "test",
  "RedirectionURL": "https://www.yourURLhere.com/Redirect",
  "CallBackURL": "https://www.yourURLhere.com/Listener",
  "UniqueReference": "3a9f50f7-2deb-4dbf-a186-d58641s36665",
  "Language": "en",
  "Client": {
    "FirstName": "Apco",
    "LastName": "Test",
    "Email": "test@apco.com.mt",
    "Country": "MLT",
    "City": "Valletta",
    "IPAddress": "1.1.1.1"
  },
  "Routing": {
    "ForcePayment": "NEOSURF"
  },
  "PaymentMethodData": {
    "Wallet": "john@doe.com"
  },
  "IsTest": true
}
```

Test Credentials

**Neosurf Voucher Code**

| Detail |  |
| --- | --- |
| Voucher Code | 2646049229 |
