Orphan transactions
This section provides methods for receiving and withdrawing orphan transactions.
Orphan Transactions are transactions randomly sent to an address that was created for another coin.
If such a transaction is detected, you can withdraw the received coins to the specified address.
Transactions have two stages DEPOSIT
and WITHDRAWAL
. The output can be created when the transaction is at the DEPOSIT
stage and in the PROCESSED
status, there is also a parameter in the transaction body canWithdrawal
which can be used when trying to output.
After the output, you will receive a webhook at the specified URL when requesting output (the body of the webhook will be identical to the body of the output). The outgoing transaction will also appear in the outTransaction
field in the body of the orphan transaction
Description of transaction fields
Field | Description |
---|---|
| Transaction ID in the system |
| ID of the organization that the address belongs to |
| ID of the order to which the address was linked at the time the transaction was detected |
| The current stage of the transaction. There are 2 values available: |
| Status of the current stage of the transaction |
| Message when the operation is rejected |
| Transaction Coin |
| Transaction Network |
| Transaction amount |
| Is coin withdrawal available. (Available only at the |
| Incoming transaction data |
| Data of the outgoing transaction if a withdrawal was requested |
| Date of transaction discovery |
Incoming transaction:
Field | Description |
---|---|
| The type of address the transaction came to |
| ID of the address in the system |
| Address in the blockchain |
| Transaction ID in the blockchain |
| Transaction amount |
| Transaction status |
| Date of the transaction |
Outgoing transaction transaction:
Field | Description |
---|---|
| Address in the blockchain |
| Transaction ID in the blockchain |
| Transaction amount |
| Transaction status |
| Network commission per transaction |
| The network's commission per transaction in terms of USD |
| ID of the output in the system |
| Date of creation of the withdrawal request |
Description of the addressType
field:
Value | Description |
---|---|
| Address for payments |
| Payment address |
| Business wallet |
| Address for recurrent payments |
| Personal address |
Description of the status
field:
Value | Description |
---|---|
| The transaction was created in the system |
| Successfully processed |
| Error during processing |
| Rejected by the system |
| During processing |
Transaction stages:
Stage | Description |
---|---|
| A deposit has been received, for withdrawal it is necessary to wait for the transition to the status of |
| Withdrawal of received coins was requested. |
Transaction statuses:
Status | Description |
---|---|
| The operation is in progress. For the |
| The operation was completed successfully. For the |
| Error processing the operation |
| Operation rejected |
Commission token
To request a commission token, you must specify the orphan transit ID. The token is generated for the amount that came to the address in full volume.
Field | Description |
---|---|
| Withdrawal Coin |
| Output Network |
| The source of the commission write-off. There are 2 values available: |
| Network commission in the transaction coin |
| The network's commission in terms of USD |
| Service commission |
| Service fee in USD |
| Withdrawal amount |
| The amount that the outgoing address will receive after withdrawal (minus fees for |
| The conversion rate of the network commission to USD |
| Withdrawal Token |
| Token expiration date |
Description of the feeSource
field:
Value | Description |
---|---|
| The source of the network's withdrawal fee is the address. In this case, |
| The source of the deduction of the network's commission for withdrawal is the advance balance. In this case, |
Last updated