Change OFFRAMP transaction status
Change the status of an Offramp transaction
Change the status of Offramp transaction
POST
https://api.remitquickly.com/onramp/api/v2/whiteLabel/test/changeOfframpStatus
Request Body
Name
Type
Description
customerId*
String
Unique id received from /kyc/url
status*
String
Status to change and this must be among one of the accepted values
transactionId*
String
offramp transaction Id
{
"status": 1,
"code": 200,
"data": {
"changeStatus": true,
"message": "Status changed to 10 i.e ON_CHAIN_DEPOSIT_RECEIVED"
}
}
{
"status": 1,
"code": 200,
"data": {
"changeStatus": true,
"message": "Status changed to 10 i.e ON_CHAIN_DEPOSIT_RECEIVED"
}
}
Last updated