Parent: Overview · Updated: 2026-07-30
transactionId, requestId, status, rfiStatus.| Case | Merchant action |
|---|---|
Intermediate status | Wait webhook / history; do not rotate requestId |
| Success | Book funds |
| Failure | Handle failure; new requestId after validation fixes |
rfiStatus requires remediation | Complete sender/RFI flows, then wait |
status enums follow Wallet VO / Reference enrichment.| Field | Where | Values |
|---|---|---|
status | GET /v1/wallet/transaction/list, GET /v1/wallet/transaction/detail, deposit webhooks | PROCESSING · SUCCESS · FAIL |
whiteListStatus | history, transaction detail, GET /v2/stable/collect/order-status, DEPOSIT_ORDER_NOTIFICATION, Collect Order Updated | init · pending · approved · rejected (lowercase) |
creditStatus | GET /v1/wallet/transaction/detail | PENDING · CREDITED · BLOCKED |
status (source address) | deposit-whitelist address endpoints | PROCESSING · ACTIVE · FAILED |
creditStatus CREDITED with status PROCESSING is normal — the funds are already available while auto-collection finishes.submitStatuswas withdrawn. UsewhiteListStatus, and note the values are lowercase. Filter the work queue withGET /v1/wallet/transaction/list?whiteListStatus=initor=rejected; thepending-listandcases/{transactionId}endpoints no longer exist.