v1

latestOpenAPI 3.1.02026-07-24590534.0 KB

Refresh On Ramp Transaction

This endpoints references the on ramp transaction.

put/custodial/on_ramp_transactions/{merchant_reference}/refresh

Path parameters

merchant_referencestring required

Request body

from_currencystring
to_currencystring
from_amountstring

Response

200

statusstring
messagestring

Example response

{
  "status": "ok",
  "message": "Transaction successfully initiated",
  "data": {
    "public_id": "6a089a1a-7633-4e4c-b6e6-39da723dd4fa",
    "reference": "TRX-29U3YLYGC8",
    "merchant_reference": "ui79ffjbbnj-fftxnkfffbb12jj345",
    "from_currency": "ngn",
    "to_currency": "usdt",
    "from_amount": "2000.0",
    "to_amount": "1.23",
    "status": "pending",
    "created_at": "2025-05-16T13:17:30.212Z",
    "updated_at": "2025-05-16T13:17:33.292Z",
    "blockchain_fee": "1.0"
  }
}