For the complete documentation index, see llms.txt. This page is also available as Markdown.

Order Cancel

Hosted Checkout order cancellation APIs

Cancel Hosted Checkout Order

post
/api/v3/pg/order/cancel

Cancels an unpaid hosted checkout order and updates the order status to CANCELLED.

Header parameters
X-API-KEYstringRequiredExample: pk_test_mQZnmh2BeSDTjEQgzwiSPOhrWyUsPqS6
X-SIGNATUREstringRequiredExample: 623a603fa35bb5ab736a1272dcd797908ab9af4b0247a55bcfc8676cd821a39b
X-TIMESTAMPstringRequiredExample: 1778659835
Body
order_idstringRequiredExample: 6873654104683
Responses
200

Order cancelled successfully

application/json
post/api/v3/pg/order/cancel

Last updated