Qualpay
Connector for the qualpay API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api-test.qualpay.com/pg - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_card_type_information— POST /ardef — Get Card type Information for Visa, Mastercard, and Discoverauthorization— POST /auth — Authorize Transactionbatch_close— POST /batchClose — Close Batchcapture— POST /capture/{pgIdOrig} — Capture an Authorized Transactioncredit— POST /credit — Issue Credit to Cardholdersend_receipt— POST /emailReceipt/{pgId} — Send Transaction Receipt Email
Inputs
apiKey— your qualpay API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_card_type_information
apiKey: <your key>