---
title: "Paysafecard via Trust"
slug: "paysafecard-via-trust"
updated: 2025-02-19T15:42:31Z
published: 2025-02-19T15:42:31Z
canonical: "docs.apcopay.com/paysafecard-via-trust"
---

> ## 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.

# Paysafecard via Trust

**Paysafecard** is a widely used prepaid payment method that offers a secure and convenient way to make online transactions. Users can purchase a Paysafecard voucher with a specific value from various retail outlets, and then use the unique code on the voucher to pay for goods and services online. This method is particularly popular for those who prefer not to share their personal or financial information during online transactions.

## Supported Transaction Types

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

## Integrations Supported

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

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

Official Logo: [https://brand.paysafe.com/paysafecard/visual-identity/logo/](https://brand.paysafe.com/paysafecard/visual-identity/logo/)

## Currencies & Countries Supported

| Title | Description |
| --- | --- |
| **Currencies Supported** | AUD, CAD, EUR, GBP, NOK, RON, SEK, USD |

## Additional attributes to process Paysafecard

You must include the following JSON Attributes to the payload. These attributes inform us to proceed with the redirection to Paysafecard in order to finalize the payment process.

You can also refer to our API reference documentation [here](https://apcopay.redoc.ly/) for more details on the integration.

| Description | Hosted Payment Page |
| --- | --- |
| **Force Transaction Routing** | "Routing":{ "ForcePayment": "PSC”, “MainAcquirer”:”TRUST” } |
| **Client Account Details*** | "ClientAccount": "TestClientAcc" |
| **Test Indicator** (required in Sandbox Environment only) | "isTest”: true |

*While skipping this parameter is an option, we will need to set up your profile to include a user interface for collecting this information from the customer.

**Sample Deposit Request below**

```json
{
  "TransactionType": "PURC",
  "Amount": "10.00",
  "Currency": "EUR",
  "Language": "EN",
   "Client": {
        "Email": "joe.bloggs@testjb.com",
        "ClientAccount": "CliAcc01002",
        "FirstName": "Joe",
        "LastName": "Bloggs",
        "Country": "EN",
        "MobileNo": "00441234567",
        "Street": "High Street",
        "City": "MagicCity",
        "ZIPCode": "BGGC1234",
        "State": "UK",
        "DateOfBirth": "1977-12-31",
        "IPAddress": "127.0.0.1"
    },
  "Routing": {
    "ForcePayment": "PSC",
    "MainAcquirer": "TRUST"
  },
  "OrderReference": "PSCTRUST-PAYMENT",
  "RedirectionURL": "https://yoururl.com/Redirect/",
  "CallBackURL": "https://yoururl.com/Listener",
  "FailRedirectionURL": "https://yoururl.com/Redirect/",
  "UniqueReference": "3a9f50f7-2deb-4dbf-a186-d58641s36665",
  "IsTest": true
}
```

Test Credentials

Paysafecard PIN

| Details |  |
| --- | --- |
| Card No. | 0000000009903808 |
| PIN | 9903808 |
