- Payment Gateway Overview
- Getting Started
- Payment Methods
- Integration
- API Endpoints
- APIs
- Authorisation
- Order
- Payment
- Refund
- Settlement
- Split Settlement
- E-Commerce Plugins
- Payment Button
- Qr Code
- UPI Mandate
- Payment Links
- Authorisation
Get Dynamic QR Code
GET
/pay/checkout/qrcode/{orderId}
Request
Path Params
orderId
string
required
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/qrcode/'
Responses
🟢200OK
application/json
Body
response_code
integer <int32>
optional
response_message
string
optional
payload
object (QrCodeDTO)
optional
ekPayId
string
optional
qrCode
string
optional
Example
{
"response_code": 0,
"response_message": "string",
"payload": {
"ekPayId": "string",
"qrCode": "string"
}
}