Change OFFRAMP transaction status
Change the status of an Offramp transaction
Change the status of Offramp transaction
Request Body
Name
Type
Description
{
"status": 1,
"code": 200,
"data": {
"changeStatus": true,
"message": "Status changed to 10 i.e ON_CHAIN_DEPOSIT_RECEIVED"
}
}{
"status": 0,
"code": 400,
"error": "Missing parameter -> transactionId, status."
}{
"status": 0,
"code": 400,
"error": "Unable to change status . Please try again after some time."
}{
"status": 1,
"code": 200,
"data": {
"changeStatus": true,
"message": "Status changed to 10 i.e ON_CHAIN_DEPOSIT_RECEIVED"
}
}Last updated