Skip to main content
POST
Inquiry Status

Authorizations

Authorization
string
header
required

JWT issued by POST /api/v1.1/access-token/b2b. Send Authorization: Bearer <token>.

X-PARTNER-ID
string
header
required

Merchant API key (Credential.api_key). Required on every request.

Path Parameters

account_id
string
required

Account ULID

Body

application/json

Request payload to retrieve the current status of a previously initiated e-wallet transfer.

reference_number
string
required

Reference identifier of the transaction to check

Maximum string length: 64
Example:

"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.

response_code
string

Standardized response code (e.g., SP000 for success)

Example:

"SP000"

response_message
string

Human-readable response message

Example:

"Successful"

data
object

Detailed data about the transaction status inquiry result