Cancel Order
This API allows you to cancel an existing order. It invalidates the specified order, ensuring that it will no longer be processed or fulfilled.
POST
https://integration.coinmena.com/onramp-merchants/widget/cancelOrder
Request Body
Name
Type
Description
orderId
String
OrderId obtained from the createOrder API response
hash
String
Hash obtained from the createIntent API response
Last updated