TransactionLink
Unlink Merchant Account
Unlink a merchant account.
POST
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
application/json
The input parameters required for unlinking a merchant account.
Unique identifier for the user.
Example:
"abc123"
Unique identifier for the merchant.
Example:
12
Response
200
application/json
Successful request.
Success message.
Example:
"Success"
Was this page helpful?