curl --location --request POST '/v1/Transaction/CheckQRPaymentStatus' \
--header 'Content-Type: application/json' \
--data-raw '{
"qr_code": "99XXXX300139553638056636416504690767909779534430922640411728"
}'
{
"status": 0,
"code": null,
"message": null,
"payload": {
"qr_code": "99XXXX500103328035943452698505587834656872218695048224115931",
"qr_status_code": 500,
"qr_status": "ConstantForPayment"
}
}