---
title: "Create Stripe Transfer From Connect"
method: POST
path: "/stripe/transfer/from-connect/"
tags: ["stripe"]
---

# Create Stripe Transfer From Connect

`POST /stripe/transfer/from-connect/`

Transfer funds from a connected Stripe account to the MTP platform account.

This endpoint uses Stripe's Account Debits feature to move funds from a connected
account to your platform account. The connected account must have sufficient balance.

## Request body

- StripeTransferFromConnectSchema
  - `amount` number, required
  - `currency` string, required
  - `connected_account_id` string, required
  - `description` string, nullable
  - `metadata` object, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/myticketpartner/apis/fastapi.md) · [All operations](https://skmtc.dev/myticketpartner/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myticketpartner/fastapi/revisions/b574a0cabefe/schema)
