📌Use this API to retrieve the status of a UPI transaction using a unique identifier such as transactionId or merchantOrderId. This allows you to confirm whether the UPI payment was successful, pending, or failed, ensuring accurate tracking and reconciliation.
Request
Path Params
transactionId
stringÂ
required
Transaction Id
Example:
EK1743074262175e8KIO
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/pay/checkout/status/upi/EK1743074262175e8KIO'