whiteListStatus and creditStatus.| 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 |
whiteListStatusreplaces the withdrawnsubmitStatus, and its values are lowercase
(init/pending/approved/rejected). Non-deposit transactions may returnnullfor both
fields, or omit them.
POST /v1/wallet/deposit-whitelist/transactions/{transactionId}/submit.status 500 and an 8-digit code (WalletErrorCode).code | Meaning |
|---|---|
10000046 | Neither requestId nor transactionId was supplied |
10000007 | No transaction in this merchant user's scope matches the supplied identifiers |