https://your-server.com), Wavy Node appends the route paths automatically:
GET {integrationUrl}/users/{foreign_user_id}POST {integrationUrl}/webhook
GET /users/{foreign_user_id}
Wavy Node calls this endpoint to retrieve information about a specific user. The {foreign_user_id} parameter is the user’s ID in your system (the same ID you provided when registering the wallet address).
The
foreign_user_id is the identifier you send when creating an address via POST /projects/{projectId}/addresses. This is how Wavy Node links wallets to users in your system.Response fields
Response fields
The
mexico object is only needed if you have Mexican compliance enabled in your dashboard.Person types for Mexican reports
When Mexican legislation is active, themexico data feeds the AVI report. A report supports three mutually exclusive person types, and exactly one applies per user.
- Persona física
- Persona moral
- Fideicomiso
An individual account holder. At least one of
rfc, curp, or birthdate is required.Codes such as
tipoIdentificacion (1=INE, 2=Passport, 4=Incorporation deed), actividadEconomica, and giroMercantil follow the SAT catalogs, published at sppld.sat.gob.mx.POST /webhook
Wavy Node sends real-time notifications to this endpoint. The request body contains:
Notification payload
Whentype is notification, the data object contains transaction and compliance details:
Notification data fields
Notification data fields
Error payload
Whentype is error, the data field is a string containing the error message.