Status Confirmation


In a QR workflow the payment data are directly sent to the server. That means that the transaction can be processed straight away. Once the the details are verified and the payment has been processed, the customer wallet will have to call the API to Confirm the Status and will be redirected to the Confirmation page .

Your request has to include the following information:

  • - Authentication Credentials
  • - Status of the transaction

Request has to be sent to our REST endpoint i.e. /transactionServices/REST/v1/QRPayments/{id} using POST method.

With paymentId to be send in the url .


   Partner needs to set Authentication token .ie partner's AuthToken in header while posting request. To generate authentication token,please refer Auth token API.

Sample Request


Sample Response