POST /v1/payments/notifyPayment
A notification endpoint implemented by the merchant. The wallet notifies the merchant of payment results.
Request Parameters
Wallet-generated unique payment ID.
Merchant-generated unique payment identifier.
Payment outcome. Values:
SUCCESS, FAILOrder amount for display on user consumption records and payment results page. See Amount.
Payment success time in ISO 8601 format (e.g.,
2019-04-04T12:08:56.253+05:30).Payment creation time in ISO 8601 format.
Response Parameters
Standard result object with
resultCode, resultStatus, resultMessageResult Codes
| resultStatus | resultCode | Description |
|---|---|---|
S | SUCCESS | Notification acknowledged |
U | UNKNOWN_EXCEPTION | Unknown error occurred |