POST /v1/payments/linkPayCreate
Creates an order for merchant app cashier payment and returns a payment link and platform-specific app links.
Request Parameters
Fixed product identifier assigned per payment scenario (e.g.,
51051000101000100054 or 51051000101000100086).Order details.
Merchant callback URL for payment result notifications.
URL to redirect the user to after successful payment.
JSON-formatted extended data.
Response Parameters
Standard result object with
resultCode, resultStatus, resultMessagePayment page URL.
Echo of the merchant-provided transaction identifier.
Platform-generated unique order ID.
Platform-specific deep links.
Result Codes
| resultStatus | resultCode | Description |
|---|---|---|
S | SUCCESS | Order created successfully |
F | PARAM_ILLEGAL | Invalid parameters |
F | REPEAT_REQ_INCONSISTENT | Duplicate request with inconsistent data |
F | ACCESS_DENIED | Valid contract absent |
F | INVALID_SIGNATURE | Signature validation failed |
F | MERCHANT_STATUS_ABNORMAL | Merchant account issues |
U | UNKNOWN_EXCEPTION | Unknown error occurred |
U | REQUEST_TRAFFIC_EXCEED_LIMIT | Rate limit exceeded |