---
title: "Create a new Combined Transfer"
method: POST
path: "/combined_transfers"
tags: ["Combined Transfers"]
---

# Create a new Combined Transfer

`POST /combined_transfers`

Creates a Combined Transfer by simultaneously creating a counterparty Synthetic Account and initiating a Transfer. This streamlines asset movement by reducing the number of steps required to set up and execute a transaction.

## Request body

- object
  - `external_uid` string — Optional client-supplied uid

## Response `201`

A single Combined Transfer is returned

- object
  - `created_at` string — Timestamp of when the combined_transfer was created
  - `errors` Items[] — A collection of errors that occured during synthetic account and/or transfer creation. Only displayed if errors were detected. — unresolved $ref
  - `external_uid` ExternalUid — unresolved $ref
  - `status` 'queued' | 'pending' | 'failed' | 'completed' — The combined transfer's status
  - `synthetic_account` object — Parameters provided at time of creation. UID field will get populated once synthetic account has been successfully created, unless uid value was supplied at creation time.
  - `transfer` object — Parameters provided at time of creation. UID field will get populated once transfer has been successfully initiated.
  - `uid` string — Unique identifier for the Combined Transfer

## Other responses

- `403` — Denied access to Combined Transfers
- `422` — Creation Error

---

[API](https://skmtc.net/newline53/apis/newline-platform-api.md) · [All operations](https://skmtc.net/newline53/apis/newline-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/newline53/newline-platform-api/revisions/54f4fe726d8f/schema)
