Skip to main content
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, resultMessage
string
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_SUCCESS
string
Payment completion time in ISO 8601 format.
object
Payment amount. See Amount.

Result Codes