Delete Sub Merchant

Endpoint prepared for member merchants registered with Paymes to destroy sub merchant.

sub-merchant/delete

POST https://api.paym.es/marketplace/v1/sub-merchant/delete/{sub_merchant_id}

Path Parameters

NameTypeDescription

sub_merchant_id

string

The "id" parameter of the sub-merchant you want to edit.

Request Body

NameTypeDescription

publicKey

string

The key provided by Paymes to the merchant.

{
    "status": true,
    "results": "Successfully deleted!"
}

Last updated