curl --location --request GET '/api/v1/transactions//payment-status' \
--header 'Authorization: <api-key>'{
"success": true,
"data": {
"transactionId": "string",
"status": "string",
"expectedAmount": 0,
"actualAmount": 0,
"paymentTolerance": 0,
"expiresAt": "string",
"isExpired": true,
"paymentType": "string",
"refundInfo": {
"hasRefund": true,
"refundAmount": 0,
"refundTxHash": "string",
"refundAddress": "string"
}
}
}