POST /v1/wallet/deposit-whitelist/transactions/{transactionId}/submitwhiteListStatus is init (never submitted) or rejected (resubmitGET /v1/wallet/history?whiteListStatus=init / ...=rejected.Changed: GET /v1/wallet/deposit-whitelist/pending-listwas removed. UseGET /v1/wallet/historywith thewhiteListStatusfilter instead.
walletAddress, network, memo, symbol or txHash. Those come from the on-chain10000106.transactionIds. ThetransactionId must appear in that array.whiteListStatus becomes pending. On approval you receiveDEPOSIT_WHITELIST_CREDITED and the funds enter the available balance of the receiving wallet; the orderPROCESSING while auto-collection runs. On rejection you receive DEPOSIT_WHITELIST_FAILEDwhiteListStatus rejected — the funds stay in the unavailable balance and you submit again with theIdempotency-Key header. Do not edit the payer details and immediately retry after 10000104;GET /v1/wallet/transactions/{transactionId} first.correspondentType | Mandatory fields | Must NOT be sent |
|---|---|---|
ENTITY | fullName, countryCode, companyAddress | firstName, lastName, birthday, residentialAddress |
INDIVIDUAL | firstName, lastName, birthday (yyyy-MM-dd), countryCode, residentialAddress | fullName |
walletType | Also mandatory |
|---|---|
VASP | provider — value must come from GET /v1/wallet/deposit-whitelist/options |
OTHERS | othersPleaseSpecify (max 255 characters) |
SELF_HOSTED | — |
countryCode is an ISO 3166-1 alpha-2 code such as SG. countryInfo was withdrawn — the platform derivesstatus 500 and an 8-digit code (WalletErrorCode).code | Meaning |
|---|---|
10000100 | Transaction not found, or it does not belong to the caller |
10000101 | Deposit-whitelist review already completed for this deposit |
10000102 | Payer details incomplete |
10000103 | Field value not accepted, including an invalid countryCode or an unknown provider |
10000104 | Cannot submit right now — poll the status instead of editing and retrying immediately |
10000105 | Duplicate request |
10000106 | Source address cannot be supplied or changed when submitting for a received deposit |