Extend Order Time

Extends the duration of an existing order, allowing additional time for completion.

Note:

You must provide either an orderId or a hash returned from createIntent API response. You can extend the order time up to 2 times.

POST https://integration.coinmena.com/onramp-merchants/widget/extendTime

Request Body

NameTypeDescription

orderId

String

OrderId obtained from the createOrder API response

hash

String

Hash obtained from the createIntent API response

{
  "status": 1,
  "data": {
    "orderId": "",
    "startTime": "",
    "endTime": ""
  },
  "code": 200
}

Last updated