Cancel QR Code
DevelopingPATCH
/api/v0/qr-code/{qrCodeId}/cancelAPI to cancel the QrCode, once a qrCode is cancel, no payment will be accepted after that.
Request
Path Params
qrCodeId
string
required
unique qrCodeId provided by us in create qrCode API
Header Params
merchantAccessKey
string
optional
Authorization
string
optional
Body Params application/json
object {0}
Example
{}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
response_code
integer <int32>
optional
response_message
string
optional
payload
object (QrCodeResponse)
optional
qrCodeId
string
optional
Unique QrCode Id generated at our end
qrName
string
optional
multipleUse
boolean
optional
fixedAmount
boolean
optional
amount
number
optional
description
string
optional
expiry
string
optional
customParams
object
optional
status
enum<string>
optional
QrCode status
Allowed values:
ACTIVECANCELLED
qrCodeBase64
string
optional
Base64Image of the QrCode
createdOn
string
optional
DateTime of the QrCode created
modifiedOn
string
optional
DateTime of the QrCode modified
customerName
string
optional
customerEmail
string
optional
customerMobile
string
optional
customerId
string
optional
referenceNumber
string
optional
Example
Not configured
Last modified: 3 months ago