Webhook
This section contains the webhook notification events for Ripple wallets.
info
Click here to learn how to verify the authenticity of webhook notifications.
Receive Tokens
This notification is sent when a wallet receives tokens.
amount
: The amount of tokens transacted.block_number
: The number of the block containing the transaction.currency
: Thecurrency_id
of tokens transacted.destination_tag
: The destination tag attached to the transaction on the blockchain.event
: RECEIVEguid
: Unique transaction ID on the platform.invoice_id
: The invoice ID attached to the transaction on the blockchain.network
: The network of the wallet that triggered the event.ripple
.recipient
: The address that received the tokens.sender
: The address that sent the tokens.service_fee
: The amount paid in service fees from theamount
.timestamp
: The unix timestamp of when the notification was emitted.tx_hash
: The transaction hash on the blockchain.wallet
: The ID of the wallet that triggered the event.
Send Tokens
This notification is sent when a wallets send transaction is confirmed on the blockchain.
amount
: The amount of tokens transacted.block_number
: The number of the block containing the transaction.comment
: Optional comment only visible to wallet owner.currency
: Thecurrency_id
of tokens transacted.destination_tag
: The destination tag attached to the transaction on the blockchain.event
: SENDguid
: Unique transaction ID on the platform.invoice_id
: The invoice ID attached to the transaction on the blockchain.network
: The network of the wallet that triggered the event.ripple
.network_fee
: The amount paid in network fees. (Paid in XRP)recipient
: The address that received the tokens.sender
: The address that sent the tokens.service_fee
: The amount paid in service fees. Only collected ifstatus
isSUCCESS
.status
: The status of the transaction.SUCCESS
orFAILED
.timestamp
: The unix timestamp of when the notification was emitted.tx_hash
: The transaction hash on the blockchain.wallet
: The ID of the wallet that triggered the event.