CUSTOMER_KYC_STATUS_CHANGE as well as transaction events.
In the Meld dashboard (Developer → Webhooks), subscribe at minimum to:
CUSTOMER_KYC_STATUS_CHANGETRANSACTION_CRYPTO_PENDINGTRANSACTION_CRYPTO_TRANSFERRINGTRANSACTION_CRYPTO_COMPLETETRANSACTION_CRYPTO_FAILED
Correlating an event to your order
Correlate onpaymentTransactionId, and on externalCustomerId when you passed one.
TRANSACTION_CRYPTO_PENDING you receive for that customer.
Fetch the full transaction
Endpoint:GET /payments/transactions/{paymentTransactionId}
Use this to read final amounts, fees, provider references and the destination transaction hash. Webhook payloads carry status, not detail.
See Webhook events for the full payload reference and Transaction statuses for the state machine.