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