{
"productRemark": "Test Product Remark",
"userOrderNo": "1234567890",
"recipientName": "Vertex",
"recipientAccountId": "100000221",
"fiatCurrency": "USD",
"fiatAmount": 100.00,
"supportCurrency": "USDT",
"supportNetwork": "ALL",
"paymentLinkType": "onetime",
"paymentValidTime": 15
}curl --location --request POST '/v1/stable/collect/create-payment-link' \
--header 'Content-Type: application/json' \
--data-raw '{
"productRemark": "Test Product Remark",
"userOrderNo": "1234567890",
"recipientName": "Vertex",
"recipientAccountId": "100000221",
"fiatCurrency": "USD",
"fiatAmount": 100.00,
"supportCurrency": "USDT",
"supportNetwork": "ALL",
"paymentLinkType": "onetime",
"paymentValidTime": 15
}'{
"status": 0,
"code": "string",
"msg": "string",
"data": {
"paymentId": "string",
"productRemark": "string",
"userOrderNo": "string",
"recipientName": "string",
"recipientAccountId": 0,
"fiatCurrency": "string",
"fiatAmount": "string",
"cryptoCurrency": "string",
"cryptoAmount": "string",
"quotePrice": "string",
"supportCurrency": "string",
"supportNetwork": "string",
"payerInfo": {
"payerNameUnavailable": true
},
"returnUrl": "http://example.com",
"status": "init",
"paymentLinkType": "permanent",
"paymentValidTime": 1,
"paymentLink": "http://example.com",
"effectiveTime": 0,
"expiresTime": 0,
"createTime": 0
},
"traceId": "string"
}