v1

latestOpenAPI 3.1.02026-07-24590534.0 KB

Refresh Off Ramp Transaction

This endpoints refreshes the off ramp transaction.

put/custodial/off_ramp_transactions/{merchant_reference}/refresh

Path parameters

merchant_referencestring required

Request body

from_currency'usdt' | 'usdc'
to_currency'ngn' | 'ghs'
from_amountstring

Response

200

statusstring
messagestring

Example response

{
  "status": "ok",
  "message": "Transaction successfully refreshed",
  "data": {
    "public_id": "fec8c99e-7b1b-49cf-8257-02fc87736b89",
    "from_currency": "USDT",
    "to_currency": "NGN",
    "to_amount": "3126.47",
    "from_amount": "2.0",
    "reference": "TRX-C4IOD1MGD8",
    "merchant_reference": "tx123bb45-ramp-12221-test21o",
    "status": "pending",
    "created_at": "2025-06-16T09:32:06.966Z",
    "updated_at": "2025-06-16T10:27:50.113Z"
  }
}