---
title: "Register a tokenized payout destination"
method: POST
path: "/v1/payout-accounts"
tags: ["Payout Accounts"]
---

# Register a tokenized payout destination

`POST /v1/payout-accounts`

## Headers

- `Idempotency-Key` string

## Request body

- PayoutAccountCreateRequest
  - `token` string, required — Tokenized bank destination

## Response `200`

Payout account

- PayoutAccount
  - `id` string, required
  - `last4` string
  - `bank_name` string
  - `status` 'active' | 'disabled', required

## Other responses

- `400` — 400 Bad Request
- `401` — 401 Unauthorized
- `500` — 500 Server Error

---

[API](https://skmtc.net/thrivory-com/apis/thrivory-thrivenow-api.md) · [All operations](https://skmtc.net/thrivory-com/apis/thrivory-thrivenow-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thrivory-com/thrivory-thrivenow-api/versions/9893450caa9b/schema)
