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
Wallet-generated unique refund ID.Max length: 64 characters
Merchant-generated unique refund ID.Max length: 64 characters
Reason for the refund.Max length: 256 characters
Timestamp when money is successfully deducted from the merchant, in ISO 8601 format.
Refund status. Values:
SUCCESS, FAIL, PROCESSINGAccount type. Values:
MPA, MRBA. Defaults to MPA.Response Parameters
Standard result object with
resultCode, resultStatus, resultMessageResult Codes
| resultStatus | resultCode | Description |
|---|---|---|
S | SUCCESS | Notification acknowledged |
U | UNKNOWN_EXCEPTION | Unknown error occurred |