Q

Qualpay Payment Gateway API

by Qualpay Payment Gateway

This document describes the Qualpay Payment Gateway API.

paymentsqualpay

Quick Reference

Base URL https://api-test.qualpay.com/pg Auth type API Key Header Auth header Authorization: Bearer YOUR_API_KEY Rate limit Not officially published Pricing Enterprise / contact sales Free quota None Documentation https://api-test.qualpay.com/pg Endpoint status Server online — HTTP 404 — server is online but path returned an error (may require auth)2.67s (checked Mar 29, 2026) Builder score D 39% builder-friendly
Pricing
28
Latency
20
Depth
61

Authentication

API key authentication (see docs for format)

Authorization: Bearer YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Paid. Qualpay payment processing; interchange-plus pricing model. Contact for rates.

Key Endpoints

MethodPathDescription
POST /ardef Get Card type Information for Visa, Mastercard, and Discover
POST /auth Authorize Transaction
POST /batchClose Close Batch
POST /capture/{pgIdOrig} Capture an Authorized Transaction
POST /credit Issue Credit to Cardholder
POST /emailReceipt/{pgId} Send Transaction Receipt Email
POST /expireToken Expire Token
POST /force Force Transaction Approval

Sample Request

curl -X GET 'https://api-test.qualpay.com/pg/ardef' \
  -H 'Authorization: Bearer YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Qualpay Payment Gateway documentation.