---
title: "Close intent"
method: POST
path: "/api/v1.4/payments/intent/{intent_id}/close/"
tags: ["v1.1"]
---

# Close intent

`POST /api/v1.4/payments/intent/{intent_id}/close/`

This API is used to close the payment/payout intent

## Path parameters

- `intent_id` string, required

## Response `200`

- IntentAPI
  - `id` string, required
  - `status` string
  - `amount` number, double, required
  - `amount_currency` string, required
  - `type` string, required
  - `account` string, required
  - `custom_fields` object, required
  - `billing_data` object, required
  - `flow` string, required
  - `flow_data` object, required
  - `is_live` true | false — * `True` - Yes * `False` - No
  - `created` string, required

## Other responses

- `400`
- `401`

---

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