---
title: "Refresh On Ramp Transaction"
method: PUT
path: "/custodial/on_ramp_transactions/{merchant_reference}/refresh"
---

# Refresh On Ramp Transaction

`PUT /custodial/on_ramp_transactions/{merchant_reference}/refresh`

This endpoints references the on ramp transaction.

## Path parameters

- `merchant_reference` string, required

## Request body

- object
  - `from_currency` string
  - `to_currency` string
  - `from_amount` string

## Response `200`

200

- object
  - `status` string
  - `message` string
  - `data` object
    - `public_id` string
    - `reference` string
    - `merchant_reference` string
    - `from_currency` string
    - `to_currency` string
    - `from_amount` string
    - `to_amount` string
    - `status` string
    - `created_at` string
    - `updated_at` string
    - `blockchain_fee` string

## Other responses

- `400` — 400
- `403` — 403

---

[API](https://skmtc.net/quidax/apis/api-3-0.md) · [All operations](https://skmtc.net/quidax/apis/api-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quidax/api-3-0/versions/75e2867b5dc0/schema)
