Confirms the credit transfer from one account to another
OC_CONFIRMSENDCREDITS
Request code | Code meaning | Explanation |
---|---|---|
QE_LOW_BALANCE | Low balance | |
QE_INVALID_RECIPIENT | Invalid recipient | |
QE_INVALID_CODE | Invalid code |
"Action":<OC_GETWHOLEFOLDER>, { "Action":<OC_CONFIRMSENDCREDITS>, "Data":{ "Token":<MyToken>, "Confirm code":<MyAmount> } }
{ "Status":"Success", "Data":{ "Operation ID":<MyOperationID>, "Balance":<MyBalance> "Transfer amount":<MyTransferAmount> } }
,where:
<MyOperationID>
- operation identifier<MyBalance>
- the sender balance after transaction<MyTransferAmount>
- the number of credits accrued to the recipient by transaction<MyAmount>*(1+TransferPercent/100)
credits amount.