Paysafecard via Trust
  • 13 Feb 2025
  • 1 Minute to read
  • Dark
    Light

Paysafecard via Trust

  • Dark
    Light

Article summary

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

  • Purchase

  • Refund

  • Withdrawal

  • Void

Integrations Supported

  • Hosted Payment Page

  • Direct Connect ( server-to-server)

Official Website: https://www.paysafecard.com/

Official 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 tags to process Paysafecard

You must include the following tag. This tag informs 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 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

{
  "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



Was this article helpful?