Inquiry Status
Retrieves the current status and details of a disbursement using your reference_number and the account in the path. For pending transactions, the service may refresh status from the banking partner before responding, See Response Code for the full SP000–SP020 reference.
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
Unique identifier (ULID) of the merchant account that owns the disbursement. Must belong to the authenticated merchant.
Body
Request body for looking up a disbursement by merchant reference number.
Merchant reference supplied when the transfer was created. Lookup is scoped to the account in the path and the authenticated merchant.
64"1134567891011"
Response
SP000 Successfully. Merchant action: interpret data.transaction_status (03 Pending, 00 Success, 06 Failed).
Custom v2 envelope for disbursement inquiry status. Success uses SP000 (HTTP 200).
