Delete Depositor
For each reciever, you need to create a beneficiary on the platform. We will return a beneficiaryId, which can be used to make transfers.
We will run an AML and Sanctions check on them once added into the platform.
Endpoint : DELETE https://api.zamplabs.com/api/v1/depositors/:id
Response JSON Representation
{
"data": null
}
Errors
HTTP Code | Error Response | Description |
---|---|---|
403 | {"code":"ACCESS_FORBIDDEN","message":"You are not authorized to access this record."} | The depositor Id does not belong to the merchant |