Skip to main content
PATCH
Update config
curl --request PATCH \
  --url http://staging.qshop.ng/apiv2/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "order": {
    "abandoned": {
      "deleteAfter": {
        "duration": 1,
        "durationType": "month"
      },
      "statusesToUpdate": [
        "initiated"
      ],
      "updateAfter": {
        "duration": 1,
        "durationType": "day"
      }
    },
    "freeShopPercentageCharge": 4,
    "paidShopPercentageCharge": 0
  },
  "payout.providus": {
    "delayFreeAccount": {
      "length": 13,
      "type": "h"
    },
    "delayPaidAccount": {
      "length": 0,
      "type": "h"
    },
    "freeShopPercentageCharge": 4,
    "paidShopPercentageCharge": 1.3
  }
}
'

Body

application/json
order
object
payout.providus
object

Response

200 - undefined