1.
Transfer orders that require EDD will remain in the WaitingForEdd status.
2.
EasyEuro will send a TransferWaitingForEdd callback event to Partner.
3.
The Partner needs to upload the EDD documents by create an OperationTicket with type TransferEdd (please refer to VASP withdrawal EDD documents).
4.
Partner can use API to review the Operation Ticket, or OuiTrust will do it.
If approved, the Transfer order will enter the Processing state and continue execution.
If rejected, the Partner can resubmit the EDD documents or cancel the order via the cancel API.
Upload the Transfer EDD documents#
Request data:#
operationType: TransferEdd
referenceId: orderId of the transfer in WaitingForEdd status
documentFiles: EDD documents
description: EDD documents description
Request demo#
{
"operationType": "TransferEdd",
"referenceId": "OT12230032221422",
"documentFiles": ["DF2300001", "DF2300002"],
"description": "proof of related crypto transactions"
}
Modified at 2026-01-12 16:31:42