Skip to main content

paysafecard

Quick Start
  1. Sign up at paysafecard.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 paysafecard →

Overview

paysafecard payment integration

Provider IDpaysafecard
CategoryLocal Payment Methods
Websitepaysafecard.com

Authentication

  • Method: Basic Auth (Base64)
  • Base URL: https://api.paysafecard.com/v1

Configuration

Required Parameters

ParameterDescription
api_keyAPI Key

Example Configuration

{
"provider": "paysafecard",
"provider_params": {
"api_key": "your_api_key_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
SUCCESScharged
AUTHORIZEDcharged
INITIATEDcharging
FAILEDrejected
EXPIREDrejected

API Reference

MethodEndpointDescription
POST/payments
GET/payments/#{URI.encode(payment_id)}
POST/payments/#{URI.encode(payment_id)}/refunds

Resources