---
title: "PayoutMethod Created"
method: POST
path: "payout_method.created"
tags: ["Payouts"]
---

# PayoutMethod Created

`POST payout_method.created` (webhook)

Sent when a payout method is created

Required permissions:
 - `payout:destination:read`
 - `webhook_receive:payout_methods`

## Headers

- `webhook-id` string, required — A unique identifier for this webhook request
- `webhook-signature` string, required — The signature of the webhook request with the webhook version prepended
- `webhook-timestamp` string, required — The timestamp in seconds since the Unix epoch that the webhook was sent at on the server

## Payload

- object
  - `api_version` 'v1', required — The API version for this webhook
  - `api_version_date` string, nullable, required — The dated API version (Api-Version-Date) the payload is serialized to
  - `company_id` string, nullable — The account ID that this webhook event is associated with
  - `data` PayoutMethod, required — A configured payout destination where a user receives earned funds, such as a bank account or digital wallet.
    - `account_reference` string, nullable, required — A masked identifier for the payout destination, such as the last four digits of a bank account or an email address. Null if no reference is available.
    - `company` object, nullable, required — The company associated with this payout destination. Null if not linked to a specific company.
      - `id` string, required — The unique identifier for the company.
    - `created_at` string, date-time, required — The datetime the payout token was created.
    - `currency` string, required — The three-letter ISO currency code that payouts are delivered in for this destination.
    - `destination` object, nullable, required — The payout destination configuration linked to this token. Null if not yet configured.
      - `category` 'crypto' | 'rtp' | 'next_day_bank' | 'bank_wire' | 'digital_wallet' | 'unknown', required — The category of a payout destination.
      - `country_code` string, required — The country code of the payout destination
      - `name` string, required — The name of the payer associated with the payout destination
    - `id` string, required — The unique identifier for the payout token.
    - `institution_name` string, nullable, required — The name of the bank or financial institution receiving payouts. Null if not applicable or not provided.
    - `is_default` boolean, required — Whether this is the default payout destination for the associated payout account.
    - `nickname` string, nullable, required — A user-defined label to help identify this payout destination. Not sent to the provider. Null if no nickname has been set.
  - `id` string, required — A unique ID for every single webhook request
  - `timestamp` string, date-time, required — The timestamp in ISO 8601 format that the webhook was sent at on the server
  - `type` 'payout_method.created', required — The webhook event type

## Acknowledgement `200`

Return a 200 status to indicate that the data was received successfully

---

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