/Get QR Payment Status

/Get QR Payment Status

Request returns payment status and details for given payId
Checking payment status should be finished when one of the following final status values is returned:
• Succeeded
• Failed
• Expired

Request Endpoint

https://api.tbcbank.ge/v2/tpay/qr/{payId}

Authorization

Authorization TypeDescription
Bearer Tokenaccess-token should be added to Authorization header

Request Parameters

Header

ParameterTypeDescription
apikeystringdeveloper app API key

Path Parameters

ParameterTypeDescription
payIdstringtpay payment identifier

Response Parameters

ParameterTypeDescription
payIdstringTpay payment identifier
statusstringPayment status

The following values are allowed:
Created
Processing
Succeeded
Failed
Expired
returned
amountdecimaltransactionAmount
currencystringTransaction currency
operationTypeint0 - Standard QR
1 - BNPL
2 - Ertguli Points

Error Handling

HttpStatusCodeTitleStatusDetail
400InvalidParameter400PaymentID is required
401Unauthorized401Unauthorized
404InvalidPayment404PaymentNotFound
500Internal Server Error500An error occurred while processing your request