POST /v1/payments/notifyCashierUrl
A notification endpoint implemented by the merchant. The wallet sends the cashier redirect URL, which can then be passed to the my.tradePay JSAPI in the Mini Program.
Request Parameters
The payment ID of the original payment order.Max length: 64 characters
The cashier redirect URL to use in
my.tradePay.Max length: 1024 charactersResponse Parameters
Standard result object with
resultCode, resultStatus, resultMessageResult Codes
| resultStatus | resultCode | Description |
|---|---|---|
S | SUCCESS | Notification acknowledged |
U | UNKNOWN_EXCEPTION | Unknown error occurred |