Dashboard
APIActivate or Deactivate Payment Gateway - PATCH /merchant-accounts | BotSubscription
api.botsubscription.com
GET/v1/endpoint
AuthenticationBearer
Token
Stays in this tab. Required for this endpoint — the value below is what gets sent.
Mock
curl --request GET \
  --url https://api.botsubscription.com/v1/endpoint \
  --header 'Authorization: Bearer sk_live_•••'

Update Merchant Account

Enable or disable a payment provider connection without removing it. Disabling a merchant account stops it from processing new payments while preserving your configuration and transaction history for when you need to reactivate it.

PATCH/v2/projects/{project_id}/merchant-accounts/{merchant_account_id}

Authorization

Bearer TokenRequired

Path Parameters

project_idstringrequired

The unique identifier of the project.

merchant_account_idstringrequired

The unique identifier of the merchant account.

Request Body

activebooleanrequired

Enable or disable the merchant account.

Last updated: