Authorization: Bearer ********************{
"originalTransactionType": "CHECKOUT",
"originalTransactionId": "CKO_20240115_001",
"clientRefundId": "REF_EXT_001",
"refundCurrency": "string",
"blockchain": "string",
"refundInfo": {
"email": "string"
}
}curl --location '/v2.0/payment/crypto/refunds/risk-refund' \
--header 'Content-Type: application/json' \
--data '{
"originalTransactionType": "CHECKOUT",
"originalTransactionId": "CKO_20240115_001",
"clientRefundId": "REF_EXT_001",
"refundCurrency": "string",
"blockchain": "string",
"refundInfo": {
"email": "string"
}
}'{
"code": "SUCCESS",
"msg": "Refund created successfully",
"data": {
"refundId": "REF_20240115_001",
"refundType": "VOID",
"originalTransactionId": "string",
"clientRefundId": "string",
"email": "string",
"refundAddress": "string",
"amount": {
"amount": "string",
"currency": "string"
},
"blockchain": "TRC20",
"feeAmount": {
"amount": "string",
"currency": "string"
},
"netAmount": {
"amount": "string",
"currency": "string"
},
"status": "INITIATED"
}
}