Cancel Bill

Cancel an active bill

API Endpoint

POST /client/bills/cancel


Request Headers:

Authorization: Bearer <access_token>

Content-Type: application/json Request Body:

{
    "reference":"<billRef>" // bill unique reference
}

curl 'https://apis.xpay.stream/client/wallets/save'    \
  -H 'Content-Type: application/json'                  \
  -H 'Authorization: Bearer <access_token>'            \
  --data-raw '{"reference":"<billRef>"}'              

Last updated