---
title: "Execute Quote"
method: POST
path: "/v2/transactions"
tags: ["Transactions"]
---

# Execute Quote

`POST /v2/transactions`

Executes a quote returned from the Create Quote endpoint, initiating a crypto withdrawal to the beneficiary's external wallet.

## Request body

- object
  - `quote_id` string, uuid, required — The quote ID returned from the Create Quote endpoint.

## Response `200`

Quote executed successfully

- object
  - `data` object
    - `transaction_id` string, uuid
    - `beneficiary_id` string, uuid
    - `created_at` string, date-time

## Other responses

- `401` — Authentication failed due to invalid credentials
- `422` — Failed due to a formatting error.

---

[API](https://skmtc.net/fin/apis/fin-com-api.md) · [All operations](https://skmtc.net/fin/apis/fin-com-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fin/fin-com-api/revisions/6e69503ee7b8/schema)
