Skip to main content
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

paymentId
string
required
The payment ID of the original payment order.Max length: 64 characters
cashierRedirectUrl
string
required
The cashier redirect URL to use in my.tradePay.Max length: 1024 characters

Response Parameters

result
object
required
Standard result object with resultCode, resultStatus, resultMessage

Result Codes

resultStatusresultCodeDescription
SSUCCESSNotification acknowledged
UUNKNOWN_EXCEPTIONUnknown error occurred