v1

latestOpenAPI 3.1.02026-07-24590534.0 KB

Confirm On Ramp Transaction

This endpoint confirms the on ramp transaction, and generates the bank account for fiat deposit.

post/custodial/on_ramp_transactions/{merchant_reference}/confirm

Path parameters

merchant_referencestring required

Response

200

statusstring
messagestring

Example response

{
  "status": "ok",
  "message": "Transaction successfully confirmed",
  "data": {
    "public_id": "7047c360-4ef6-404d-835d-b41dc832ed49",
    "account_name": "test json",
    "account_number": "0565084270",
    "bank_name": "Test Bank",
    "reference": "BANK_ACCOUNT_8f8102c76be41979",
    "amount": "2000.0",
    "amount_expected": "2053.75",
    "created_at": "2025-05-16T14:12:11.419Z",
    "updated_at": "2025-05-16T14:12:11.419Z",
    "processor_fee": "50.0",
    "vat": "3.75"
  }
}