Get Crypto Checkout Link
Designing
Retrieve details of a specific payment request.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'https://dev-api.mce.sg/v1.0/payment/crypto/getCryptoCheckoutLink/?cryptoCheckoutLinkId&clientReference'
Responses
application/json {
"code": "string",
"msg": "string",
"data": {
"cryptoCheckoutLinkId": "string",
"cryptoCheckoutId": "string",
"clientReference": "string",
"defaultLanguage": 1,
"logo": "string",
"redirectUrl": "string",
"customerSupportEmail": "string",
"checkoutUrl": "string"
}
}
Modified at 2025-12-30 08:27:02