GET
Check Transaction Status by Reference

Overview

Check the latest payment status using the merchant reference supplied when the transaction was created. The reference lookup is scoped to the merchant identified by the API key. References belonging to another merchant are not accessible and return 404.

Request Example

Response Example

This endpoint contacts the payment provider and may update the status stored by DompetX. Use the transaction detail endpoint when only the currently stored data is needed.

Authorizations

X-DOMPAY-API-Key
string
header
required
X-DOMPAY-Signature
string
header
required
X-DOMPAY-Timestamp
string
header
required

Query Parameters

reference
string
required

Merchant transaction reference supplied when the payment was created.

Example:

"ORDER-20260714-001"

Response

Status retrieved successfully