blob: b00d7ed9c8fbd337f7ae23b2b66a376c4aaa17ac [file] [log] [blame]
openapi: '3.0.2'
info:
title: API Title
version: '1.0'
servers:
- url: https://api.server.test/api
paths:
/consume/qrcode/init:
$ref: consumeapi.yaml#/components/paths/qrcodePayInit
/consume/qrcode/confirm:
$ref: consumeapi.yaml#/components/paths/qrcodePayConfirm
/consume/qrcode/query/{refno}:
$ref: consumeapi.yaml#/components/paths/qrcodePayQuery
/consume/refund:
$ref: consumeapi.yaml#/components/paths/refund
/consume/refund/query/{billno}:
$ref: consumeapi.yaml#/components/paths/refundQuery
/account/query:
$ref: accountapi.yaml#/components/paths/accountQuery
/account/apy:
$ref: accountapi.yaml#/components/paths/accountPay
/account/preAuthorizedDebit:
$ref: accountapi.yaml#/components/paths/accountPreAuthorizedDebit
/account/preAuthorizedSettle:
$ref: accountapi.yaml#/components/paths/accountPreAuthorizedSettle