Inquiry Status
Retrieves the current status of a previously initiated e-wallet transfer. This endpoint looks up the transaction by reference number and returns detailed status information. For transactions still in Pending status, the endpoint may query the e-wallet provider for updated status information. Status codes include 00 (Success), 03 (Pending), and 06 (Failed). Network timeouts during provider status checks will result in error code SP005.
Authorizations
JWT issued by POST /api/v1.1/access-token/b2b. Send Authorization: Bearer <token>.
Merchant API key (Credential.api_key). Required on every request.
Path Parameters
Account ULID
Body
Request payload to retrieve the current status of a previously initiated e-wallet transfer.
Reference identifier of the transaction to check
64"REF-001"
Response
Success — data matches EwalletInquiryStatusSuccessData
Success response data from inquiry status endpoint (HTTP 200). Contains current transaction status and financial details. May trigger vendor status refresh if transaction is still pending.
