---
title: "Update an existing crypto return policy"
method: PUT
path: "/crypto_return_policies/{policyID}"
tags: ["Crypto Return Policies"]
---

# Update an existing crypto return policy

`PUT /crypto_return_policies/{policyID}`

## Request body

- PostCryptoReturnPoliciesInput
  - `refund_destination_address` string — The address to which the refund will be sent. Required if the strategy is `static_address`, but must be unset if the strategy is `refund_to_sender`.
  - `refund_destination_blockchain_memo` string — The memo to include with the refund transaction. Must be unset if the strategy is `refund_to_sender`.
  - `refund_destination_chain` string — The blockchain on which the refund will be sent. Required if the strategy is `static_address`, but must be unset if the strategy is `refund_to_sender`.
  - `refund_destination_currency` string — The currency to which the refund will be sent. Required if the strategy is `static_address`, but must be unset if the strategy is `refund_to_sender`.
  - `strategy` string — The strategy to use for the refund. Can be `refund_to_sender` or `static_address`. We only support multiple policies for `static_address`; different strategies cannot have multiple policies. If multiple `static_address` policies exist, the policy that matches both the currency and chain will be used first. If no such policy is found, the policy that matches only the currency will be used instead.

## Response `200`

Crypto return policy updated

- CryptoReturnPolicy
  - `id` string
  - `developer_id` string
  - `refund_destination_address` string
  - `refund_destination_blockchain_memo` string
  - `refund_destination_chain` string
  - `refund_destination_currency` string
  - `strategy` string

## Other responses

- `400` — Request containing missing or invalid parameters.
- `401` — Missing or invalid API key
- `404` — No resource found
- `500` — Unexpected error. User may try and send the request again.

---

[API](https://skmtc.dev/bridge/apis/bridge-api.md) · [All operations](https://skmtc.dev/bridge/apis/bridge-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bridge/bridge-api/revisions/570998bde3b5/schema)
