Skip to main content

Create a transfer

POST 

/transfers

Creates an account-to-account transfer as a linked debit/credit pair sharing one transfer_id. Requires scope finance.transactions.write. The two accounts must differ, both must belong to the tenant, and both must have a linked company (cross-company is allowed). Pass an X-Idempotency-Key header on retries.

Request

Responses

Transfer created. The Location header points at GET /transfers/{transfer_id}.