Skip to main content
This webhook is triggered when a ramp payout is successfully completed.
It supports two scenarios:
  1. Off-Ramp – Converting cryptocurrency to fiat.
  2. Crypto-to-Crypto – Transferring cryptocurrency to another cryptocurrency wallet.

1. ramp.payout.completed (Off-Ramp)

For off-ramp payout, the category is set as OFF_RAMP.
The source type is CRYPTOCURRENCY and the target type is FIAT.

Example Payload

Payload Breakdown

Top-Level Fields


Transaction Data (data object)


Quote Details (data.quote object)

Quote Metadata

Source (Crypto)

Target (Fiat)

Fees & Summary


Recipient Details (data.recipient object)

Bank Account (Fiat-specific fields)

| account.address | string | Recipient physical address | | account.swiftCode | string | SWIFT/BIC code | | account.routingNumber | string | Bank routing number |

2. ramp.payout.completed (Crypto)

For crypto-to-crypto payout, the category is set as CRYPTOCURRENCY.
Both the source.type and target.type are CRYPTOCURRENCY.

Example Payload (Crypto)


Payload Breakdown (Crypto)

Top-Level Fields

Transaction Metadata

Quote Information

Source Assets

Destination Assets

Fee Structure

Recipient Information