| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v1.0 |
| Backward Compatibility | No |
| Applicable Environment | Production |
Authorization: Bearer ********************curl --location --request GET '/v1.0/payment/crypto/getCryptoCheckoutLink?cryptoCheckoutLinkId&clientReference' \
--header 'Authorization: Bearer <token>'{
"code": "string",
"msg": "string",
"data": {
"cryptoCheckoutLinkId": "string",
"cryptoCheckoutId": "string",
"clientReference": "string",
"defaultLanguage": 1,
"logo": "string",
"redirectUrl": "string",
"customerSupportEmail": "string",
"checkoutUrl": "string"
}
}