π£Conversion webhook
Follow your conversions
{
"id": "664369c938b3ca001a3cd44f", // our internal transaction id
"amount": 123.45,
"currency": "USDC",
"external_id": "123456789", // Your own order id that you passed in the 'oid' parameter
}Setup
const computedSignature = crypto.createHmac('sha256', SIGNATURE_KEY).update(JSON.stringify(body)).digest('hex')Last updated