Skip to main content

Delete Vendor

POST https://pgbiz.omniware.in/v2/deletevendor
Content-Type: application/x-www-form-urlencoded

After deletion no further split payments can be made to this vendor. Pending settlements continue — Omniware does not cancel money that's already on its way.

Request parameters

api_keystring (36)required
vendor_codestring (30)required
hashstring (255)required

Computed as:

toUpper(sha512(SALT|api_key|vendor_code))

Response

{
"data": {
"code": "SUCCESS",
"message": "Vendor deleted successfully"
}
}