POST /v1/payments/notifyRefund
A notification endpoint implemented by the merchant. The wallet notifies the merchant of refund results after completing fund processing.
Request Parameters
string
Wallet-generated unique refund ID.Max length: 64 characters
string
Merchant-generated unique refund ID.Max length: 64 characters
string
Reason for the refund.Max length: 256 characters
string
Timestamp when money is successfully deducted from the merchant, in ISO 8601 format.
string
Refund status. Values:
SUCCESS, FAIL, PROCESSINGstring
Account type. Values:
MPA, MRBA. Defaults to MPA.Response Parameters
object
required
Standard result object with
resultCode, resultStatus, resultMessage