GET /v1/wallet/transactions/{transactionId}Replaces GET /v1/wallet/deposit-whitelist/cases/{transactionId}, which was removed.
| Field | Answers |
|---|---|
status | Is the whole deposit finished? |
whiteListStatus | Where is the Travel Rule review? |
creditStatus | Is the money spendable? |
creditStatus, not status, to decide whether the funds can be used.status | whiteListStatus | creditStatus | Meaning |
|---|---|---|---|
PROCESSING | init | PENDING | Waiting for you to submit payer details |
PROCESSING | pending | PENDING | Under review. Funds in the unavailable balance |
PROCESSING | rejected | PENDING | Rejected — resubmit. Funds still unavailable |
PROCESSING | approved | CREDITED | Normal. Funds already available; the deposit itself is not finished (auto-collection still running, for example) |
SUCCESS | approved | CREDITED | Deposit fully complete, including auto-collection where enabled |
| any | any | BLOCKED | Could not be credited — contact support |
completeTime is only populated when status is SUCCESS. failMessage carries the rejection reason whenwhiteListStatus is rejected.whiteListStatusreplaces the withdrawnsubmitStatus, and its values are lowercase
(init/pending/approved/rejected).
status 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 |