⌨️Cancel barcode API
Cancels a convenience store barcode to block payment.
Cancels a convenience store barcode to block payment.
DELETE
https://api.iamport.kr/cvs/{imp_uid}
You can cancel a barcode with pending payment to block payment for orders that cannot be fulfilled due to out of stock items etc.
Path Parameters
Name | Type | Description |
---|---|---|
imp_uid* | String | i'mport transaction ID For convenience store payment |
code
* integer
Response code
0: success, Not 0: check the message
message
* string
Response message
A non-zero code includes a message like 'Invalid payment info'.
response
(PaymentAnnotation, optional)
Response code
0: success, Not 0: check the message
message
* string
Response message
A non-zero code includes a message like 'Invalid payment info'.
pg_tid
* string
PG cancellation transaction ID
amount
* integer
Cancelled amount
cancelled_at
* string
Cancelled at (UNIX timestamp)
reason
* string(256)
Reason for cancellation
receipt_url
* string(300)
Cancellation receipt URL. Availability varies by PG.
Swagger Test Link
Last updated