POST /v1/payments/inquiryPayment
Queries the status of a payment. If both paymentId and paymentRequestId are provided, paymentId takes priority.
Request Parameters
string
Wallet-generated unique payment ID.Max length: 64 characters
string
Merchant-generated payment request ID.Max length: 64 characters
Response Parameters
object
required
Standard result object with
resultCode, resultStatus, resultMessagestring
Wallet-generated payment ID.Max length: 64 characters
string
Merchant-generated payment ID.Max length: 64 characters
string
Payment status. Values:
SUCCESS, FAIL, PROCESSING, AUTH_SUCCESSstring
Payment completion time in ISO 8601 format.