Onramp Webhook

Sent whenever there has been a change to an Onramp object

Example Onramp Update Webhook

{
    "event": "onramp_update",
    "payload": {
       "onramp": {
         "id": "074cb3e4-1f56-4916-8024-ecbf6f805b90",
         "user_id": "a25a4274-8f50-4579-b476-8f35b297d4ad",
         "status": "initiated",
         "crypto_currency": "usdc",
         "crypto_rails": "polygon",
         "destination_amount": 1000,
         "destination_address": "0x709c56AfDAdBDCAB4f7a6aAe99644C91C3eF67eF",
         "fiat_currency": "usd",
         "fiat_rails": "ach_push",
         "deposit_amount": 1004,
         "fee": 4
       }
    }
}

Last updated