Umbraco Commerce Payment Providers
CMSCloudHeartcoreDXP
  • What are Payment Providers?
  • Install payment providers
  • Commerce Products
    • Umbraco Commerce
    • Commerce Packages
    • Commerce Shipping Providers
  • Invoicing
    • Overview
    • Configure Umbraco
  • Zero
    • Overview
    • Configure Umbraco
  • Klarna
    • Overview
    • Configure Klarna
    • Configure Umbraco
    • Release Notes
  • Mollie
    • Overview
    • Configure Mollie
    • Configure Umbraco
    • How-to Guides
      • How to test Mollie webhooks locally
    • Release Notes
  • Nets
    • Overview
    • Configure Nets
    • Configure Umbraco
    • Release Notes
  • PayPal
    • Overview
    • Configure PayPal
    • Configure Umbraco
    • Release Notes
  • Quickpay
    • Overview
    • Configure QuickPay
    • Configure Umbraco
    • Release Notes
  • Stripe
    • Overview
    • Configure Stripe
    • Configure Umbraco
    • How-to Guides
      • How to Process Subscription Payments
      • How to block payments from non billing country sources
      • How to test Stripe webhooks locally
    • Release Notes
  • Opayo
    • Overview
    • Release Notes
  • Worldpay
    • Overview
    • Release Notes
  • Buckaroo
    • Overview
    • Configure Buckaroo
    • Configure Umbraco
    • Release Notes
Powered by GitBook
On this page
  • Step 1: Sign up & Sign in
  • Step 2: API Keys
  • Step 3: Webhook

Was this helpful?

Edit on GitHub
Export as PDF
  1. Quickpay

Configure QuickPay

Learn how to configure QuickPay in order to implement the integration with your Umbraco Commerce installation.

PreviousOverviewNextConfigure Umbraco

Last updated 1 year ago

Was this helpful?

Step 1: Sign up & Sign in

If you haven't done so yet, head over to the to register for a QuickPay account.

Step 2: API Keys

In order for Umbraco Commerce to communicate with QuickPay securely we need to retrieve a series of API keys used for authentication.

The keys can be found under Settings > Integration in the QuickPay portal.

You will need the following keys:

  • Private key of your account

    • You'll find that in the first option, where your account name is

  • Api key of the API user

    • The second option, right below the Private key

  • Merchant id

    • This is written below your account name

  • Agreement id

    • This is written below API user, Payment Window and your user account name

Step 3: Webhook

In order for QuickPay to notify Umbraco Commerce of a successful transaction, QuickPay makes use of webhook technology. This enables sending notifications of changing transaction statuses directly between the two platforms.

Webhooks ensure that Umbraco Commerce will always be notified of status changes, even if the customer decides not to return to the store.

Registration of webhook notifications is handled as part of the payment request using the Umbraco Commerce callback URL.

The following is an example of such a callback URL:

https://{store_domain}/umbraco/commerce/payment/callback/quickpay-checkout/{payment_method_id}/

When using this, be sure to replace the parameters in the curly brackets with the corresponding values taken from your store.

Or if you already have an account.

login to the QuickPay portal
QuickPay portal
QuickPay Signup
The login form to the QuickPay portal.
QuickPay Integration Keys