Merchant API
This API provides information about the merchant and allows for transaction searches. With these endpoints, you can retrieve merchant profile data and search for specific transactions using their unique identifiers.Endpoints
Retrieve Merchant Information
/api/v1/merchant/me
Provides a concise summary of the registered merchant’s corporate and financial profile.
The response includes key data such as tax ID, electronic contact information, operating currency, and current e-wallet balance.
Request Headers
string
required
Token for authentication
Response
string
required
Response code (e.g., “01”)
string
required
Status of the response (e.g., “SUCCESS”)
string
Additional message about the response
object
required
Search Transactions
/api/v1/transaction/{ticket}
Search for transaction details using either the ticket provided by TumiPay or the reference supplied by the merchant.
The “ticket” parameter accepts both the TumiPay ticket and the merchant’s reference for payin or payout transactions.
Request Headers
string
required
Token for authentication
Request Body
string
required
Ticket or reference of the transaction (e.g., “1740ed7e-bbab-11ee-8335-02530a7dec0f”)
Response
string
required
Response code (e.g., “01”)
string
required
Status of the transaction (e.g., “SUCCESS”)
object
required