Confirmation of the credit transfer from one account to another

Description

Confirms the credit transfer from one account to another

Request code

OC_CONFIRMSENDCREDITS

Request errors

Request code Code meaning Explanation
QE_LOW_BALANCE Low balance
QE_INVALID_RECIPIENT Invalid recipient
QE_INVALID_CODE Invalid code

Request body

"Action":<OC_GETWHOLEFOLDER>,
{
 "Action":<OC_CONFIRMSENDCREDITS>,
  "Data":{
    "Token":<MyToken>,
   "Confirm code":<MyAmount>
  }
}

Response body

{
 "Status":"Success",
 "Data":{
  "Operation ID":<MyOperationID>,
  "Balance":<MyBalance>
  "Transfer amount":<MyTransferAmount>
 }
}

,where:

Additionally