| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v1.0 |
| Backward Compatibility | No |
| Applicable Environment | Production |
{
"cryptoCheckoutId": "string"
}curl --location --request POST '/v1.0/payment/crypto/closeCryptoCheckout' \
--header 'Content-Type: application/json' \
--data-raw '{
"cryptoCheckoutId": "string"
}'{
"code": "string",
"msg": "string"
}