Skip to main content
POST /v1/payments/linkPayCreate Creates an order for merchant app cashier payment and returns a payment link and platform-specific app links.

Request Parameters

string
required
Fixed product identifier assigned per payment scenario (e.g., 51051000101000100054 or 51051000101000100086).
object
required
Order details.
string
Merchant callback URL for payment result notifications.
string
URL to redirect the user to after successful payment.
string
JSON-formatted extended data.

Response Parameters

object
required
Standard result object with resultCode, resultStatus, resultMessage
string
Payment page URL.
string
Echo of the merchant-provided transaction identifier.
string
Platform-generated unique order ID.
Platform-specific deep links.

Result Codes