post http://api.pandascrow.io/sandbox/index/services/bills/delete/beneficiaries
This endpoint would allow you to remove saved beneficiaries from bill airtime on Pandascrow.
[GET] {{baseurl}}/sandbox/index/services/bills/delete/beneficiaries
Delete Beneficiaries
To remove beneficiaries' data for bill payment - airtime, you'll need to provide the network.
Param | Required? | Description | type |
---|---|---|---|
network | Yes | Network is an integer 1 - 4, that covers MTN, Airtel, etc.) | Integer |
API Object
{
"status": 200,
"data": {
"message": "successfully removed beneficiary"
}
}
curl -L -X POST '{{baseurl}}/sandbox/index/services/bills/delete/beneficiaries' \
-H 'Content-Type: application/json' \
-H 'Authorization: SECRET_KEY'
-H 'Appid: appid'