LogoLogo
BlogLogin
English
English
  • An Introduction to Saferpay
    • Licensing
      • Legacy licensing
    • Reconciliation
    • Acquirers & Payment Methods
    • Web Shop Plugins and certified partners
      • ePages Beyond
      • ePages NOW
      • Magento 2
      • Odoo
      • PrestaShop
        • PrestaShop User Guide
      • Salesforce Commerce Cloud
      • SAP Commerce Cloud
      • Shopware 6
        • Shopware 6 User Guide - German
        • Shopware 6 User Guide - English
      • WordPress WooCommerce
      • Shopify
    • Supported Languages
    • Common Saferpay terms - Glossary
  • News
    • Changes for transactions without customer presence
    • Changes for the Saferpay Hosted Forms, Fields and Payment Page
  • Quick Links
    • Web Shop Plugins and certified partners
    • Secure PayGate
    • User Administration
    • Payment Page Configuration
    • Risk Management
    • API Authentication
  • Interfaces
    • Payment API (aka JSON API)
    • Management API
    • Backoffice
      • The Home screen
      • Batch Processing
      • Transactions
        • Transaction Details
        • Batch Close
        • Declined transactions
        • Pending authorizations
        • Analytics
        • SEPA Refunds Export
        • Authorization & Payment
        • Credit
      • Risk Management
      • Secure PayGate / Payment Links
      • Secure Card Data
        • Secure Card Data Details
      • Settings
        • JSON API basic/Client Certificate authentication
        • User Administration
        • Payment Page Configuration
      • Online Support
      • User Profile
    • Saferpay OnSite
    • Feedback
  • Integration Guide
    • Integrating Saferpay
    • Ways of integration
      • General Information
        • Data Security and PCI DSS
        • Versioning
        • 3-D Secure
        • PSD2
        • Dynamic Currency Conversion
        • Iframe Integration and CSS
        • Fraud Intelligence
          • Silver
          • Fraud Intelligence Integration
      • Payment Page
        • Payment Page checklist
      • Transaction Interface
        • Recurring Payments
        • Refunds
          • SEPA Refunds
      • Capture and Daily Closing
        • Partial Captures
          • Marketplace
      • Secure Card Data - Tokenization
      • Saferpay Fields
      • Inquire Interfaces
      • Mobile Integration
      • Omni-Channel
      • Mail Phone Order
      • Error Handling
      • API Health Check
      • Saferpay API Specification
    • Payment Methods & Wallets
      • General and special cases
      • Account-to-Account Payments
      • Alipay+
      • Apple Pay
      • American Express
      • Bancontact
      • Billie
      • blik
      • Click to Pay
      • Diners Club International & Discover Card
      • eps
      • giropay
      • Google Pay
      • iDEAL 2.0
      • JCB
      • Klarna Payments
      • Maestro International
      • Mastercard
      • paydirekt
      • PayPal
      • PostFinance Pay
      • Przelewy24
      • Reka
      • SEPA Direct Debit
      • Sofort by Klarna
      • TWINT
      • UnionPay
      • Visa & V PAY
      • WeChat Pay
      • WL Crypto Payments
    • Testing
    • Go-Live
    • Frequently Asked Questions
    • Saferpay Demo
      • Saferpay Demo Environment
      • Saferpay Demo Shop
    • Support
    • Changelog
Powered by GitBook
On this page
  • What happens, if you do not have the right license?
  • Supported API-Methods per license

Was this helpful?

  1. An Introduction to Saferpay
  2. Licensing

Legacy licensing

PreviousLicensingNextReconciliation

Last updated 9 months ago

Was this helpful?

Saferpay distinguishes between two licences:

  • Saferpay eCommerce

  • Saferpay Business

It is extremely important to clarify before the implementation of Saferpay, whether an eCommerce licence or a business license is to be used, as they provide different functions. The Saferpay Business licence is an extension of the eCommerce licence. If you have any questions, please contact your relevant contractually appointed person.

All Saferpay test accounts do have Business activated by default, for evaluation purposes.

What happens, if you do not have the right license?

In case you are using Saferpay Business without the corresponding license, the API will throw an error:

{
 "ResponseHeader": {
   "SpecVersion": "[CURRENT SPEC_VERSION]",
   "RequestId": "[your request id]"
 },
 "Behavior": "ABORT",
 "ErrorName": "PERMISSION_DENIED",
 "ErrorMessage": "Permission denied",
 "ErrorDetail": [
   "Invalid license"
 ]
}

In this case, you'll have three options to proceed:

Option 1: Get a Business license! You can contact your sales contact and ask for a change to Saferpay Business, so you have access to the needed functions.

Option 3: If you are using an official plug-in/integration from our partners, it may be only necessary to switch over to the Payment Page interface inside the shop-configuration. A complete re-integration won't be necessary in this particular case. When in doubt, please consult the user-manual, or contact the plug-in manufacturer directly.

If you have a Saferpay Business contract, but still recieve this error, please contact your sales contact.

Supported API-Methods per license

The following table shows an overview of which functions are included in the two licence models:

Interface

eCommerce

Business

PaymentPage Interface

Initialize Payment Page

✅

✅

Assert Payment Page

✅

✅

Transaction Interface

Transaction Initialize

❌

✅

Transaction Authorize

❌

✅

Transaction QueryPaymentMeans

❌

✅

Transaction AdjustAmount

❌

✅

Transaction Authorize Direct

❌

✅

Transaction Authorize Referenced

❌

✅

Transaction Capture

✅

✅

Transaction Cancel

✅

✅

Transaction Refund

❌

✅

Transaction Refund Direct

❌

✅

Transaction Redirect Payment

❌

✅

Transaction Assert Redirect Payment

❌

✅

Transaction AssertCapture

✅

✅

Transaction AssertRefund

❌

✅

Transaction MultipartCapture

✅

✅

Transaction MultipartFinalize

✅

✅

Transaction Inquire

✅

✅

Secure Alias Store

Alias Insert

❌

✅

Alias Assert Insert

❌

✅

Alias Insert Direct

❌

✅

Alias Delete

❌

✅

Batch

Close

✅

✅

Inside the , all "Business" requests are marked with the additional Business License tag, to indicate that they may only be used with Saferpay Business.

Option 2: Redo the integration! If you are not happy with option 1, another option would be to redo the whole integration, with the in mind.

API specification
Payment Page
(click to enlarge)