curl --location '/v2.0/payment/crypto/checkouts//refundable-info'{
"code": "SUCCESS",
"msg": "Refundable info retrieved successfully",
"data": {
"checkoutId": "CKO_20240115_001",
"refundableItem": {
"amount": {
"amount": "string",
"currency": "string"
},
"chainCode": "ETH"
},
"voidableItems": [
{
"amount": {
"amount": "string",
"currency": "string"
},
"chainCode": "ETH"
}
],
"riskRefundableItems": [
{
"amount": {
"amount": "string",
"currency": "string"
},
"chainCode": "ETH"
}
]
}
}