curl --location --request POST '/v1/Transaction/ReadQRPayment' \
--header 'Content-Type: application/json' \
--data-raw '{
"qr_code": "99XXXX300107370134952792470383004027564334116539800492163863"
}'
{
"status": 0,
"code": null,
"message": null,
"payload": {
"receiver_name": "BARIŞ TOPER",
"description": null,
"amount": 250.0,
"qr_code": "99XXXX300107370134952792470383004027564334116539800492163863",
"currency_code": "TRY",
"expire_date": "2025-07-10T10:18:53.5944926+00:00"
}
}