This document describes the Qualpay Payment Gateway API.
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
API key authentication (see docs for format)
Authorization: Bearer YOUR_API_KEY
Paid. Qualpay payment processing; interchange-plus pricing model. Contact for rates.
| Method | Path | Description |
|---|---|---|
| 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 |
curl -X GET 'https://api-test.qualpay.com/pg/ardef' \ -H 'Authorization: Bearer YOUR_API_KEY'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Qualpay Payment Gateway documentation.