Fetch Status of a transaction
Get the status of a transaction
curl --location 'https://xapi.bulkpe.in/client/pg1CheckTxnStatus' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer XXXXXX' \
--data '{
"transactionId": "TEPGREF0017"
}'