---
title: "Activates payments for a dashboard."
method: POST
path: "/dashboards/{dashboard_id}/activate_payments"
tags: ["Payments"]
---

# Activates payments for a dashboard.

`POST /dashboards/{dashboard_id}/activate_payments`

Turns payments on or off based on input. If an authvia merchant id does not exist for this account, one is created.

## Path parameters

- `dashboard_id` integer, required

## Request body

- object
  - `active` boolean

## Response `200`

The activation was successful

## Other responses

- `400` — Bad Request. This payment was paid or cancelled, and so is no longer in progress, or payments haven't been set up in this dashboard yet.
- `401` — Unauthorized. Sent if the API key is omitted or invalid.

---

[API](https://skmtc.net/textrequest/apis/text-request-api-v3.md) · [All operations](https://skmtc.net/textrequest/apis/text-request-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/textrequest/text-request-api-v3/revisions/e4e42efcd650/schema)
