Get Transaction Status
The purpose of this API is for check transaction's status. In order to interact with this API you need to have API account to obtain your authentication's token for authenticate user account.
Environment
URL
TEST
PRODUCTION
Get Transaction Status
POST
{{URL}}/pg/transaction/status
This endpoint allows to get transaction' status.
Request Body
Name
Type
Description
merchantId
string
Merchant's Identifier
amount
string
Transaction's amount
currency
string
Currency (Format as USD)
txId
string
Merchant's transaction Identifier
termId
string
Merchant Terminal Identifier
Example Request
Last updated
Was this helpful?