Skip to main content

Withdrawal

This event is emitted when a withdrawal request is completed, resulting in either failure or success.

id
string<uuid>
webhookId
string<uuid>
eventType
string
Allowed value:
withdrawal
eventData
object
withdrawal
object
withdrawalRequestId
string<uuid>
required
network
string
required
Allowed values:
BitcoinBitcoinTestnetLitecoinLitecoinTestnetCardanoMoneroDashDogecoinSolanaSolanaTestnetSolanaDevnetEthereumSepoliaTestnetPolygonPolygonTestnetBNBBNBTestnetArbitrumArbitrumTestnetZcashZcashTestnetPolkadotPolkadotTestnetPolkadotAssetHubPolkadotAssetHubTestnetTronTronTestnetAvalancheAvalancheTestnetBaseBaseTestnetOptimismOptimismTestnetFiat
token
string or null
withdrawalAmount
number<float>
required
>= 0
isSuccess
boolean
required
failureReason
string or null
receipt
EVMReceipt
object
required
transactionHash
string
required
networkFeeAmount
number<float> or null
>= 0
radomData
paymentLink
object
required
paymentLinkId
string<uuid>
required
paymentLinkOrderId
string<uuid> or null
inputData
array[object] or null
label
string
required
value
string or null

{
"id": "f01fa77a-6f71-45fd-884e-4212ec76e9e9",
"webhookId": "ad474121-b97e-479b-a180-60a21bda8532",
"eventType": "managedWithdrawal",
"eventData": {
"managedWithdrawal": {
"token": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
"network": "Ethereum",
"receipt": {
"EVMReceipt": {
"transactionHash": "0x562187e7513df5c4ce55b32d5d9c42d93ee3191a55bfeb1f6bf9fd262a3e6ff5",
"networkFeeAmount": "4.046932"
}
},
"isSuccess": true,
"failureReason": null,
"withdrawalAmount": "30.26",
"withdrawalRequestId": "ca22bd97-88c9-4b25-b2d7-fa2f33e1e298"
}
},
"radomData": null
}