Skip to content

Commit

Permalink
Add blockchain transaction id webhools doc
Browse files Browse the repository at this point in the history
  • Loading branch information
andregoncalvesdev committed May 16, 2024
1 parent 4c4ae44 commit d357e05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/flows/crypto-onramp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ Triggered when a user's order has completed.
- `amount`: Amount the user received.
- `rate`: Rate used to calculate the amount.
- `asset`: Cryptoasset the user received.
- `blockchainUrl`: URL to view the transaction details on a blockchain explorer.
- `network`: Network of the receiving asset.
- `address`: Recipient wallet address.
- `tag` (_optional_): Tag of the crypto transaction, used to complement the `address`.
Expand Down Expand Up @@ -429,6 +430,7 @@ The values for `origin.paymentMethod.type` can be found using our [REST API](../
"amount": "0.047116964221968237",
"rate": "0.00056488387749632223",
"asset": "ETH",
"blockchainUrl": "https://etherscan.io/tx/0x92fec5d8e73b03d3b8b7107d159a99be67e80514e6efb6581fe68f7c11fc6fd4",
"ledger": {
"txid": "0xdfa1ea4ddb841af466a5ca78c6e1f0edfaef5e54e79a28238d2a5bb2da4f1911"
},
Expand Down

0 comments on commit d357e05

Please sign in to comment.